anvil/conf/personas/in-a-box/basic.yaml
Joshua Harlow 4f682ab484 Fix personas due to new services.
Change-Id: I2e70dfa090a3b81070c124cbf89e82c818c7aba2
2013-06-18 16:02:17 -07:00

56 lines
861 B
YAML

---
components:
# Order matters here!
- general
- db
- rabbit-mq
- oslo-config
- keystone
# Client used by many components
- keystone-client
- glance
- cinder
# Clients used by nova (+ others)
- glance-client
- cinder-client
- quantum-client
- nova
- nova-client
options:
nova:
db-sync: true
do-network-init: true
mq-type: "rabbit"
enable-cells: false
enable-spice: false
local-conductor: false
glance:
db-sync: true
load-images: true
keystone:
db-sync: true
do-init: true
enable-pki: false
cinder:
db-sync: true
subsystems:
glance:
- api
- registry
keystone:
- all
nova:
- api
- cert
- compute
- conductor
- network
- scheduler
cinder:
- api
- scheduler
- volume
supports:
- rhel
...