buildserver: buildserver/Vagrantfile is configed by .yaml file

Vagrantfile is now committed and not changed between configurations. It is
configed by translating the python config file's dict to a YAML file, which
Vagrantfile now loads and uses.  This makes it a lot easier for vagrant
users and python programmers to understand, and hopefully makes it easier
to maintain and test with.
This commit is contained in:
Hans-Christoph Steiner 2016-07-04 20:49:41 +02:00
parent 2e1ec71404
commit d4c6fffb30
5 changed files with 81 additions and 91 deletions

View file

@ -1,4 +1,4 @@
.vagrant
up.log
cache/
Vagrantfile
Vagrantfile.yaml