trying localhost for buildmaster address

This commit is contained in:
Tim Flink 2016-01-11 17:23:26 +00:00
parent f763f952d3
commit f9960ab62c

View file

@ -24,9 +24,11 @@ virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ me
mariadb_root_password: "{{ qa_stg_mariadb_root_password }}"
public_hostname: qa.stg.fedoraproject.org
buildmaster: 10.5.124.230
#buildmaster: 10.5.124.230
buildmaster: 127.0.0.1
buildslaves:
- qa-stg01-1
slaves:
- { user: "{{ short_hostname }}-1", home: "/home/{{ short_hostname }}-1", dir: "/home/{{ short_hostname }}-1/slave" }