Skip to content

lorin/devstack-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run DevStack in a VM using Vagrant and Ansible

This project was inspired by Brian Waldon's vagrant_devstack repository.

It sets up a virtual machine suitable for running devstack. It's configured for Ubuntu 12.04 (precise) to run the stable/grizzly branch.

Prereqs

You need to have the following installed to use this:

You also need the Ubuntu precise 64 box installed. If you have vagrant installed, just do:

vagrant box add precise64 http://files.vagrantup.com/precise64.box

Boot the instance

git clone https://github.com/lorin/devstack-vm
cd devstack-vm
vagrant up

ssh in and set up devstack

vagrant ssh
cd ~/devstack
./stack.sh

nova credentials

When lgoged into the instance, to run as the demo user:

cd ~/devstack
source openrc

To run as the admin user:

cd ~/devstack
source openrc admin

About

Boot a VM and auto-install devstack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •