From d489588d284ea13be811d1e8c60bd910052e4cb6 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 29 Jan 2019 13:11:53 +0000 Subject: [PATCH] Set a defined IP address range for tempest test public addresses We may need to use some addresses on this subnet for interfaces and bridges on the host, or containers. This patch defines the range available to neutron where previously any IP in the subnet may have been used. Change-Id: I5a2f7351a6f08b37120f6299556fba1e810f3c9d --- test-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test-vars.yml b/test-vars.yml index d37c2769..be5e486a 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -356,6 +356,7 @@ tempest_venv_download: False # as the other venvs (with the tag 'testing') tempest_venv_bin: "/opt/tempest-testing/bin" tempest_public_subnet_cidr: 10.1.3.0/24 +tempest_public_subnet_allocation_pools: "10.1.3.150-10.1.3.200" tempest_log_dir: "/var/log/" tempest_main_group: utility_all tempest_run: yes