Add devstack-plugin-additional-pkg-repos
This devstack plugin will allow for testing a variety of system-level tools within a devstack job. The original idea comes from needing to test libvirt+qemu in nova but this plugin can trivially be extended to allow neutron to test newer version of ovs or dpdk. Currently it is not attached to any Big Tent project but once it's utility is proven I imagine it will fall under either Nova or QA. Change-Id: I5a3f3ca671b3cf25d71783dbb197e4449cac3e34
This commit is contained in:
parent
6b37bc24f1
commit
c9769a0f2e
gerrit
jenkins/jobs
zuul
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group devstack-plugin-apr-core
|
||||
label-Code-Review = -2..+2 group devstack-plugin-apr-core
|
||||
label-Workflow = -1..+1 group devstack-plugin-apr-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group devstack-plugin-apr-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1256,6 +1256,10 @@
|
||||
acl-config: /home/gerrit2/acls/openstack/designate.config
|
||||
- project: openstack/designate-specs
|
||||
description: OpenStack DNS As A Service (Designate) Specifications
|
||||
- project: openstack/devstack-plugin-additional-pkg-repos
|
||||
description: A DevStack plugin that allows inclusion of external package repositories for testing
|
||||
new (or indeed old) releases of system utiilities
|
||||
upstream: https://github.com/tbreeds/tbreeds-devstack-plugin-additional-pkg-repos
|
||||
- project: openstack/devstack-plugin-amqp1
|
||||
description: DevStack plugin to configure AMQP1.
|
||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||
|
@ -1212,6 +1212,12 @@
|
||||
job-suffix: ''
|
||||
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-additional-pkg-repos
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-amqp1
|
||||
|
||||
|
@ -4973,6 +4973,14 @@ projects:
|
||||
gate:
|
||||
- gate-designate-specs-python27
|
||||
|
||||
- name: openstack/devstack-plugin-additional-pkg-repos
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-additional-pkg-repos-bashate
|
||||
gate:
|
||||
- gate-devstack-plugin-additional-pkg-repos-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-amqp1
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user