cue/contrib/devstack
Daniel Allegood fe9f3767fb Check RabbitMQ cluster status via REST API during cluster create
This is replacing the TaskFlow task to check when a rabbit node begins to
respond to port 5672.  We now use rabbits management plugin and REST API
to check when the cluster is active and able to consume jobs. The new task
is added at the end of the create_cluster flow.  This is (arbitrarily) going
to the 0th node's RabbitMQ Management port.

Change-Id: I9dffdefd9cdcd6317f5c3114c59b4b30b8218239
2015-08-14 18:33:57 -07:00
..
extras.d Printing console and rabbitmq logs in the test 2015-06-10 13:50:01 -07:00
lib Check RabbitMQ cluster status via REST API during cluster create 2015-08-14 18:33:57 -07:00
README.rst changing stackforge references to openstack 2015-07-13 12:58:00 -07:00
install.sh Add Devstack integration 2015-02-20 15:08:51 -08:00
local.conf Initial port of RabbitMQ image elements 2015-04-02 17:44:42 -07:00
local.sh Printing console and rabbitmq logs in the test 2015-06-10 13:50:01 -07:00

README.rst

The contrib/devstack directory contrains the files to integrate Cue with Devstack.

To install Cue

# Clone devstack and cue git clone https://github.com/openstack-dev/devstack.git git clone https://github.com/openstack/cue.git

# Install the cue plugins onto Devstack ./cue/contrib/devstack/install.sh

# Copy the local.conf to your devstack cp cue/contrib/devstack/local.conf devstack/

This will create the neccessary symlinks to the Cue-devstack-plugin, and setup devstack with a local.conf that enables the Cue services and its dependencies.