murano-deployment/getting-started/README.rst

1.6 KiB

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