ansible/inventory/host_vars/openqa-p09-worker02.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.6 KiB

— freezes: false

datacenter: iad2

mac1: FI:XM:EF:IX:ME:FI mac2: FI:XM:EF:IX:ME:FI mac3: FI:XM:EF:IX:ME:FI

dns1: 10.3.163.33 dns2: 10.3.163.34

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

has_ipv4: yes

eth0_ipv4: 10.3.174.43 eth0_ipv4_nm: 24 eth0_ipv4_gw: 10.3.174.254 eth0_mac: "{{ mac1 }}"

eth1_mac: "{{ mac2 }}"

eth2_mac: "{{ mac3 }}"

network_connections:

  • name: eth0 mac: "{{ eth0_mac }}" state: up type: ethernet autoconnect: yes ip: address:

    • "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"

    gateway4: "{{ eth0_ipv4_gw }}" dns:

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

    dns_search:

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

    dhcp4: no auto6: no

  • name: eth1 mac: "{{ eth1_mac }}" state: down type: ethernet autoconnect: no
  • name: eth2 mac: "{{ eth2_mac }}" state: down type: ethernet autoconnect: no

nrpe_procs_warn: 250 nrpe_procs_crit: 300

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

openqa_tap_iface: eth0

openqa_workers: 15

tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153']

openqa_rngd: true