buildvm-s390x-01.stg: fix ip / gateway

You know things really don't work if you set the gateway ip to the local
vm ip. Wow. Typo is anoying.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-20 15:03:05 -08:00
parent 0ac4fe1562
commit c5dd8adb31

View file

@ -3,8 +3,8 @@ dns1: 10.3.163.33
dns2: 10.3.163.34
dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org"
eth0_ipv4_gw: 10.1.102.50
eth0_ipv4_ip: 10.1.102.254
eth0_ipv4_gw: 10.1.102.254
eth0_ipv4_ip: 10.1.102.50
has_ipv4: yes
lvm_size: 102400
main_bridge: br0