From 5ee4150277bfa92843649c618451f9994f3544d8 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 26 Aug 2016 14:02:12 +0200 Subject: [PATCH] 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 --- hiera/group/infracloud.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hiera/group/infracloud.yaml b/hiera/group/infracloud.yaml index aee514c132..082f2fe1bb 100644 --- a/hiera/group/infracloud.yaml +++ b/hiera/group/infracloud.yaml @@ -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