ceilometer/devstack
Zuul f1ac9663e0 Merge "Reduce the alarm_threshold value to make autoscaling test stable" 2019-04-13 02:10:34 +00:00
..
files/rpms Create a devstack plugin for ceilometer 2015-06-29 09:38:53 +00:00
upgrade Replace openstack.org git:// URLs with https:// 2019-03-24 20:32:44 +00:00
README.rst document how to enable ceilometer stable branch in devstack 2016-04-19 06:30:25 +08:00
plugin.sh Merge "Reduce the alarm_threshold value to make autoscaling test stable" 2019-04-13 02:10:34 +00:00
settings pipeline: remove transformer support 2018-09-06 10:38:25 +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.