diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/occi-os.config b/modules/openstack_project/files/gerrit/acls/stackforge/occi-os.config new file mode 100644 index 0000000000..88afed58ff --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/occi-os.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group occi-core + label-Approved = +0..+1 group occi-core + workInProgress = group occi-core +[access "refs/tags/*"] + create = group occi-core + pushTag = group occi-core +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true \ No newline at end of file diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index c6621218b0..8b8c94ed1a 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1943,3 +1943,8 @@ projects: gate: - gate-inception-pep8 + - name: stackforge/occi-os + check: + - gate-noop + gate: + - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 7fc08fbaf5..2f35b7febe 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -283,3 +283,6 @@ - project: stackforge/inception description: "Inception Cloud Project" upstream: git://github.com/maoy/inception.git +- project: stackforge/occi-os + description: OCCI-OS provides a python egg which can be easily deployed in OpenStack and will thereby add OCCI support and interface to OpenStack. + upstream: git://github.com/tmetsch/occi-os.git