Replace ceilometer central agent by polling agent

central and compute agents were deprecated and have been finally removed
in puppet-ceilometer [1].

[1] https://review.opendev.org/#/c/677428/

Change-Id: Idd491d3a6fd8803682646a8dafb5fe22ad311c71
This commit is contained in:
Alfredo Moralejo
2019-08-23 09:18:03 +02:00
parent 7417aef9bc
commit 03e887338e

View File

@@ -49,7 +49,8 @@ class packstack::ceilometer ()
auth_region => hiera('CONFIG_KEYSTONE_REGION'),
}
class { '::ceilometer::agent::central':
class { '::ceilometer::agent::polling':
manage_polling => true,
coordination_url => $coordination_url,
}