Add host_vars for openqa-x86-worker05
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
abd4523cac
commit
91ca14b966
1 changed files with 69 additions and 0 deletions
|
@ -0,0 +1,69 @@
|
|||
---
|
||||
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
|
||||
# em1 is default network
|
||||
# em2 is disabled/nothing
|
||||
# em3 is disabled/nothing
|
||||
# em4 is disabled/nothing
|
||||
|
||||
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
|
||||
# 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']
|
Loading…
Add table
Add a link
Reference in a new issue