Convert harcoded values to hiera ones
[releng.git] / prototypes / puppet-infracloud / hiera / common.yaml
index 19460fb..6096b9c 100644 (file)
@@ -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'