From 89a9cc30c116a82a66048b40bf3bea4f30a20788 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Tue, 4 Apr 2017 12:38:29 -0400 Subject: [PATCH] Create a repo for container devstack plugin Based on discussion at a review [1], we decide to create a dedicated devstack plugin for docker. This commit create a repo for that. [1] https://review.openstack.org/#/c/452575/ Change-Id: I0cbe1eceee5eb20308a16c84d940a1786aeb7a39 --- gerrit/acls/openstack/devstack-plugin-container.config | 10 ++++++++++ gerrit/projects.yaml | 2 ++ zuul/layout.yaml | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 gerrit/acls/openstack/devstack-plugin-container.config diff --git a/gerrit/acls/openstack/devstack-plugin-container.config b/gerrit/acls/openstack/devstack-plugin-container.config new file mode 100644 index 0000000000..6295e2a789 --- /dev/null +++ b/gerrit/acls/openstack/devstack-plugin-container.config @@ -0,0 +1,10 @@ +[access "refs/heads/*"] +abandon = group devstack-plugin-container-core +label-Code-Review = -2..+2 group devstack-plugin-container-core +label-Workflow = -1..+1 group devstack-plugin-container-core + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index f7701768d5..896dde0605 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3482,6 +3482,8 @@ description: DevStack plugin to configure Cinder BlockDeviceDriver - project: openstack/devstack-plugin-ceph description: DevStack plugin to configure Ceph backend. +- project: openstack/devstack-plugin-container + description: DevStack plugin for installation of container engine - project: openstack/devstack-plugin-glusterfs description: DevStack plugin to configure GlusterFS backend. - project: openstack/devstack-plugin-hdfs diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 67e97127ab..f1123d582b 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -8993,6 +8993,11 @@ projects: gate: - gate-devstack-plugin-ceph-bashate + - name: openstack/devstack-plugin-container + template: + - name: merge-check + - name: noop-jobs + - name: openstack/devstack-plugin-glusterfs template: - name: merge-check