9db5c6c9bf
Transformers cannot work correctly on multiple nodes without workload partitioning, which has been removed. The transformation of data is no more the responsability of Ceilometer. The data storage used by default (Gnocchi), is able to handle the scenario that Ceilometer covered by default such as computing the rate of a metric. Change-Id: If3683318b998a37c40bc09314dd8ab3eef326ba7 Depends-On: Ifd1d04ce813028f115c19bc983e7dd1e63c6f8a5 Depends-On: I0330c09d72c20d63d08770b52d3071512a418260 |
||
---|---|---|
.. | ||
files/rpms | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Ceilometer in DevStack
Download Devstack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
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 inlocal.conf
.Run
stack.sh
.