Add new project: devstack-plugin-libvirt-qemu
A plugin to install libvirt and qemu from source. This enables the ability of testing features for both projects before releasing them. Change-Id: If5f8d04487d456cb2c21ece91d51fb9df4226f71
This commit is contained in:
parent
2b57ea8eba
commit
5e2ecbfa89
15
gerrit/acls/openstack/devstack-plugin-libvirt-qemu.config
Normal file
15
gerrit/acls/openstack/devstack-plugin-libvirt-qemu.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group devstack-plugin-libvirt-qemu-core
|
||||
create = group devstack-plugin-libvirt-qemu-release
|
||||
label-Code-Review = -2..+2 group devstack-plugin-libvirt-qemu-core
|
||||
label-Workflow = -1..+1 group devstack-plugin-libvirt-qemu-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group devstack-plugin-libvirt-qemu-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3388,6 +3388,8 @@
|
||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||
groups:
|
||||
- oslo
|
||||
- project: openstack/devstack-plugin-libvirt-qemu
|
||||
description: Libvirt QEMU plugin
|
||||
- project: openstack/devstack-plugin-mariadb
|
||||
description: A DevStack plugin that allows ubuntu users to use MariaDB flavor as
|
||||
the database backend
|
||||
|
@ -3908,6 +3908,13 @@
|
||||
plugin-repo: openstack/devstack-plugin-kafka
|
||||
job-suffix: ''
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-libvirt-qemu
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-mariadb
|
||||
|
||||
|
@ -8304,6 +8304,14 @@ projects:
|
||||
- gate-devstack-plugin-kafka-bashate
|
||||
- gate-tempest-dsvm-full-kafka
|
||||
|
||||
- name: openstack/devstack-plugin-libvirt-qemu
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-libvirt-qemu-bashate
|
||||
gate:
|
||||
- gate-devstack-plugin-libvirt-qemu-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-mariadb
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user