ansible/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org
Adam Williamson edb6f5c172 Invent openqa_onebox_test group to try and set up one-box openQA
This is an attempt to add a group that'll set openqa-x86-worker05
as a one-box openQA instance which doesn't report results. This
is to try and help with debugging
https://bugzilla.redhat.com/show_bug.cgi?id=2009585 : the idea is
to have a disposable openQA instance where we don't care if all
the tests fail, so we can try out various things to resolve that
bug on it. Debugging on lab is awkward because we do actually
care about lab's results, especially since it's the only instance
testing Rawhide updates.

This requires quite a lot of surgery to get around various
assumptions in the existing groups and plays (no reporting of
results, no NFS...) and make the box its own postgresql server.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-06-07 15:21:15 -07:00

2 KiB

— datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" em1_ipv4: 10.3.174.25 em1_ipv4_gw: 10.3.174.254 em1_ipv4_nm: 24 em1_mac: "{{ mac1 }}" em2_mac: "{{ mac2 }}" em3_mac: "{{ mac3 }}" em4_mac: "{{ mac4 }}" freezes: false

has_ipv4: yes mac1: ec:f4:bb:d2:25:68 mac2: ec:f4:bb:d2:25:6a mac3: ec:f4:bb:d2:25:6c mac4: ec:f4:bb:d2:25:6d network_connections:

  • autoconnect: yes ip: address:

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

    dhcp4: no dns:

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

    dns_search:

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

    gateway4: "{{ em1_ipv4_gw }}" mac: "{{ em1_mac }}" name: em1 state: up type: ethernet

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

nrpe_procs_crit: 1600 nrpe_procs_warn: 1400

openqa_rngd: true

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

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']

openqa_dbhost: openqa-x86-worker05.iad2.fedoraproject.org