magnum/contrib/devstack
Steven Dake d915e4e063 Modify documentation to point to kubernetes-0.11 atomic image
The current fedora atomic image uses kubernetes 0.6.0.  The latest
atomic image uses 0.11.0.  Unfortunately the Fedora community doesn't
release updates to atomic until a major release.

Change-Id: I6ab93469b7e57e1eeeb730189bcc63f1cd5da0bb
Closes-bug: #1434468
2015-03-23 07:16:41 -07:00
..
extras.d Modify documentation to point to kubernetes-0.11 atomic image 2015-03-23 07:16:41 -07:00
lib Add devstack module to contrib 2015-03-16 00:52:22 +00:00
README.rst Fixed path in Devstack plugin README 2015-03-16 08:33:09 +00:00
localrc.example Removing duplicate service definition 2015-03-21 00:39:06 +00:00
prepare_devstack.sh Add devstack module to contrib 2015-03-16 00:52:22 +00:00

README.rst

Devstack Integration

This directory contains the files necessary to integrate Magnum with devstack.

Refer the quickstart guide for more information on using devstack and magnum.

Running devestack with magnum for the first time may take a long time as it needs to download an atomic fedora 21 qcow image. If you already have this image you can copy it to /opt/stack/devstack/files/fedora-21-atomic.qcow2 to save you this time.

To install magnum into devstack: :

git clone https://git.openstack.org/stackforge/magnum /opt/stack/magnum
git clone https://git.openstack.org/openstack-dev/devstack /opt/stack/devstack

# copy example localrc, modify as necessary
cp /opt/stack/magnum/contrib/devstack/localrc.example /opt/stack/devstack/localrc

cd /opt/stack/magnum
./contrib/devstack/prepare_devstack.sh

Run devstack as normal: :

cd /opt/stack/devstack
./stack.sh