Fix naming and ips for controller and compute 85/22685/1
authorYolanda Robla Mota <yroblamo@redhat.com>
Tue, 4 Oct 2016 11:43:51 +0000 (13:43 +0200)
committerYolanda Robla Mota <yroblamo@redhat.com>
Tue, 4 Oct 2016 11:46:55 +0000 (13:46 +0200)
hostname needs to match manifest, and ips need to match
the provided range.

Change-Id: I059ed9df273f984ac032bd9ded2892e8758c6dab
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
prototypes/puppet-infracloud/hiera/common.yaml

index 5a758af..19460fb 100644 (file)
@@ -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