Specify allocation pool for public subnet

This is to avoid IP clashes between instances and the host. In an AIO
scenairo the host br-vlan bridge has 172.29.248.100 which is within the
cidr allocated to instances. This patch specifies an allocation pool:
172.29.249.110-172.29.249.200 which doesn't conflict with any
statically allocated IPs in the AIO config.

Change-Id: If330c94025dd21229a34aa03d1ca3a75b3a3ea8c
Informal-Dependency: Ia58a6447ef28ba5d4ae2a2ac769ad0cc287f448d
Partial-Bug: #1564491
This commit is contained in:
Hugh Saunders 2016-04-01 14:25:27 +01:00
parent d274411bc7
commit d87fdf252c

View File

@ -48,6 +48,7 @@ cinder_service_backup_program_enabled: True
tempest_service_available_ceilometer: True
tempest_service_available_aodh: True
tempest_public_subnet_cidr: 172.29.248.0/22
tempest_public_subnet_allocation_pools: "172.29.249.110-172.29.249.200"
tempest_volume_backup_enabled: True
## Galera settings