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
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"
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