Discussion:
ceilometer
Giuseppe Attardi
2018-02-21 11:15:10 UTC
Permalink
The latest Ceilometer non longer uses a DB to store its data, but rather it sends it in a pipeline to Gnocchi.
In order to use Ceilometer with Gnocchi, I had to patch the ceilometer bundle not to wait for a shared-db relation.
In fact, I removed completely any mention of the database in the code.

The charm is released as cs:~csd-garr/ceilometer and is aligned to version stable/17.11.

Enjoy.

—Beppe
--
Juju mailing list
***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/
James Page
2018-02-21 11:19:46 UTC
Permalink
Hi Giuseppe
Post by Giuseppe Attardi
The latest Ceilometer non longer uses a DB to store its data, but rather
it sends it in a pipeline to Gnocchi.
In order to use Ceilometer with Gnocchi, I had to patch the ceilometer
bundle not to wait for a shared-db relation.
In fact, I removed completely any mention of the database in the code.
The charm is released as cs:~csd-garr/ceilometer and is aligned to version stable/17.11.
Support for use without MongoDB is due to be released next week as part of
the Queens OpenStack release:


https://github.com/openstack/charm-ceilometer/commit/4c450fed8c08afe14007b52f7dbd9344ae45eae9

Cheers

James

Loading...