42 lines
605 B
YAML
42 lines
605 B
YAML
---
|
|
components:
|
|
# Order matters here!
|
|
- general
|
|
- db
|
|
- rabbit-mq
|
|
- keystone-client
|
|
- keystone
|
|
- glance
|
|
- nova
|
|
- no-vnc
|
|
- quantum-client
|
|
- nova-client
|
|
- horizon
|
|
description: Devstack.sh matching component installation.
|
|
options:
|
|
no-vnc:
|
|
# This is the nova component name (we need this to hook into the nova conf...)
|
|
nova: nova
|
|
nova:
|
|
# We are enabling no-vnc (or trying to)
|
|
- no-vnc
|
|
subsystems:
|
|
glance:
|
|
- api
|
|
- reg
|
|
nova:
|
|
- api
|
|
- cauth
|
|
- cert
|
|
- cpu
|
|
- net
|
|
- sched
|
|
- vol
|
|
- xvnc
|
|
supports:
|
|
- rhel-6
|
|
- ubuntu-oneiric
|
|
- fedora-16
|
|
...
|
|
|