diff --git a/deployment/ceph-ansible/ceph-mon.yaml b/deployment/ceph-ansible/ceph-mon.yaml index 032344c7bf..6e7b4c8665 100644 --- a/deployment/ceph-ansible/ceph-mon.yaml +++ b/deployment/ceph-ansible/ceph-mon.yaml @@ -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: '' diff --git a/deployment/ceph-ansible/ceph-osd.yaml b/deployment/ceph-ansible/ceph-osd.yaml index 9a7ea3ad08..25e4cb896a 100644 --- a/deployment/ceph-ansible/ceph-osd.yaml +++ b/deployment/ceph-ansible/ceph-osd.yaml @@ -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: ''