Skip to content

rkoster/vagrant-openstack-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages