Fix typo in mac address
[releng.git] / prototypes / puppet-infracloud / hiera / common.yaml
index 6c28f19..1943f66 100644 (file)
@@ -75,3 +75,10 @@ hosts:
     ip: 192.168.122.3
   compute00.opnfvlocal:
     ip: 192.168.122.4
+
+bridge_name: br_opnfv
+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'