murano-deployment/devstack-scripts
Timur Sufiev 32a9f4695a Come up with changes in murano-dashboard dashboards layout.
'Murano' panel moved to a separate dashboard, have to account for this
change in horizon configs.

Change-Id: I702e0347322884cfeb66038cf8fea48fe96e902d
Implements-feature: MRN-1145
2013-10-22 18:06:13 +04:00
..
etc Come up with changes in murano-dashboard dashboards layout. 2013-10-22 18:06:13 +04:00
examples devstack-scripts reworked. 2013-07-01 17:50:59 +04:00
scripts Come up with changes in murano-dashboard dashboards layout. 2013-10-22 18:06:13 +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