diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/python-marconiclient.config b/modules/openstack_project/files/gerrit/acls/stackforge/python-marconiclient.config new file mode 100644 index 0000000000..fd0cbf56ef --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/python-marconiclient.config @@ -0,0 +1,10 @@ +[access "refs/*"] + owner = group Administrators +[access "refs/heads/*"] + label-Code-Review = -2..+2 group marconi-core + label-Approved = +0..+1 group marconi-core +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = 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 0515a58a4e..00f44ee42c 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -856,3 +856,12 @@ jobs: - puppet-module-unit + +- project: + name: python-marconiclient + github-org: stackforge + tarball-site: tarballs.openstack.org + node: quantal + + jobs: + - python-jobs diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 864efc8d6a..797685c0c0 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1668,3 +1668,13 @@ projects: - gate-noop gate: - gate-noop + + - name: stackforge/python-marconiclient + check: + - gate-python-marconiclient-pep8 + - gate-python-marconiclient-python26 + - gate-python-marconiclient-python27 + gate: + - gate-python-marconiclient-pep8 + - gate-python-marconiclient-python26 + - gate-python-marconiclient-python27 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 312a0806d7..373a213d2d 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -189,3 +189,4 @@ - project: stackforge/openvz-nova-driver description: OpenVz driver for Nova upstream: git://github.com/imsplitbit/openvz-nova-driver.git +- project: stackforge/python-marconiclient