7 Commits

Author SHA1 Message Date
Jimmy Zelinskie b3bf6013f0 vagrantfile: fix slow VM DNS 2015-05-11 16:13:24 -04:00
Jonathan Boulle 79753c9b19 *: rocket -> rkt 2015-03-31 16:31:21 -07:00
John Brooker 7cf5294b09 Vagrant: Build checked out Rocket
Previously the vagrant configuration would grab the last release
of Rocket to build. Now Rocket will be built on whatever is in the
checked out git repository (/vagrant inside the VM)

This will allow testing of changes to Rocket using the "vagrant
provision" command.
It will also automatically use the latest rocket version.

Assumes ./build script handles cleanup.

Go and APPC versions still manually configured in provisioning scripts
2015-03-20 17:05:35 -07:00
John Brooker dc54aa7c60 Vagrant - Bump APPC and Rocket versions. 2015-03-20 16:14:43 -07:00
John Brooker 2d332338c7 Vagrant move scripts to scripts/vagrant
Move the Vagrant install scripts to a more
meaningfully named directory: scripts/vagrant.
2015-02-26 09:42:32 -08:00
John Brooker dcb83b6e57 Fix slow DNS resolution for Virtualbox
There's a known issue with virtualbox where
DNS resolution is significantly delayed:
https://www.virtualbox.org/ticket/13002

This was causing some of the rkt commands to
timeout before completing. particularly "rkt trust"
2015-02-19 12:09:55 -08:00
John Brooker f0ba97b1fc Add Vagrant support to Rocket
This commit adds the necessary Vagrantfile and
associated provisioning scripts to stand-up a working
rocket installation using the Vagrant tooling.
see vagrantup.com for more details about Vagrant

Environment details:
* Ubuntu trusty 64bit (Official Image)
* golang version 1.4.1
* Rocket version 0.3.2
* APPC version 0.3.0

files directly copied from commit 03592ce of:
https://github.com/brookerj11211/vagrant-rocket
2015-02-17 10:04:20 -08:00