From 91528d6b18166b00f20c8fbea4f9c52e0ddbfe0e Mon Sep 17 00:00:00 2001 From: Andy Edmonds Date: Thu, 23 May 2013 23:00:35 +0200 Subject: [PATCH] Adding occi-os to stackforge This adds the occi-os project to stackforge. This commit is a follow- up to bug/1172884. Change-Id: Ica192bdb4adaff99731c39eefc566c27ae1de575 Fixes: bug #1172884 Reviewed-on: https://review.openstack.org/30343 Reviewed-by: James E. Blair Reviewed-by: Jeremy Stanley Approved: Jeremy Stanley Tested-by: Jenkins --- .../files/gerrit/acls/stackforge/occi-os.config | 12 ++++++++++++ modules/openstack_project/files/zuul/layout.yaml | 5 +++++ .../templates/review.projects.yaml.erb | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/occi-os.config 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