Merge "Enable collectd-ceph plugin only where needed"

This commit is contained in:
Zuul 2020-05-16 03:16:17 +00:00 committed by Gerrit Code Review
commit 0b992342dc
2 changed files with 10 additions and 0 deletions

View File

@ -95,6 +95,11 @@ outputs:
- - '9100'
- []
upgrade_tasks: []
service_config_settings:
collectd:
tripleo.collectd.plugins.ceph_osd:
- ceph
collectd::plugin::ceph::daemons: []
puppet_config:
config_image: ''
config_volume: ''

View File

@ -83,6 +83,11 @@ outputs:
tags: validation
when: step|int == 0
shell: test "nil" == "$(hiera -c /etc/puppet/hiera.yaml ceph::profile::params::osds)"
service_config_settings:
collectd:
tripleo.collectd.plugins.ceph_osd:
- ceph
collectd::plugin::ceph::daemons: []
puppet_config:
config_image: ''
config_volume: ''