RETIRED, Fuel plugin to deploy Rally
Go to file
Volodymyr Stoiko 79397542c1 Add docs/specs for 7.0 2016-08-16 11:40:52 +03:00
deployment_scripts/puppet Add class description and related docs 2016-08-15 16:03:29 +03:00
doc Add docs/specs for 7.0 2016-08-16 11:40:52 +03:00
repositories Initial fuel-plugin-rally structure 2016-08-01 10:16:47 +03:00
specs Add docs/specs for 7.0 2016-08-16 11:40:52 +03:00
.gitignore Add hiera yaml override file 2016-08-02 13:06:33 +03:00
LICENSE Initial fuel-plugin-rally structure 2016-08-01 10:16:47 +03:00
README.md Add class description and related docs 2016-08-15 16:03:29 +03:00
deployment_tasks.yaml update hiera override and tasks 2016-08-04 14:43:54 +00:00
environment_config.yaml Add path/tag repository settings 2016-08-03 12:13:56 +03:00
metadata.yaml Switch to system-wide installation 2016-08-11 12:15:48 +03:00
node_roles.yaml Switch to system-wide installation 2016-08-11 12:15:48 +03:00
pre_build_hook Setting up configuration parameters for Rally 2016-08-15 13:11:24 +03:00
tasks.yaml update /etc/hosts with public host name 2016-08-05 09:19:25 +00:00
volumes.yaml Initial fuel-plugin-rally structure 2016-08-01 10:16:47 +03:00

README.md

Openstack Rally plugin

Provides a separate role for deployment of the Rally benchmarking tool

Building the plugin

  1. Clone the fuel-plugin repo:

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

  2. Install the Fuel Plugin Builder:

    pip install fuel-plugin-builder

  3. Build Rally Fuel plugin:

    fpb --build fuel-plugin-rally/

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

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

    scp fuel-plugin-rally/fuel-plugin-rally-<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 Rallyre plugin:

    fuel plugins --install fuel-plugin-rally-<x.x.x>.rpm

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