Files
anvil/conf/personas/in-a-box/basic.yaml
Alessio Ababilov 052daddfd7 Build OpenStack packages from custom specs
Maintain spec files for OpenStack packages. Start OpenStack daemons
as native system services under different users. Write configuration
to /etc.

Implements: blueprint different-openstack-users
Implements: blueprint purge-config
Implements: blueprint package-novnc

Change-Id: I454c1e88011c75997d879bf8b90cd87c8db3f123
2013-06-17 19:54:07 -07:00

59 lines
929 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-ec2
- api-metadata
- api-os-compute
- cert
- compute
- conductor
- consoleauth
- network
- novncproxy
- scheduler
- xvpvncproxy
cinder:
- all
supports:
- rhel
...