Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 589 Bytes

README.org

File metadata and controls

23 lines (18 loc) · 589 Bytes

This readme contains instructions for installing openstack on a vagrant vm. Used during Openstack Foundations training

Pre Requirements

Vagrant http://downloads.vagrantup.com/tags/v1.0.6 VirtualBox https://www.virtualbox.org/wiki/Downloads

Setup

Clone this repo

git clone https://github.com/rkoster/vagrant-openstack-getting-started.git
cd vagrant-openstack-getting-started

Create virtual machine

vagrant up

Ssh into virtual machine

vagrant ssh

Install openstack

cd folsom
export HOST=127.0.0.1
source singlenode-env.sh
./singlenode.sh