From 700c878da5fa16206cca9196fdb7f1659d015e88 Mon Sep 17 00:00:00 2001 From: Melissa Kam Date: Wed, 21 Jun 2017 16:09:49 -0500 Subject: [PATCH] Reduce range of tempest public subnet The current range can cause tempest tests to allocate floating IPs to the created test servers that conflict with the IPs of the host VMs. Change-Id: Ib885122f0ee291f10ecfe9ef4735adc9ae5f5cbf --- multi-node-aio/deploy-osa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-node-aio/deploy-osa.sh b/multi-node-aio/deploy-osa.sh index 0fd2a649..d19f1923 100755 --- a/multi-node-aio/deploy-osa.sh +++ b/multi-node-aio/deploy-osa.sh @@ -98,7 +98,7 @@ if [[ "${PRE_CONFIG_OSA}" = true ]]; then osa_user_var_add lxc_container_backing_store 'lxc_container_backing_store: dir' # Tempest is being configured to use a known network - osa_user_var_add tempest_public_subnet_cidr 'tempest_public_subnet_cidr: '${NETWORK_BASE}'.248.0/22' + osa_user_var_add tempest_public_subnet_cidr 'tempest_public_subnet_cidr: '${NETWORK_BASE}'.248.0/26' # This makes running neutron in a distributed system easier and a lot less noisy osa_user_var_add neutron_l2_population 'neutron_l2_population: True'