Files
cloudkitty/doc/source/admin/devstack.rst
Abraham Arce 9ad8be46f1 [devstack] Collector Variable
The collector is configurable via the CLOUDKITTY_COLLECTOR variable, no
CLOUDKITTY_GNOCCHI is available.

Change-Id: If433bb26e64747e887af3b191cfae36f31390809
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
(cherry picked from commit 1449d76472)
2020-09-08 16:55:45 +02:00

26 lines
818 B
ReStructuredText

DevStack installation
=====================
Add the following lines in your ``local.conf`` file to enable CloudKitty,
Ceilometer and Gnocchi. By default, the fetcher will be ``gnocchi``
(configurable via the ``CLOUDKITTY_FETCHER`` variable), the collector will be
``gnocchi`` (configurable via the ``CLOUDKITTY_COLLECTOR`` variable), and the
storage backend will be ``influxdb`` (configurable via the
``CLOUDKITTY_STORAGE_BACKEND`` and ``CLOUDKITTY_STORAGE_VERSION`` variables).
.. code-block:: ini
[[local|localrc]]
# ceilometer
enable_plugin ceilometer https://opendev.org/openstack/ceilometer.git master
# cloudkitty
enable_plugin cloudkitty https://opendev.org/openstack/cloudkitty.git master
enable_service ck-api,ck-proc
Then start devstack:
.. code-block:: console
./stack.sh