---
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.26
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
# em1 is default network
# em2 is disabled/nothing
# em3 is disabled/nothing
# em4 is disabled/nothing
has_ipv4: yes
mac1: 24:6e:96:b1:c8:00
mac2: 24:6e:96:b1:c8:02
mac3: 24:6e:96:b1:c8:04
mac4: 24:6e:96:b1:c8:05
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
mac: "{{ em3_mac }}"
name: em3
mac: "{{ em4_mac }}"
name: em4
nrpe_procs_crit: 1600
nrpe_procs_warn: 1400
# Has a hardware RNG
openqa_rngd: true
# this is a powerful machine, can handle more openQA workers
openqa_workers: 30
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
# firewall ports for server->worker websockets connections
# this port is 'QEMUPORT plus 1'
# QEMUPORT is:
# $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002;
# so for worker 1 it's 20012, for worker 2 it's 20022, etc etc
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']
# this box is not encrypted
openqa_nbde: false