openqa-p09 workers: add missing netmask vars

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-05-16 17:27:36 -07:00
parent 5623b9fc73
commit c62c45ddfb
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org"
enp1s0f0_ipv4: 10.3.174.42
enp1s0f0_ipv4_gw: 10.3.174.254
enp1s0f0_ipv4_nm: 24
enp1s0f0_mac: "{{ mac1 }}"
enp1s0f1_mac: "{{ mac2 }}"
freezes: false

View file

@ -6,6 +6,7 @@ dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org"
eth0_ipv4: 10.3.174.43
eth0_ipv4_gw: 10.3.174.254
eth0_ipv4_nm: 24
eth0_mac: "{{ mac1 }}"
eth1_mac: "{{ mac2 }}"
eth2_mac: "{{ mac3 }}"