masakari/devstack
Zuul bfdaae6646 Merge "Change masakari service-type from 'ha' to 'instance-ha'" 2018-05-11 07:48:14 +00:00
..
README.rst Add devstack plugin 2016-08-16 11:55:07 +05:30
plugin.sh Change masakari service-type from 'ha' to 'instance-ha' 2018-01-21 21:11:06 -08:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:40:03 +03:00

README.rst

Enabling Masakari in DevStack

To enable Masakari in DevStack, perform the following steps:

Download DevStack

export DEVSTACK_DIR=~/devstack
git clone git://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR

Enable the Masakari plugin

Enable the plugin by adding the following section to $DEVSTACK_DIR/local.conf

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

Optionally, a git refspec (branch or tag or commit) may be provided as follows:

[[local|localrc]]
enable_plugin masakari git://git.openstack.org/openstack/masakari <refspec>

Run the DevStack utility

cd $DEVSTACK_DIR
./stack.sh