add devstack-vagrant project to openstack-dev
devstack-vagrant is a set of vagrant tooling around devstack to make it super easy to bring up devstack locally on any machine that supports vagrant. It includes a few top level config options to bring up some custom configs of devstack, and will be evolved to make it easy to replicate very closely the configuration of devstack-gate. Change-Id: I24390f5fbd582b8d7d268c6460ac24479c63719f
This commit is contained in:
parent
d29235659e
commit
8625a3ac79
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group devstack-core
|
||||
label-Workflow = -1..+1 group devstack-core
|
||||
abandon = group devstack-core
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
||||
label-Code-Review = -2..+2 group devstack-core
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group devstack-core
|
||||
abandon = group devstack-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -12,6 +12,9 @@
|
||||
- project: openstack-dev/devstack
|
||||
options:
|
||||
- direct-release
|
||||
- project: openstack-dev/devstack-vagrant
|
||||
description: Vagrant scripts to build local devstack environments
|
||||
upstream: git://github.com/sdague/devstack-vagrant.git
|
||||
- project: openstack-dev/grenade
|
||||
upstream: git://github.com/nebula/grenade
|
||||
description: OpenStack upgrade testing tool
|
||||
|
@ -2637,6 +2637,12 @@ projects:
|
||||
gate:
|
||||
- noop
|
||||
|
||||
- name: openstack-dev/devstack-vagrant
|
||||
check:
|
||||
- noop
|
||||
gate:
|
||||
- noop
|
||||
|
||||
- name: openstack-dev/devstack
|
||||
template:
|
||||
- name: integrated-gate
|
||||
|
Loading…
x
Reference in New Issue
Block a user