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:
Ricardo Carrillo Cruz 2016-08-26 14:02:12 +02:00
parent f1ffca341a
commit 5ee4150277

View File

@ -148,8 +148,8 @@ ironic_inventory_vanilla:
power: power:
ipmi_address: 10.12.83.44 ipmi_address: 10.12.83.44
ipmi_username: HELIONADMIN ipmi_username: HELIONADMIN
ipv4_public_address: 15.184.64.11 ipv4_address: 15.184.64.11
ipv4_address: 10.10.16.11 provisioning_ipv4_address: 10.10.16.11
name: compute005.vanilla.ic.openstack.org name: compute005.vanilla.ic.openstack.org
nics: nics:
- mac: 78:e7:d1:22:95:ed - mac: 78:e7:d1:22:95:ed
@ -168,8 +168,8 @@ ironic_inventory_vanilla:
power: power:
ipmi_address: 10.12.83.21 ipmi_address: 10.12.83.21
ipmi_username: HELIONADMIN ipmi_username: HELIONADMIN
ipv4_public_address: 15.184.64.12 ipv4_address: 15.184.64.12
ipv4_address: 10.10.16.12 provisioning_ipv4_address: 10.10.16.12
name: compute006.vanilla.ic.openstack.org name: compute006.vanilla.ic.openstack.org
nics: nics:
- mac: 78:e7:d1:23:9b:45 - mac: 78:e7:d1:23:9b:45