Add a basic+quantum persona.
Change-Id: Id82a329b987e14df08cfc5a6cc8ddab0d452acd5
This commit is contained in:
66
conf/personas/in-a-box/basic-quantum.yaml
Normal file
66
conf/personas/in-a-box/basic-quantum.yaml
Normal file
@@ -0,0 +1,66 @@
|
||||
---
|
||||
components:
|
||||
# Order matters here!
|
||||
- general
|
||||
- db
|
||||
- rabbit-mq
|
||||
- oslo-config
|
||||
- keystone
|
||||
# Client used by many components
|
||||
- keystone-client
|
||||
- glance
|
||||
# Clients used by nova (+ others)
|
||||
- glance-client
|
||||
- cinder-client
|
||||
- quantum-client
|
||||
- quantum
|
||||
- cinder
|
||||
- nova
|
||||
- nova-client
|
||||
options:
|
||||
nova:
|
||||
db-sync: true
|
||||
do-network-init: true
|
||||
enable-cells: false
|
||||
enable-spice: false
|
||||
local-conductor: false
|
||||
mq-type: "rabbit"
|
||||
quantum-core-plugin: linuxbridge
|
||||
quantum-enabled: true
|
||||
glance:
|
||||
db-sync: true
|
||||
load-images: true
|
||||
keystone:
|
||||
db-sync: true
|
||||
do-init: true
|
||||
enable-pki: false
|
||||
cinder:
|
||||
db-sync: true
|
||||
quantum:
|
||||
db-sync: true
|
||||
subsystems:
|
||||
glance:
|
||||
- api
|
||||
- registry
|
||||
keystone:
|
||||
- all
|
||||
nova:
|
||||
- api-ec2
|
||||
- api-metadata
|
||||
- api-os-compute
|
||||
- cert
|
||||
- compute
|
||||
- consoleauth
|
||||
- dhcpbridge
|
||||
- network
|
||||
- novncproxy
|
||||
- scheduler
|
||||
- xvpvncproxy
|
||||
quantum:
|
||||
- server
|
||||
cinder:
|
||||
- all
|
||||
supports:
|
||||
- rhel
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user