openqa: drop host-level openqa hostname settings

These should be coming from the groups, now we don't have IAD
vs. PHX complications.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-10-30 11:44:48 -07:00
parent 51f6ae2ae7
commit b60dce6bdc
4 changed files with 0 additions and 12 deletions

View file

@ -26,9 +26,6 @@ openqa_tap_iface: eth1
ansible_ifcfg_allowlist: ['eth0', '{{ openqa_tap_iface }}', 'eth2']
ansible_ifcfg_disabled: ['eth0', 'eth2']
# this is an IAD box, use IAD host
openqa_hostname: openqa-lab01.iad2.fedoraproject.org
# this is a powerful machine, can handle more openQA workers
openqa_workers: 15
# firewall ports for server->worker websockets connections

View file

@ -26,9 +26,6 @@ openqa_tap_iface: eth1
ansible_ifcfg_allowlist: ['eth0', '{{ openqa_tap_iface }}', 'eth2']
ansible_ifcfg_disabled: ['eth0', 'eth2']
# this is an IAD box, use IAD host
openqa_hostname: openqa-lab01.iad2.fedoraproject.org
# this is a powerful machine, can handle more openQA workers
openqa_workers: 15
# firewall ports for server->worker websockets connections

View file

@ -26,9 +26,6 @@ openqa_tap_iface: eth1
ansible_ifcfg_allowlist: ['eth0', '{{ openqa_tap_iface }}', 'eth2']
ansible_ifcfg_disabled: ['eth0', 'eth2']
# this is an IAD box, use IAD host
openqa_hostname: openqa-lab01.iad2.fedoraproject.org
# this is a powerful machine, can handle more openQA workers
openqa_workers: 15
# firewall ports for server->worker websockets connections

View file

@ -26,9 +26,6 @@ openqa_tap_iface: eth0
ansible_ifcfg_allowlist: ['{{ openqa_tap_iface }}', 'eth1', 'eth2', 'eth3', 'eth4', 'eth5', 'eth6', 'eth7', 'eth8', 'eth9']
ansible_ifcfg_disabled: ['eth1', 'eth2', 'eth3', 'eth4', 'eth5', 'eth6', 'eth7', 'eth8', 'eth9']
# this is an IAD box, use IAD host
openqa_hostname: openqa-lab01.iad2.fedoraproject.org
# this is a powerful machine, can handle more openQA workers
openqa_workers: 15
# firewall ports for server->worker websockets connections