add collectd regex

This commit is contained in:
Kevin TIBI 2017-11-28 22:59:56 +01:00
parent 12fc3f86e1
commit 1f3032233b
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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