From 9fcdd4ca7c99144ad28830c40851d84776c86c28 Mon Sep 17 00:00:00 2001 From: Weezer Su Date: 2017年6月23日 10:37:21 -0500 Subject: [PATCH] Fixed ip confliction. 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: Iebde0826de632aa0b2d0199171068048caf97c88 --- multi-node-aio-xenial-ansible/deploy-osa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-node-aio-xenial-ansible/deploy-osa.sh b/multi-node-aio-xenial-ansible/deploy-osa.sh index 8ce7bc6b..9895efc8 100755 --- a/multi-node-aio-xenial-ansible/deploy-osa.sh +++ b/multi-node-aio-xenial-ansible/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'

AltStyle によって変換されたページ (->オリジナル) /