Merge "upgrade gnocchi via ceilometer"
This commit is contained in:
@@ -33,18 +33,9 @@ Storage Backend Installation
|
|||||||
Gnocchi
|
Gnocchi
|
||||||
-------
|
-------
|
||||||
|
|
||||||
1. Follow `Gnocchi installation`_ instructions
|
#. Follow `Gnocchi installation`_ instructions
|
||||||
|
|
||||||
2. Initialize Gnocchi for Ceilometer::
|
#. Edit `/etc/ceilometer/ceilometer.conf` for the collector service:
|
||||||
|
|
||||||
$ gnocchi-upgrade --create-legacy-resource-types
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
Prior to Gnocchi 2.1, Ceilometer resource types were included, therefore
|
|
||||||
--create-legacy-resource-types flag is not needed.
|
|
||||||
|
|
||||||
3. Edit `/etc/ceilometer/ceilometer.conf` for the collector service:
|
|
||||||
|
|
||||||
* With Keystone authentication enabled::
|
* With Keystone authentication enabled::
|
||||||
|
|
||||||
@@ -79,9 +70,13 @@ Gnocchi
|
|||||||
project_id = <ceilometer_project_id>
|
project_id = <ceilometer_project_id>
|
||||||
endpoint = <gnocchi_endpoint>
|
endpoint = <gnocchi_endpoint>
|
||||||
|
|
||||||
4. Copy gnocchi_resources.yaml to config directory (e.g./etc/ceilometer)
|
#. Copy gnocchi_resources.yaml to config directory (e.g./etc/ceilometer)
|
||||||
|
|
||||||
5. To minimize data requests, caching and batch processing should be enabled:
|
#. Initialize Gnocchi database by creating ceilometer resources::
|
||||||
|
|
||||||
|
ceilometer-upgrade --skip-metering-database
|
||||||
|
|
||||||
|
#. To minimize data requests, caching and batch processing should be enabled:
|
||||||
|
|
||||||
1. Enable resource caching (oslo.cache_ should be installed)::
|
1. Enable resource caching (oslo.cache_ should be installed)::
|
||||||
|
|
||||||
@@ -98,7 +93,7 @@ Gnocchi
|
|||||||
batch_size = 100
|
batch_size = 100
|
||||||
batch_timeout = 5
|
batch_timeout = 5
|
||||||
|
|
||||||
6. Start notification service
|
#. Start notification service
|
||||||
|
|
||||||
.. _oslo.cache: http://docs.openstack.org/developer/oslo.cache/opts.html
|
.. _oslo.cache: http://docs.openstack.org/developer/oslo.cache/opts.html
|
||||||
.. _`Gnocchi installation`: http://docs.openstack.org/developer/gnocchi/install.html
|
.. _`Gnocchi installation`: http://docs.openstack.org/developer/gnocchi/install.html
|
||||||
|
Reference in New Issue
Block a user