Add missing files + qpid begins
This commit is contained in:
44
conf/personas/devstack.qpid.sh.yaml
Normal file
44
conf/personas/devstack.qpid.sh.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
components:
|
||||
# Order matters here!
|
||||
- general
|
||||
- db
|
||||
- qpid
|
||||
- keystone-client
|
||||
- keystone
|
||||
- glance
|
||||
# Do this after glance is installed to override the old binary
|
||||
- glance-client
|
||||
- nova
|
||||
- quantum-client
|
||||
- nova-client
|
||||
# Super client, so install after other clients
|
||||
- openstack-client
|
||||
description: Devstack.sh matching component installation + qpid!
|
||||
options:
|
||||
no-vnc:
|
||||
# This is the nova component name (we need this to hook into the nova conf...)
|
||||
nova_component: nova
|
||||
nova:
|
||||
# Signal nova we are using no-vnc
|
||||
no-vnc: true
|
||||
# Which message queue type should go here (rabbit or qpid)
|
||||
mq: qpid
|
||||
subsystems:
|
||||
glance:
|
||||
- api
|
||||
- reg
|
||||
nova:
|
||||
- api
|
||||
- cauth
|
||||
- cert
|
||||
- cpu
|
||||
- net
|
||||
- sched
|
||||
- vol
|
||||
- xvnc
|
||||
supports:
|
||||
# Todo add in others
|
||||
- rhel-6
|
||||
...
|
||||
|
||||
@@ -15,18 +15,18 @@ components:
|
||||
- nova
|
||||
- no-vnc
|
||||
- horizon
|
||||
# Super client, so install after other clients
|
||||
- openstack-client
|
||||
description: Devstack.sh matching component installation + quantum!
|
||||
options:
|
||||
no-vnc:
|
||||
# This is the nova component name (we need this to hook into the nova conf...)
|
||||
nova: nova
|
||||
nova_component: nova
|
||||
nova:
|
||||
- no-vnc
|
||||
# Signal nova we are using quantum
|
||||
- quantum
|
||||
keystone:
|
||||
# Signal keystone we are using quantum
|
||||
- quantum
|
||||
# Signal nova we are using no-vnc
|
||||
no-vnc: true
|
||||
# Signal nova we are using quantum
|
||||
quantum: true
|
||||
subsystems:
|
||||
glance:
|
||||
- api
|
||||
Reference in New Issue
Block a user