From d87fdf252c6d096ef5b1631b4def7910b48aed11 Mon Sep 17 00:00:00 2001 From: Hugh Saunders Date: Fri, 1 Apr 2016 14:25:27 +0100 Subject: [PATCH] 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 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index 8bb72c1884..558ace0e7b 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -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