Merge "Enable collectd-ceph plugin only where needed"
This commit is contained in:
commit
0b992342dc
@ -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: ''
|
||||
|
@ -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: ''
|
||||
|
Loading…
Reference in New Issue
Block a user