From 18c5889b1eee0e67e44ecf3d8ace2d8f2b36ac6d Mon Sep 17 00:00:00 2001 From: Michele Paolino Date: Wed, 20 Apr 2016 09:01:24 +0200 Subject: [PATCH] New project devstack-plugin-tar-installer The main reason to create this new project is a request from the community in the context of this devstack patch: https://review.openstack.org/#/c/108714/ The objective is to enable devstack to install software (QEMU and libvirt for the time being) from tar releases. The project devstack-plugin-tar-installer will host the devstack plugin which implements this feature. Change-Id: Iddaf12ba79aa70b6045826568319a163e75347b6 Signed-off-by: Michele Paolino --- .../devstack-plugin-tar-installer.config | 15 +++++++++++++++ gerrit/projects.yaml | 2 ++ jenkins/jobs/projects.yaml | 6 ++++++ zuul/layout.yaml | 8 ++++++++ 4 files changed, 31 insertions(+) create mode 100644 gerrit/acls/openstack/devstack-plugin-tar-installer.config diff --git a/gerrit/acls/openstack/devstack-plugin-tar-installer.config b/gerrit/acls/openstack/devstack-plugin-tar-installer.config new file mode 100644 index 0000000000..61fe70e395 --- /dev/null +++ b/gerrit/acls/openstack/devstack-plugin-tar-installer.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group devstack-plugin-tar-installer-core +create = group devstack-plugin-tar-installer-release +label-Code-Review = -2..+2 group devstack-plugin-tar-installer-core +label-Workflow = -1..+1 group devstack-plugin-tar-installer-core + +[access "refs/tags/*"] +pushSignedTag = group devstack-plugin-tar-installer-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index d9b0fbf8d6..70ef8bad0f 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1315,6 +1315,8 @@ - oslo - project: openstack/devstack-plugin-sheepdog description: DevStack plugin to configure Sheepdog backend. +- project: openstack/devstack-plugin-tar-installer + description: DevStack plugin to install software from tar releases - project: openstack/devstack-plugin-zmq description: DevStack plugin to configure ZMQ. acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index a97566fecb..591465d5fc 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -1419,6 +1419,12 @@ srcname: os-brick job-suffix: '-nv' +- project: + name: devstack-plugin-tar-installer + + jobs: + - gate-{name}-bashate + - project: name: devstack-plugin-zmq diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 133a487f20..b935819d31 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -5390,6 +5390,14 @@ projects: gate: - gate-devstack-plugin-sheepdog-bashate + - name: openstack/devstack-plugin-tar-installer + template: + - name: merge-check + check: + - gate-devstack-plugin-tar-installer-bashate + gate: + - gate-devstack-plugin-tar-installer-bashate + - name: openstack/devstack-plugin-zmq template: - name: merge-check