Files
murano-deployment/devstack-scripts
Dmitry Teselkin 484f0f9b7e Create id_rsa key for user stack during deployment.
Change-Id: I4e8b6c07b5220974b9af4923046d8696530bc329
2013-07-15 19:22:01 +04:00
..
2013-07-01 17:50:59 +04:00
2013-07-04 19:55:59 +04:00
2013-07-03 13:12:00 +04:00
2013-07-04 14:22:37 +04:00
2013-07-01 17:50:59 +04:00
2013-07-03 13:12:00 +04:00
2013-07-03 13:12:00 +04:00
2013-07-01 17:50:59 +04:00

DevStack Scripts

A bunch of scripts that help to deploy DevStack in a lab environment.

Single Node and Multi Node deployment modes are supported.

However, these scripts require careful configuration before being applied to the system.

Quick Start

As user root do the steps below:

  • Create folder for cloned repository
mkdir -p /opt/git
cd /opt/git
  • Clone the murano-deployment repo
git clone git://github.com/stackforge/murano-deployment.git
  • Change directory to cloned repo and execute install-devstack.sh
cd murano-deployment/devstack-scripts
./install-devstack.sh
  • Configure devstack's localrc file that will replace one in devstack's folder
vim /etc/devstack-scripts/standalone/$(hostname).devstack.localrc
  • Configure devstack-scripts's localrc file
vim /etc/devstack-scripts/$(hostname).devstack-scripts.localrc

As user stack run start-devstack.sh:

su stack
cd /opt/git/murano-deployment/devstack-scripts
./start-devstack.sh

SEE ALSO