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 <m.paolino@virtualopensystems.com>
This commit is contained in:
15
gerrit/acls/openstack/devstack-plugin-tar-installer.config
Normal file
15
gerrit/acls/openstack/devstack-plugin-tar-installer.config
Normal file
@@ -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
|
@@ -1315,6 +1315,8 @@
|
|||||||
- oslo
|
- oslo
|
||||||
- project: openstack/devstack-plugin-sheepdog
|
- project: openstack/devstack-plugin-sheepdog
|
||||||
description: DevStack plugin to configure Sheepdog backend.
|
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
|
- project: openstack/devstack-plugin-zmq
|
||||||
description: DevStack plugin to configure ZMQ.
|
description: DevStack plugin to configure ZMQ.
|
||||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||||
|
@@ -1419,6 +1419,12 @@
|
|||||||
srcname: os-brick
|
srcname: os-brick
|
||||||
job-suffix: '-nv'
|
job-suffix: '-nv'
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: devstack-plugin-tar-installer
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-bashate
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: devstack-plugin-zmq
|
name: devstack-plugin-zmq
|
||||||
|
|
||||||
|
@@ -5390,6 +5390,14 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-devstack-plugin-sheepdog-bashate
|
- 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
|
- name: openstack/devstack-plugin-zmq
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Reference in New Issue
Block a user