masakari/devstack
2019-04-10 00:42:35 +00:00
..
plugin.sh Add devstack support for masakari-monitors 2019-03-22 04:41:41 +00:00
README.rst Replace openstack.org git:// URLs with https:// 2019-03-24 20:34:10 +00:00
settings Add devstack support for masakari-monitors 2019-03-22 04:41:41 +00:00

Enabling Masakari in DevStack

To enable Masakari in DevStack, perform the following steps:

Download DevStack

export DEVSTACK_DIR=~/devstack
git clone https://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 https://git.openstack.org/openstack/masakari

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

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

Run the DevStack utility

cd $DEVSTACK_DIR
./stack.sh