openqa-p09 workers: add missing netmask vars
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5623b9fc73
commit
c62c45ddfb
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ dns_search1: "iad2.fedoraproject.org"
|
||||||
dns_search2: "fedoraproject.org"
|
dns_search2: "fedoraproject.org"
|
||||||
enp1s0f0_ipv4: 10.3.174.42
|
enp1s0f0_ipv4: 10.3.174.42
|
||||||
enp1s0f0_ipv4_gw: 10.3.174.254
|
enp1s0f0_ipv4_gw: 10.3.174.254
|
||||||
|
enp1s0f0_ipv4_nm: 24
|
||||||
enp1s0f0_mac: "{{ mac1 }}"
|
enp1s0f0_mac: "{{ mac1 }}"
|
||||||
enp1s0f1_mac: "{{ mac2 }}"
|
enp1s0f1_mac: "{{ mac2 }}"
|
||||||
freezes: false
|
freezes: false
|
||||||
|
|
|
@ -6,6 +6,7 @@ dns_search1: "iad2.fedoraproject.org"
|
||||||
dns_search2: "fedoraproject.org"
|
dns_search2: "fedoraproject.org"
|
||||||
eth0_ipv4: 10.3.174.43
|
eth0_ipv4: 10.3.174.43
|
||||||
eth0_ipv4_gw: 10.3.174.254
|
eth0_ipv4_gw: 10.3.174.254
|
||||||
|
eth0_ipv4_nm: 24
|
||||||
eth0_mac: "{{ mac1 }}"
|
eth0_mac: "{{ mac1 }}"
|
||||||
eth1_mac: "{{ mac2 }}"
|
eth1_mac: "{{ mac2 }}"
|
||||||
eth2_mac: "{{ mac3 }}"
|
eth2_mac: "{{ mac3 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue