Jump to: navigation, search

Blazar/Installation using Devstack

< Blazar
Revision as of 13:40, 21 February 2014 by Dina Belova (talk | contribs) (Created page with "== Installation guide == This page includes instructions for Climate installation using Devstack. Download Devstack: git clone https://github.com/openstack-dev/devstack...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation guide

This page includes instructions for Climate installation using Devstack.

Download Devstack:

   git clone https://github.com/openstack-dev/devstack.git

Download Climate:

   git clone https://github.com/stackforge/climate.git

Than commit the following actions to add climate files to Devstack:

   cd climate/contrib/devstack
   DEVSTACK_DIR=../../../devstack
   cp lib/climate ${DEVSTACK_DIR}/lib
   cp extras.d/70-climate.sh ${DEVSTACK_DIR}/extras.d

To configure devstack to run climate type the following lines:

   cd ${DEVSTACK_DIR}
   echo "enable_service climate" >> localrc
   echo "enable_service climate-a" >> localrc
   echo "enable_service climate-m" >> localrc

Then run Devstack:

   ./stack.sh