2020-10-05 13:35:53 -07:00
|
|
|
---
|
|
|
|
datacenter: iad2
|
2021-09-29 16:44:58 -07:00
|
|
|
dns1: 10.3.163.33
|
|
|
|
dns2: 10.3.163.34
|
|
|
|
dns_search1: "iad2.fedoraproject.org"
|
|
|
|
dns_search2: "fedoraproject.org"
|
2023-05-16 17:21:27 -07:00
|
|
|
enp1s0f0_ipv4: 10.3.174.42
|
|
|
|
enp1s0f0_ipv4_gw: 10.3.174.254
|
2023-05-16 17:27:36 -07:00
|
|
|
enp1s0f0_ipv4_nm: 24
|
2023-05-16 17:21:27 -07:00
|
|
|
enp1s0f0_mac: "{{ mac1 }}"
|
|
|
|
enp1s0f1_mac: "{{ mac2 }}"
|
2021-11-16 13:27:57 -08:00
|
|
|
freezes: false
|
2023-05-16 17:21:27 -07:00
|
|
|
# enp1s0f0 is default network
|
|
|
|
# enp1s0f1 is disabled/nothing
|
2021-11-16 13:27:57 -08:00
|
|
|
# NOTE network configuration beyond the scope of linux-system-roles on
|
|
|
|
# this host is performed by the openqa/worker role
|
2021-09-29 16:44:58 -07:00
|
|
|
|
2021-11-16 13:27:57 -08:00
|
|
|
has_ipv4: yes
|
|
|
|
mac1: 40:a6:b7:18:87:24
|
|
|
|
mac2: 40:a6:b7:18:87:25
|
|
|
|
mac3: ac:1f:6b:56:e5:90
|
2021-09-29 16:44:58 -07:00
|
|
|
network_connections:
|
2021-11-16 13:27:57 -08:00
|
|
|
- autoconnect: yes
|
|
|
|
ip:
|
|
|
|
address:
|
2023-05-16 17:21:27 -07:00
|
|
|
- "{{ enp1s0f0_ipv4 }}/{{ enp1s0f0_ipv4_nm }}"
|
2021-11-16 13:27:57 -08:00
|
|
|
dhcp4: no
|
|
|
|
dns:
|
|
|
|
- "{{ dns1 }}"
|
|
|
|
- "{{ dns2 }}"
|
|
|
|
dns_search:
|
|
|
|
- "{{ dns_search1 }}"
|
|
|
|
- "{{ dns_search2 }}"
|
2023-05-16 17:21:27 -07:00
|
|
|
gateway4: "{{ enp1s0f0_ipv4_gw }}"
|
|
|
|
mac: "{{ enp1s0f0_mac }}"
|
|
|
|
name: enp1s0f0
|
2021-11-16 13:27:57 -08:00
|
|
|
state: up
|
|
|
|
type: ethernet
|
|
|
|
- autoconnect: no
|
2023-05-16 17:21:27 -07:00
|
|
|
mac: "{{ enp1s0f1_mac }}"
|
|
|
|
name: enp1s0f1
|
2021-11-16 13:27:57 -08:00
|
|
|
state: down
|
|
|
|
type: ethernet
|
2020-10-05 13:35:53 -07:00
|
|
|
nrpe_procs_crit: 300
|
2021-11-16 13:27:57 -08:00
|
|
|
nrpe_procs_warn: 250
|
|
|
|
# has an HW RNG, so let's have rngd
|
|
|
|
openqa_rngd: true
|
2023-05-16 17:21:27 -07:00
|
|
|
openqa_tap_iface: enp1s0f0
|
2020-10-05 13:35:53 -07:00
|
|
|
# this is a powerful machine, can handle more openQA workers
|
2020-10-05 13:45:13 -07:00
|
|
|
openqa_workers: 15
|
2021-11-16 13:27:57 -08:00
|
|
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
2020-10-05 13:35:53 -07:00
|
|
|
# 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
|
2020-10-05 13:45:13 -07:00
|
|
|
tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153']
|
2022-11-25 16:10:11 -08:00
|
|
|
# this box is not encrypted
|
|
|
|
openqa_nbde: false
|