diff --git a/ci/environments/scenario001-standalone.yaml b/ci/environments/scenario001-standalone.yaml index f56b367ecc..e58a1587bd 100644 --- a/ci/environments/scenario001-standalone.yaml +++ b/ci/environments/scenario001-standalone.yaml @@ -44,6 +44,12 @@ parameter_defaults: # in sync with the archive policy, 60s too. ceilometer::agent::polling::polling_interval: 15 tripleo::profile::base::metrics::qdr::interior_mesh_nodes: '' + collectd::plugin::ceph::daemons: + - 'ceph-mon.controller-00' + - 'ceph-mon.controller-01' + - 'ceph-mon.controller-02' + - 'ceph-osd.01' + - 'ceph-osd.07' NotificationDriver: 'messagingv2' ManagePolling: true HeatConfigureDelegatedRoles: true diff --git a/deployment/cephadm/ceph-mon.yaml b/deployment/cephadm/ceph-mon.yaml index 52f7e8c56a..12b6fb5d08 100644 --- a/deployment/cephadm/ceph-mon.yaml +++ b/deployment/cephadm/ceph-mon.yaml @@ -73,7 +73,7 @@ outputs: - - '9100' service_config_settings: collectd: - tripleo.collectd.plugins.ceph_osd: + tripleo.collectd.plugins.ceph_mon: - ceph collectd::plugin::ceph::daemons: [] upgrade_tasks: {get_attr: [CephBase, role_data, upgrade_tasks]}