ceilometer/devstack
Julien Danjou 9d90ce8d37 notification: remove workload partitioning
Workload partitioning has been quite fragile and poorly performing so it's not
advised to use it. It was useful for transformers: since transformers are going
away too, let's simplify the code base and remove it

Change-Id: Ief2f0e00d3c091f978084da153b0c76377772f28
2018-08-31 13:29:51 +02:00
..
files/rpms Create a devstack plugin for ceilometer 2015-06-29 09:38:53 +00:00
upgrade Remove deprecated storage drivers 2017-10-26 09:35:14 +02:00
README.rst document how to enable ceilometer stable branch in devstack 2016-04-19 06:30:25 +08:00
plugin.sh notification: remove workload partitioning 2018-08-31 13:29:51 +02:00
settings gnocchi: use ceilometer-low as default archive policy 2018-08-31 13:29:51 +02:00

README.rst

Enabling Ceilometer in DevStack

  1. Download Devstack:

    git clone https://git.openstack.org/openstack-dev/devstack
    cd devstack
  2. Add this repo as an external repository in local.conf file:

    [[local|localrc]]
    enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer

    To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:

    enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer stable/mitaka

    There are some options, such as CEILOMETER_BACKEND, defined in ceilometer/devstack/settings, they can be used to configure the installation of Ceilometer. If you don't want to use their default value, you can set a new one in local.conf.

  3. Run stack.sh.