From 01020250a853d6922066f09b48b616041824df94 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 07:15:20 +0300 Subject: buildbot: Explain how to run and add hosts file --- testing/README.md | 2 ++ testing/buildbot.hosts | 1 + testing/buildbot.yml | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 testing/buildbot.hosts diff --git a/testing/README.md b/testing/README.md index 9da8ff8..bb81ce2 100644 --- a/testing/README.md +++ b/testing/README.md @@ -3,3 +3,5 @@ can not find the place in other directories: buildbot.yml - Ansible playbook to set up buildbot for running tests + + buildbot.hosts - Ansible inventory file diff --git a/testing/buildbot.hosts b/testing/buildbot.hosts new file mode 100644 index 0000000..05614f6 --- /dev/null +++ b/testing/buildbot.hosts @@ -0,0 +1 @@ +localhost ansible_connection=local \ No newline at end of file diff --git a/testing/buildbot.yml b/testing/buildbot.yml index 38986e8..9c85e71 100644 --- a/testing/buildbot.yml +++ b/testing/buildbot.yml @@ -1,7 +1,9 @@ # Ansible playbook to setup buildbot instance # http://scons.org/wiki/InstallingBuildbotSlaves # -# Send questions to: +# ansible-playbook -i buildbot.hosts buildbot.yml -e 'botuser=scons' +# +# Tested with Ansible 1.5.0. Send questions to: # # anatoly techtonik # -- cgit v0.12