RETIRED, Fuel plugin to enable central agent HA and workload partitioning
Go to file
Patrick Petit 5e6601c98f Redis Plugin Doc final review for MOS 8 & 7
Change-Id: I422b1fd4c6f6c763c0fb622ce8dd0afba00a4429
2016-06-27 18:38:58 +03:00
deployment_scripts/puppet Remove notification agent support from the plugin 2016-06-21 11:23:37 +03:00
doc Redis Plugin Doc final review for MOS 8 & 7 2016-06-27 18:38:58 +03:00
repositories Implement Ceilometer-Redis plugin 2015-08-18 16:23:57 +03:00
specs Add documentation for Ceilometer Redis plugin 2015-11-09 16:48:13 +03:00
.gitignore Add Sphinx support 2016-06-15 14:31:58 +03:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:21:57 +00:00
LICENSE Add documentation for Ceilometer Redis plugin 2015-11-09 16:48:13 +03:00
README.md Add documentation for Ceilometer Redis plugin 2015-11-09 16:48:13 +03:00
deployment_tasks.yaml Update package version to 3.0.0 2016-03-18 14:02:07 +02:00
environment_config.yaml Implement Ceilometer-Redis plugin 2015-08-18 16:23:57 +03:00
metadata.yaml Update the documentation for MOS 8.0 2016-04-13 15:45:08 +03:00
pre_build_hook Implement Ceilometer-Redis plugin 2015-08-18 16:23:57 +03:00
test-requirements.txt Add Sphinx support 2016-06-15 14:31:58 +03:00
tox.ini Add Sphinx support 2016-06-15 14:31:58 +03:00

README.md

Ceilometer Redis plugin

Provides a mechanism to allow Ceilometer agents to be horizontally scaled out and to balance workload between corresponding agents. The current plugin version provides this mechanism only for Central agent.

Building the plugin

  1. Clone the fuel-plugin repo:

    git clone https://review.openstack.org/openstack/fuel-plugin-ceilometer-redis

  2. Install the Fuel Plugin Builder:

    pip install fuel-plugin-builder

  3. Build Ceilometer Redis Fuel plugin:

    fpb --build fuel-plugin-ceilometer-redis/

  4. The ceilometer-redis-<x.x.x>.rpm plugin package will be created in the plugin folder (fuel-plugin-ceilometer-redis/).

  5. Move this file to the Fuel Master node with secure copy (scp):

    scp fuel-plugin-ceilometer-redis/ceilometer-redis-<x.x.x>.rpm root@:<the_Fuel_Master_node_IP address>:/tmp ssh root@:<the_Fuel_Master_node_IP address> cd /tmp

  6. Install the Ceilometer Redis plugin:

    fuel plugins --install ceilometer-redis-<x.x.x>.rpm

  7. Plugin is ready to be used and can be enabled on the Settings tab of the Fuel web UI.