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
..
etc Create id_rsa key for user stack during deployment. 2013-07-15 19:22:01 +04:00
examples devstack-scripts reworked. 2013-07-01 17:50:59 +04:00
scripts add local.sh with murano support 2013-07-04 19:55:59 +04:00
README.rst devstack-scripts reworked. 2013-07-01 17:50:59 +04:00
functions.sh Devstack-scripts updated. 2013-07-03 13:12:00 +04:00
install.sh Registration in keystone added. 2013-07-04 14:22:37 +04:00
scriptrc Devstack-scripts updated. 2013-07-03 13:12:00 +04:00
start-devstack.sh Devstack-scripts updated. 2013-07-03 13:12:00 +04:00
stop-devstack.sh devstack-scripts reworked. 2013-07-01 17:50:59 +04:00

README.rst

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