enable ceilometer in kolla
how can i enable ceilometer service in kolla ansible pike
First time here? Check out the FAQ!
how can i enable ceilometer service in kolla ansible pike
In globals.yaml set enable_ceilometer to "yes". But as Eduardo stated, you will probably need aodh, panko and gnocchi, too.
Asked: 2017-10-29 09:19:44 -0500
Seen: 905 times
Last updated: Feb 05 '18
Ceilometer does not exists in pike anymore, only agent services. Functionality is provided by aodh, panko and gnocchi which need to be enabled independently.
Aren't the agent services ceilometer? In kolla-ansible's globals.yaml there is still an enable_ceilometer parameter and when you switch it to "yes", there are three additional containers ceilometer_compute ceilometer_central ceilometer_notification, which contain the agents.