vagrant: Add Vagrantfile and some basic configuration

This commit is contained in:
Felix Frank
2017-02-10 03:13:52 +01:00
committed by James Shubin
parent e8855f7621
commit c2034bc0c0
3 changed files with 56 additions and 0 deletions

14
vagrant/motd Normal file
View File

@@ -0,0 +1,14 @@
Welcome to the mgmt hacking VM.
Please make sure that your authorized key for GitHub is added to the SSH agent
on the host machine (see `ssh-add -l`).
You can jump into the mgmt repo with the alias `cdmgmt`.
To get started, try:
$ cdmgmt
$ make clean build
$ ./mgmt run --tmp-prefix --yaml examples/exec1.yaml --converged-timeout 5
Enjoy!