ansible/inventory/host_vars/openqa-a64-worker02.iad2.fedoraproject.org

65 lines
1.7 KiB
Org Mode
Raw Normal View History

---
datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org"
eth0_mac: "{{ mac1 }}"
eth1_ipv4: 10.3.174.62
eth1_ipv4_gw: 10.3.174.254
eth1_ipv4_nm: 24
eth1_mac: "{{ mac2 }}"
eth2_mac: "{{ mac3 }}"
freezes: false
# eth0 is disabled/nothing
# eth1 is active network
# eth2 is disabled/nothing
# NOTE network configuration beyond the scope of linux-system-roles on
# this host is performed by the openqa/worker role
has_ipv4: yes
mac1: 00:1b:21:e0:6a:72
mac2: 50:6b:4b:7f:a8:b0
mac3: 50:6b:4b:7f:a8:b1
network_connections:
- autoconnect: no
mac: "{{ eth0_mac }}"
name: eth0
state: down
type: ethernet
- autoconnect: yes
ip:
address:
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ eth1_ipv4_gw }}"
mac: "{{ eth1_mac }}"
name: eth1
state: up
type: ethernet
- autoconnect: no
mac: "{{ eth2_mac }}"
name: eth2
state: down
type: ethernet
nrpe_procs_crit: 300
nrpe_procs_warn: 250
# has an HW RNG, so let's have rngd
openqa_rngd: true
openqa_tap_iface: eth1
# this is a powerful machine, can handle more openQA workers
openqa_workers: 15
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']