Merge "Revert "Cleanup dirty daisy build workspace directory""
[releng.git] / prototypes / puppet-infracloud / hiera / common.yaml
index 7d6b440..634d96c 100644 (file)
@@ -1,3 +1,4 @@
+---
 keystone_rabbit_password: pass
 neutron_rabbit_password: pass
 nova_rabbit_password: pass
@@ -76,5 +77,9 @@ hosts:
   compute00.opnfvlocal:
     ip: 192.168.122.4
 
-# br-eth0 for debian, br-ens3 for RHEL
-bridge_name: br-eth0
+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'