Fix baremetal.json IP params for compute00(5|6)
The config drives do not get populate correctly due to the wrong params, making them unreachable afterwards as they get the private IP configured on the bridge. Change-Id: I15835db501d242dae38bec289e445cad1d5eee97
This commit is contained in:
parent
f1ffca341a
commit
5ee4150277
@ -148,8 +148,8 @@ ironic_inventory_vanilla:
|
||||
power:
|
||||
ipmi_address: 10.12.83.44
|
||||
ipmi_username: HELIONADMIN
|
||||
ipv4_public_address: 15.184.64.11
|
||||
ipv4_address: 10.10.16.11
|
||||
ipv4_address: 15.184.64.11
|
||||
provisioning_ipv4_address: 10.10.16.11
|
||||
name: compute005.vanilla.ic.openstack.org
|
||||
nics:
|
||||
- mac: 78:e7:d1:22:95:ed
|
||||
@ -168,8 +168,8 @@ ironic_inventory_vanilla:
|
||||
power:
|
||||
ipmi_address: 10.12.83.21
|
||||
ipmi_username: HELIONADMIN
|
||||
ipv4_public_address: 15.184.64.12
|
||||
ipv4_address: 10.10.16.12
|
||||
ipv4_address: 15.184.64.12
|
||||
provisioning_ipv4_address: 10.10.16.12
|
||||
name: compute006.vanilla.ic.openstack.org
|
||||
nics:
|
||||
- mac: 78:e7:d1:23:9b:45
|
||||
|
Loading…
Reference in New Issue
Block a user