Merge pull request #86 from ktibi/add_collectd

add collectd regex
This commit is contained in:
Mark Goddard 2017-12-08 09:03:47 +00:00 committed by GitHub
commit 94f37ea66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}"
- 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"

View File

@ -69,6 +69,7 @@ kolla_feature_flags:
- cinder_backend_lvm
- cinder_backend_nfs
- cloudkitty
- collectd
- congress
- designate
- elasticsearch