X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=prototypes%2Fpuppet-infracloud%2Fhiera%2Fcommon.yaml;h=6096b9c83470fd30c1dd659c61bdef25895e6e1c;hb=a366d65ccaca3c1aa8fdc9e396d708b623dda014;hp=5a758afe41e75f0bd806c5023449d6d7b825e47d;hpb=999a099434120f80bbb15275553efbc89e240e9f;p=releng.git diff --git a/prototypes/puppet-infracloud/hiera/common.yaml b/prototypes/puppet-infracloud/hiera/common.yaml index 5a758afe4..6096b9c83 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 @@ -163,3 +163,8 @@ ironic_inventory: ram: '65536' uuid: 0051e926-f242-e511-906e-0012795d96dd ipmi_passwords: {'172.30.8.90': 'octopus', '172.30.8.91': 'octopus'} +neutron_subnet_cidr: '192.168.122.0/24' +neutron_subnet_gateway: '192.168.122.1' +neutron_subnet_allocation_pools: + - 'start=192.168.122.50,end=192.168.122.254' +virt_type: 'qemu'