From 5381f598ecfa548c89e4015054a4ad4b9da44960 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 15 Jun 2013 22:35:58 +0200 Subject: [PATCH] Import cl-openstack-client libraries Change-Id: I210cc7ccb54a89a3d3d92100262d19fff1f37083 Reviewed-on: https://review.openstack.org/33170 Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- .../gerrit/acls/stackforge/cl-openstack-client.config | 11 +++++++++++ modules/openstack_project/files/zuul/layout-dev.yaml | 4 ++++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ .../templates/review.projects.yaml.erb | 3 +++ 4 files changed, 24 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/cl-openstack-client.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/cl-openstack-client.config b/modules/openstack_project/files/gerrit/acls/stackforge/cl-openstack-client.config new file mode 100644 index 0000000000..71f99524f9 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/cl-openstack-client.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group cl-openstack-client-core + label-Approved = +0..+1 group cl-openstack-client-core + workInProgress = group cl-openstack-client-core +[project] + state = active +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/zuul/layout-dev.yaml b/modules/openstack_project/files/zuul/layout-dev.yaml index 09f34814d9..0048469a53 100644 --- a/modules/openstack_project/files/zuul/layout-dev.yaml +++ b/modules/openstack_project/files/zuul/layout-dev.yaml @@ -755,3 +755,7 @@ projects: - name: stackforge/cookbook-openstack-dashboard check: - gate-noop + + - name: stackforge/cl-openstack-client + check: + - gate-noop diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 2fcda1dfef..2e96b6d7fc 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2089,3 +2089,9 @@ projects: - gate-noop gate: - gate-noop + + - name: stackforge/cl-openstack-client + 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 10b616e952..5dd01f5b4f 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -314,3 +314,6 @@ - project: stackforge/novaimagebuilder description: Image building tool for OpenStack. upstream: git://github.com/redhat-openstack/image-building-poc.git +- project: stackforge/cl-openstack-client + description: Common Lisp OpenStack client libraries + upstream: git://github.com/jd/cl-openstack-client.git