diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/inception.config b/modules/openstack_project/files/gerrit/acls/stackforge/inception.config new file mode 100644 index 0000000000..82e0cec750 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/inception.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group inception-core + label-Approved = +0..+1 group inception-core + workInProgress = group inception-core +[access "refs/tags/*"] + create = group inception-core + pushTag = group inception-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 4a4fef2b43..af2e357a69 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -998,3 +998,11 @@ jobs: - python-jobs +- project: + name: inception + github-org: stackforge + node: precise + + jobs: + - gate-{name}-pep8 + diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index bf0890b207..70284963ba 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1877,3 +1877,10 @@ projects: - gate-python-ironicclient-python27 post: - python-ironicclient-coverage + + - name: stackforge/inception + check: + - gate-inception-pep8 + gate: + - gate-inception-pep8 + diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index e0b62771b6..b31ee7a444 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -252,3 +252,6 @@ upstream: git://github.com/devananda/ironic.git - project: openstack/python-ironicclient description: A python client implementing the Ironic API. +- project: stackforge/inception + description: "Inception Cloud Project" + upstream: git://github.com/maoy/inception.git