Skip to content

OpenStack Grizzly (+Folsom branch) with Quantum networking automated installer with Ansible and Vagrant

Notifications You must be signed in to change notification settings

scottchoi/quantum-ansible

 
 

Repository files navigation

OpenStack Grizzly with Quantum Ansible installer for Vagrant

This repository contains a script that will automatically install OpenStack Grizzly with Quantum networking onto VirtualBox VMs using Ansible and Vagrant. It is a modification of Lorin Hochstein's for Folsom that used networking from Nova. The configuration is described in vms/Vagrantfile and there is a diagram [here] (http://techbackground.blogspot.ie/2013/04/openstack-grizzly-with-quantum-multi.html)

Install prereqs

Get the 64-bit Ubuntu 12.04 (precise) Vagrant box

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

Grab this repository and run the installer

    git clone http://github.com/djoreilly/quantum-ansible
    cd quantum-ansible
    ./install-openstack

It takes about 15 minutes and the dashboard should be available at (http://10.0.10.10/horizon) Also the controller has the Nova, Quantum and Cinder CLIs.

cd vms; vagrant ssh controller

vagrant@controller:~$ ls /vagrant 
admin.openrc  cleanup.sh  openrc  run-sample-session.sh  Vagrantfile

vagrant@controller:~$ source /vagrant/openrc
vagrant@controller:~$ nova list

About

OpenStack Grizzly (+Folsom branch) with Quantum networking automated installer with Ansible and Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.5%
  • Shell 35.5%
  • Ruby 12.0%