Jump to: navigation, search

Difference between revisions of "Blazar/Installation using Devstack"

(renaming 'climate' to 'blazar' in the localrc bit.)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Installation guide ==
+
This page has been migrate to [https://docs.openstack.org/blazar/latest/install/install-using-devstack.html here].
 
 
This page includes instructions for Climate installation using Devstack.
 
 
 
1. Download Devstack:
 
    git clone https://github.com/openstack-dev/devstack.git
 
 
 
2. Download Climate:
 
    git clone https://github.com/stackforge/climate.git
 
 
 
3. Add climate files to Devstack:
 
    cd climate/contrib/devstack
 
    DEVSTACK_DIR=../../../devstack
 
    cp lib/blazar ${DEVSTACK_DIR}/lib
 
    cp extras.d/70-blazar.sh ${DEVSTACK_DIR}/extras.d
 
 
 
4. Configure devstack to run climate by adding climate, climate api and climate manager to the localrc file:
 
 
 
    cd ${DEVSTACK_DIR}
 
    echo "enable_service blazar" >> localrc
 
    echo "enable_service blazar-a" >> localrc
 
    echo "enable_service blazar-m" >> localrc
 
 
 
5. Run Devstack:
 
 
 
    ./stack.sh
 

Latest revision as of 07:22, 7 February 2018

This page has been migrate to here.