From: Yolanda Robla Mota Date: Tue, 4 Oct 2016 11:43:51 +0000 (+0200) Subject: Fix naming and ips for controller and compute X-Git-Tag: danube.1.0~749^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b56385ef02e205989f20494e42b9eb2fb0231b74;p=releng.git Fix naming and ips for controller and compute hostname needs to match manifest, and ips need to match the provided range. Change-Id: I059ed9df273f984ac032bd9ded2892e8758c6dab Signed-Off-By: Yolanda Robla --- diff --git a/prototypes/puppet-infracloud/hiera/common.yaml b/prototypes/puppet-infracloud/hiera/common.yaml index 5a758afe4..19460fbff 100644 --- a/prototypes/puppet-infracloud/hiera/common.yaml +++ b/prototypes/puppet-infracloud/hiera/common.yaml @@ -120,18 +120,18 @@ ipv4_nameserver: 8.8.8.8 ipv4_subnet_mask: 255.255.255.0 ipv4_gateway: 172.30.13.1 ironic_inventory: - controller000.opnfvlocal: + controller00.opnfvlocal: driver: agent_ipmitool driver_info: power: ipmi_address: 172.30.8.90 ipmi_username: admin provisioning_ipv4_address: 10.20.0.130 - ipv4_address: 172.30.13.66 - ansible_ssh_host: 172.30.13.66 + ipv4_address: 172.30.13.90 + ansible_ssh_host: 172.30.13.90 ipv4_gateway: 172.30.13.1 ipv4_interface_mac: 00:1e:67:f9:9b:35 - name: controller000.opnfvlocal + name: controller00.opnfvlocal nics: - mac: a4:bf:01:01:a9:fc - mac: 00:1e:67:f6:9b:35 @@ -141,18 +141,18 @@ ironic_inventory: disk_size: '1800' ram: '65536' uuid: 00a22849-2442-e511-906e-0012795d96dd - compute000.opnfvlocal: + compute00.opnfvlocal: driver: agent_ipmitool driver_info: power: ipmi_address: 172.30.8.91 ipmi_username: admin provisioning_ipv4_address: 10.20.0.131 - ipv4_address: 172.30.13.67 - ansible_ssh_host: 172.30.13.67 + ipv4_address: 172.30.13.91 + ansible_ssh_host: 172.30.13.91 ipv4_gateway: 172.30.13.1 ipv4_subnet_mask: 255.255.255.0 - name: compute000.opnfvlocal + name: compute00.opnfvlocal nics: - mac: a4:bf:01:01:a9:d4 - mac: 00:1e:67:f6:9b:37