diff options
author | sveneh <sven@ethdev.com> | 2015-01-14 23:10:33 +0800 |
---|---|---|
committer | sveneh <sven@ethdev.com> | 2015-01-14 23:10:33 +0800 |
commit | 74faa30af6349a7f87959dcf907092b98af735ec (patch) | |
tree | b6732f74791b40e269cf1c8eb68046b5295c8d35 /ansible/testrunner-config.yml | |
parent | 762a93fec8d0782e1a36d6be1760b8ee3174b0f5 (diff) | |
download | dexon-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar dexon-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.gz dexon-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.bz2 dexon-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.lz dexon-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.xz dexon-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.zst dexon-tests-74faa30af6349a7f87959dcf907092b98af735ec.zip |
first version of automatic testrunner deployment. Uses ansible, vagrant
and virtualbox
Diffstat (limited to 'ansible/testrunner-config.yml')
-rw-r--r-- | ansible/testrunner-config.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ansible/testrunner-config.yml b/ansible/testrunner-config.yml new file mode 100644 index 000000000..99323f82b --- /dev/null +++ b/ansible/testrunner-config.yml @@ -0,0 +1,12 @@ +--- +- name: setting up buildslave configuration + # testing + hosts: all + # live + # hosts: poc-8.ethdev.com + + # TODO use the right user for configuring, until credentials set, stay with default vagrant user + # remote_user: buildsalve + + roles: + - buildslave |