11 Commits

Author SHA1 Message Date
Xiang Li 548a8432e2 script/vagrant: cp the build target to usr bin
Before this change, when I run `sudo rkt trust` it fails. I hope
we can also install rkt under usr/local/bin by default. So our
users can have a better experience when following our rkt basic
tutorial.
This issue was introduced by a recent script rewrote (#652)
2015-05-11 12:47:26 -07:00
Jonathan Boulle 34b7ccf726 *: add release process doc and bump-release script 2015-04-24 14:11:30 -07:00
Iago López Galeiras fec61a4161 scripts: debug: containers -> pods
Pods live in /var/lib/rkt/pods now.
2015-04-13 21:06:23 +02:00
Jonathan Boulle 79753c9b19 *: rocket -> rkt 2015-03-31 16:31:21 -07:00
Jonathan Boulle 0146668c86 Merge pull request #663 from endocode/iaguis/debug-stage1
scripts: debug: add script to install busybox in stage1
2015-03-25 16:44:08 -07:00
John Brooker 4e83495d92 Vagrant: Bug no squashfs-tools.
Last change introduced in issue where the
squashfs tools were no longer installed if missing.

This corrects that issue
2015-03-25 14:08:00 -07:00
Iago López Galeiras 8b1ad6c99f scripts: debug: add script to install busybox in stage1
Add a script to copy busybox into stage1 for debugging purposes. It
takes a container UUID and outputs the nsenter command needed to enter
stage1's namespaces.

When using overlay filesystem, a new mount namespace will be created for
stage1. This script enters this namespace to copy busybox.
2015-03-24 18:45:06 +01: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 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