mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user