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:
parent
51f6ae2ae7
commit
b60dce6bdc
4 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue