add collectd regex
This commit is contained in:
parent
12fc3f86e1
commit
1f3032233b
@ -114,6 +114,8 @@ overcloud_container_image_regex_map:
|
|||||||
enabled: "{{ kolla_enable_ceilometer | bool }}"
|
enabled: "{{ kolla_enable_ceilometer | bool }}"
|
||||||
- regex: cinder
|
- regex: cinder
|
||||||
enabled: "{{ kolla_enable_cinder | bool }}"
|
enabled: "{{ kolla_enable_cinder | bool }}"
|
||||||
|
- regex: collectd
|
||||||
|
enabled: "{{ kolla_enable_collectd | bool }}"
|
||||||
- regex: cron
|
- regex: cron
|
||||||
enabled: True
|
enabled: True
|
||||||
- regex: designate
|
- regex: designate
|
||||||
@ -269,6 +271,7 @@ kolla_enable_central_logging: "no"
|
|||||||
kolla_enable_ceph: "no"
|
kolla_enable_ceph: "no"
|
||||||
kolla_enable_ceilometer: "no"
|
kolla_enable_ceilometer: "no"
|
||||||
kolla_enable_cinder: "no"
|
kolla_enable_cinder: "no"
|
||||||
|
kolla_enable_collectd: "no"
|
||||||
kolla_enable_designate: "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_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"
|
kolla_enable_etcd: "no"
|
||||||
|
@ -75,6 +75,7 @@ kolla_feature_flags:
|
|||||||
- cinder_backend_lvm
|
- cinder_backend_lvm
|
||||||
- cinder_backend_nfs
|
- cinder_backend_nfs
|
||||||
- cloudkitty
|
- cloudkitty
|
||||||
|
- collectd
|
||||||
- congress
|
- congress
|
||||||
- designate
|
- designate
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user