diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 1354e2ee54..634735e8a5 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -250,6 +250,7 @@ murano: - stackforge/python-muranoclient - stackforge/murano-common - stackforge/murano-repository + - stackforge/murano-metadataclient branches: - master diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/murano.config b/modules/openstack_project/files/gerrit/acls/stackforge/murano.config index c50cc98411..7046e8b1c4 100644 --- a/modules/openstack_project/files/gerrit/acls/stackforge/murano.config +++ b/modules/openstack_project/files/gerrit/acls/stackforge/murano.config @@ -1,6 +1,3 @@ -[access "refs/*"] - create = group murano-core - pushTag = group murano-core [access "refs/heads/milestone-proposed"] label-Code-Review = -2..+2 group murano-milestone label-Approved = +0..+1 group murano-milestone @@ -20,6 +17,9 @@ label-Code-Review = -2..+2 group murano-core label-Approved = +0..+1 group murano-core workInProgress = group murano-core +[access "refs/tags/*"] + create = group murano-milestone + pushTag = group murano-milestone [receive] requireChangeId = true requireContributorAgreement = true diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index ba31a8fb2c..02a2f05e18 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -61,6 +61,16 @@ - pypi-jobs - gate-{name}-docs +- project: + name: murano-metadataclient + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - pypi-jobs + - project: name: climate github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 725b4137e3..b104008b24 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -308,6 +308,14 @@ jobs: voting: false - name: gate-python-tuskarclient-python33 voting: false + - name: gate-murano-metadataclient-python33 + voting: false + - name: gate-murano-common-python33 + voting: false + - name: gate-python-muranoclient-python33 + voting: false + - name: gate-murano-repository-python33 + voting: false # puppet-openstack targets - name: gate-puppet-vswitch-puppet-lint voting: false @@ -2925,6 +2933,7 @@ projects: - gate-python-muranoclient-pep8 - gate-python-muranoclient-python26 - gate-python-muranoclient-python27 + - gate-python-muranoclient-python33 gate: - gate-python-muranoclient-pep8 - gate-python-muranoclient-python26 @@ -2945,6 +2954,7 @@ projects: - gate-murano-common-pep8 - gate-murano-common-python26 - gate-murano-common-python27 + - gate-murano-common-python33 gate: - gate-murano-common-pep8 - gate-murano-common-python26 @@ -2965,6 +2975,7 @@ projects: - gate-murano-repository-pep8 - gate-murano-repository-python26 - gate-murano-repository-python27 + - gate-murano-repository-python33 gate: - gate-murano-repository-pep8 - gate-murano-repository-python26 @@ -2980,6 +2991,29 @@ projects: - post-mirror-python27 - post-mirror-python33 + - name: stackforge/murano-metadataclient + check: + - gate-murano-metadataclient-pep8 + - gate-murano-metadataclient-python26 + - gate-murano-metadataclient-python27 + - gate-murano-metadataclient-python33 + - gate-murano-metadataclient-docs + gate: + - gate-murano-metadataclient-pep8 + - gate-murano-metadataclient-python26 + - gate-murano-metadataclient-python27 + - gate-murano-metadataclient-docs + post: + - murano-metadataclient-branch-tarball + pre-release: + - murano-metadataclient-tarball + release: + - murano-metadataclient-tarball: + - murano-metadataclient-pypi-upload: + - post-mirror-python26 + - post-mirror-python27 + - post-mirror-python33 + - name: stackforge/opencafe check: - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index cab4bfebd3..339f7cd820 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -352,6 +352,9 @@ - project: stackforge/murano-repository upstream: git://github.com/EkaterinaFedorova/murano-repository acl-config: /home/gerrit2/acls/stackforge/murano.config +- project: stackforge/murano-metadataclient + upstream: git://github.com/EkaterinaFedorova/python-metadataclient.git + acl-config: /home/gerrit2/acls/stackforge/murano.config - project: openstack/ironic description: A service for managing and provisioning Bare Metal servers. upstream: git://github.com/devananda/ironic.git