trying localhost for buildmaster address
This commit is contained in:
parent
f763f952d3
commit
f9960ab62c
1 changed files with 3 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue