Files
murano-deployment/devstack-scripts/README.rst
Dmitry Teselkin a52351633f devstack-scripts reworked.
Code from several files merged into a few.
Outdated files removed.
Errors fixed.

Change-Id: I3f99c47c6a311269d61d2612b3e4a8b465a2b702
2013-07-01 17:50:59 +04:00

1.1 KiB

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