mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00

The work consists of three parts: * Allow for bootstrapping remotely, this makes it possible to run the tests on e.g. OSX with VirtualBox installed * Make bootstrapping a fully automated process where the manifests can be generated by the tests and the tests can call the bootstrapper directly in python * Create a framework wherein instances can be booted up using the bootstrapped images and subsequently tested
8 lines
232 B
YAML
8 lines
232 B
YAML
build_host:
|
|
address: 127.0.0.1
|
|
port: 2222
|
|
username: vagrant
|
|
password: vagrant
|
|
root_password: vagrant
|
|
keyfile: /Users/anders/.vagrant.d/insecure_private_key
|
|
server-bin: /root/bootstrap/tests/integration/build/server.py
|