From e0a97d3720d9788a3b38479247fd6af7c18fa9bd Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Tue, 15 Nov 2016 13:12:39 +0000 Subject: [PATCH] Standardize ceilometer testing IP range This moves the IP range used by test containers to match up with other hosts, and avoid possible IP conflicts that we've seen by using the 10.100.100.0/24 range Change-Id: I25e93b088b008e6a6d855665907d9c5b2d2d2b6b --- tests/inventory | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/inventory b/tests/inventory index e12901c2..8df2c622 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1,7 +1,7 @@ [all] localhost ansible_become=True -infra1 ansible_host=10.100.100.2 ansible_become=True ansible_user=root -openstack1 ansible_host=10.100.100.3 ansible_become=True ansible_user=root +infra1 ansible_host=10.1.0.2 ansible_become=True ansible_user=root +openstack1 ansible_host=10.1.0.3 ansible_become=True ansible_user=root [all_containers] infra1