Skip to content

futuregrid/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant and Devstack Grizzly

This Project is cloned from

https://github.com/nand2/vagrant-devstack

And modified to work with griszzly and folsom

To use the project do something like:

$ gem install vagrant


$ git clone git clone git@github.com:futuregrid/vagrant.git
$ cd grizzly-devstack
$ ./vbox-create-networks.sh # This will add 2 Host-only networks in VirtualBox (careful if you already have some)

$ vagrant up

Horizon wil run at:

http://172.16.0.201/

Before you do this go into the devstack.conf file and modify the passwords.

OUTDATED DOC

Using Vagrant on OSX

Gregor von Laszewski, laszewski@gmail.com

When installing vagrant you may run into some issues when installing vagrant and veewee. In order to avoid these issuses, I recommend to install on OSX first rvm. Another good program for OSX to deal with different Ruby versions is JewleryBox.

Once that is acomplished I recommend to just use

gem install veewee

as this will install the proper version of vagrant on your machine.

I also noticed that for some reason I have difficulties with the GUI setup once Virtual box starts. It selects a language I do not want. Apparently when you switch of the GUI in the Vagrant file, this seems to solve this issue, however you can than just go with the defaults.

As I do not want to inteact anyways via a GUI thisis te bes solution.

Creaing a BaseBox

vagrant basebox define 'u.11.10.server' 'ubuntu-11.10-server-i386' vagrant basebox build 'u.11.10.server'

Starting the Box

vagrant up

Logging in

vagrant ssh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors