Add missing files + qpid begins

This commit is contained in:
Joshua Harlow
2012-06-04 12:36:16 -07:00
parent 4e587fc12f
commit 052f786127
4 changed files with 119 additions and 7 deletions

View 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
...

View File

@@ -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