commit
94f37ea66f
@ -114,6 +114,8 @@ overcloud_container_image_regex_map:
|
||||
enabled: "{{ kolla_enable_ceilometer | bool }}"
|
||||
- regex: cinder
|
||||
enabled: "{{ kolla_enable_cinder | bool }}"
|
||||
- regex: collectd
|
||||
enabled: "{{ kolla_enable_collectd | bool }}"
|
||||
- regex: cron
|
||||
enabled: True
|
||||
- regex: designate
|
||||
@ -269,6 +271,7 @@ kolla_enable_central_logging: "no"
|
||||
kolla_enable_ceph: "no"
|
||||
kolla_enable_ceilometer: "no"
|
||||
kolla_enable_cinder: "no"
|
||||
kolla_enable_collectd: "no"
|
||||
kolla_enable_designate: "no"
|
||||
kolla_enable_elasticsearch: "{{ 'yes' if kolla_enable_central_logging | bool or kolla_enable_freezer | bool or kolla_enable_osprofiler | bool or kolla_enable_skydive | bool else 'no' }}"
|
||||
kolla_enable_etcd: "no"
|
||||
|
@ -69,6 +69,7 @@ kolla_feature_flags:
|
||||
- cinder_backend_lvm
|
||||
- cinder_backend_nfs
|
||||
- cloudkitty
|
||||
- collectd
|
||||
- congress
|
||||
- designate
|
||||
- elasticsearch
|
||||
|
Loading…
x
Reference in New Issue
Block a user