Merge "Enable collectd-ceph plugin only where needed" into stable/train

This commit is contained in:
Zuul 2020-09-09 15:17:03 +00:00 committed by Gerrit Code Review
commit 911c6d0314
2 changed files with 10 additions and 0 deletions

View File

@ -71,6 +71,11 @@ outputs:
service_name: ceph_mon
upgrade_tasks: {get_attr: [CephBase, role_data, upgrade_tasks]}
post_upgrade_tasks: {get_attr: [CephBase, role_data, post_upgrade_tasks]}
service_config_settings:
collectd:
tripleo.collectd.plugins.ceph_osd:
- ceph
collectd::plugin::ceph::daemons: []
puppet_config:
config_image: ''
config_volume: ''

View File

@ -121,6 +121,11 @@ outputs:
when: step|int == 2
become: true
delegate_to: "{{ ceph_mon_short_bootstrap_node_name }}"
service_config_settings:
collectd:
tripleo.collectd.plugins.ceph_osd:
- ceph
collectd::plugin::ceph::daemons: []
puppet_config:
config_image: ''
config_volume: ''