Merge "add persona basic-heat.yaml"
This commit is contained in:
commit
8195beb97b
75
conf/personas/in-a-box/basic-heat.yaml
Normal file
75
conf/personas/in-a-box/basic-heat.yaml
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
---
|
||||||
|
components:
|
||||||
|
# Order matters here!
|
||||||
|
- general
|
||||||
|
- db
|
||||||
|
- rabbit-mq
|
||||||
|
# Oslo libraries
|
||||||
|
- oslo-config
|
||||||
|
- oslo-messaging
|
||||||
|
- pycadf
|
||||||
|
# Core components
|
||||||
|
- keystone
|
||||||
|
- glance
|
||||||
|
- cinder
|
||||||
|
- nova
|
||||||
|
- heat
|
||||||
|
# Client used by components
|
||||||
|
- cinder-client
|
||||||
|
- glance-client
|
||||||
|
- keystone-client
|
||||||
|
- neutron-client
|
||||||
|
- nova-client
|
||||||
|
- swift-client
|
||||||
|
- heat-client
|
||||||
|
options:
|
||||||
|
nova:
|
||||||
|
db-sync: true
|
||||||
|
do-network-init: true
|
||||||
|
enable-cells: false
|
||||||
|
enable-spice: false
|
||||||
|
local-conductor: false
|
||||||
|
mq-type: rabbit
|
||||||
|
glance:
|
||||||
|
db-sync: true
|
||||||
|
load-images: true
|
||||||
|
keystone:
|
||||||
|
db-sync: true
|
||||||
|
do-init: true
|
||||||
|
enable-pki: false
|
||||||
|
cinder:
|
||||||
|
mq-type: rabbit
|
||||||
|
db-sync: true
|
||||||
|
heat: {}
|
||||||
|
subsystems:
|
||||||
|
glance:
|
||||||
|
- api
|
||||||
|
- registry
|
||||||
|
keystone:
|
||||||
|
- all
|
||||||
|
nova:
|
||||||
|
- api
|
||||||
|
- cert
|
||||||
|
- compute
|
||||||
|
- conductor
|
||||||
|
- network
|
||||||
|
- scheduler
|
||||||
|
cinder:
|
||||||
|
- api
|
||||||
|
- scheduler
|
||||||
|
- volume
|
||||||
|
heat:
|
||||||
|
- api
|
||||||
|
- api-cfn
|
||||||
|
- api-cloudwatch
|
||||||
|
- engine
|
||||||
|
no-origin:
|
||||||
|
# These components don't need an origin to be enabled
|
||||||
|
- general
|
||||||
|
- db
|
||||||
|
- rabbit-mq
|
||||||
|
supports:
|
||||||
|
- rhel
|
||||||
|
- fedora
|
||||||
|
- centos
|
||||||
|
...
|
Loading…
Reference in New Issue
Block a user