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:
parent
0ac4fe1562
commit
c5dd8adb31
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue