ansible/inventory/host_vars/openqa-x86-worker01.iad2.fedoraproject.org
Adam Williamson b26a268e76 openQA: switch all other worker hosts to system-roles networking
Seemed to work OK on the test system, so let's go the whole hog.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-09-29 16:45:26 -07:00

1.9 KiB

— freezes: false

datacenter: iad2

mac1: e4:43:4b:a7:98:66 mac2: e4:43:4b:a7:98:68 mac3: e4:43:4b:a7:98:86 mac4: e4:43:4b:a7:98:87

dns1: 10.3.163.33 dns2: 10.3.163.34

dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org"

has_ipv4: yes

em1_ipv4: 10.3.174.21 em1_ipv4_nm: 24 em1_ipv4_gw: 10.3.174.254 em1_mac: "{{ mac1 }}"

em2_mac: "{{ mac2 }}"

em3_mac: "{{ mac3 }}"

em4_mac: "{{ mac4 }}"

network_connections:

  • name: em1 mac: "{{ em1_mac }}" state: up type: ethernet autoconnect: yes ip: address:

    • "{{ em1_ipv4 }}/{{ em1_ipv4_nm }}"

    gateway4: "{{ em1_ipv4_gw }}" dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"

    dhcp4: no auto6: no

  • name: em2 mac: "{{ em2_mac }}" state: down type: ethernet autoconnect: no
  • name: em3 mac: "{{ em3_mac }}" state: down type: ethernet autoconnect: no
  • name: em4 mac: "{{ em4_mac }}" state: down type: ethernet autoconnect: no

nrpe_procs_warn: 1400 nrpe_procs_crit: 1600

sudoers: "{{ private }}/files/sudo/qavirt-sudoers"

openqa_tap_iface: em1

openqa_rngd: true

openqa_workers: 30

tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303']