murano-deployment/getting-started
Dmitry Teselkin 2dc524f73d Folder for Murano Getting Started created.
* README updated.
* Files to start Vagrant box added.
* devstack's files added.
* Permissions on local.sh changed.
* devstack's files updated.

Change-Id: I07b2562545e891490bdc6e2d41a804aad8f3ba7f
2013-09-04 15:48:47 +04:00
..
README.rst Folder for Murano Getting Started created. 2013-09-04 15:48:47 +04:00
Vagrantfile Folder for Murano Getting Started created. 2013-09-04 15:48:47 +04:00
lab-binding.rc Folder for Murano Getting Started created. 2013-09-04 15:48:47 +04:00
launch-the-box.sh Folder for Murano Getting Started created. 2013-09-04 15:48:47 +04:00
local.sh Folder for Murano Getting Started created. 2013-09-04 15:48:47 +04:00
localrc Folder for Murano Getting Started created. 2013-09-04 15:48:47 +04:00
provision.sh Folder for Murano Getting Started created. 2013-09-04 15:48:47 +04:00

README.rst

Murano Getting Started

This folder contains files mentioned in Murano Getting Started guide.

Murano Vagrant Box

This repo contains a few files that are required to build a Murano Devbox using Vagrant.

Required step are quite simple:

Prepare Environment

Ubuntu

  • Install VirtualBox:
apt-get install virtualbox
apt-get install vagrant --no-install-recommends
  • Upgrade Vagrant:

wget http://files.vagrantup.com/packages/7ec0ee1d00a916f80b109a298bab08e391945243/vagrant_1.2.7_x86_64.deb


- upgrade the existsing installation:
dpkg --install vagrant_1.2.7_x86_64.deb

Launch The Box

  • This repository is already fetched somewhere on your machine, I suppose. If not - please clone it now.
  • Change directory to cloned repository folder.
  • IMPORTANT STEP: Edit the lab-binding.rc file.
  • Launch the box:
./launch-the-box.sh

SEE ALSO