The  ceilometer service has gone through a major overhaul, where some of its 
parts have been removed and assigned to gnocchi.

https://docs.openstack.org/ceilometer/latest/architecture.html

In particular the ceilometer api has been discontinued and the ceilometer 
collector is superseded by ceilometer agent-notification.
Since ceilometer no longer collects data, also the mongodb is no longer needed.

Therefore the Ceilometer charm must be updated as well as other charms that 
must be configured to talk to ceilometer, according to the instructions here: 

https://docs.openstack.org/project-install-guide/telemetry/ocata/install-controller.html

I am working on a gnocchi charm and now need to do modifications to te 
following charms:

- ceilometer
- cinder
- glance
- neutron
- swift

In particular for example, one needs to add this to the 
/etc/glance/glance-api.conf file:

[DEFAULT]
...
transport_url = rabbit://openstack:RABBIT_PASS@controller

[oslo_messaging_notifications]
...
driver = messagingv2

Could someone advise of where this change should go in the Glance charm?

Surprisingly, the section oslo_messaging_notifications is already present in 
the Cinder file cinder-api.conf generated by the charm, but I could not find 
where in the code of the charm it gets done.

When the gnocchi charm and the changes to the others will be ready, I will post 
them.

Any help appreciated.

— Beppe


-- 
Juju mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju

Reply via email to