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
This commit is contained in:
Andy McCrae 2016-11-15 13:12:39 +00:00
parent 42cc677ee0
commit e0a97d3720
1 changed files with 2 additions and 2 deletions

View File

@ -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