aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/README.md
diff options
context:
space:
mode:
authorsveneh <sven@ethdev.com>2015-01-14 23:10:33 +0800
committersveneh <sven@ethdev.com>2015-01-14 23:10:33 +0800
commit74faa30af6349a7f87959dcf907092b98af735ec (patch)
treeb6732f74791b40e269cf1c8eb68046b5295c8d35 /ansible/README.md
parent762a93fec8d0782e1a36d6be1760b8ee3174b0f5 (diff)
downloaddexon-74faa30af6349a7f87959dcf907092b98af735ec.tar.gz
dexon-74faa30af6349a7f87959dcf907092b98af735ec.tar.zst
dexon-74faa30af6349a7f87959dcf907092b98af735ec.zip
first version of automatic testrunner deployment. Uses ansible, vagrant
and virtualbox
Diffstat (limited to 'ansible/README.md')
-rw-r--r--ansible/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/README.md b/ansible/README.md
new file mode 100644
index 000000000..558b2e845
--- /dev/null
+++ b/ansible/README.md
@@ -0,0 +1,5 @@
+# Automatic deployment of the random test generator
+
+Testing is done in a Vagrant virtual machine
+
+install vagrant, virtualbox, ansible, then do `vagrant up`. It should provison a basic machine. `vagrant ssh` to verify the machine is working as expected.