From f9960ab62c251ddfc410b712432895c381737ef8 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 11 Jan 2016 17:23:26 +0000 Subject: [PATCH] trying localhost for buildmaster address --- inventory/host_vars/qa-stg01.qa.fedoraproject.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory/host_vars/qa-stg01.qa.fedoraproject.org b/inventory/host_vars/qa-stg01.qa.fedoraproject.org index 62bfcb0e0f..25c49ad95a 100644 --- a/inventory/host_vars/qa-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/qa-stg01.qa.fedoraproject.org @@ -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" }