This commit also moves the upgrade test to its own scenario using tox environment func_upgrade Closes-Bug: #1623592 Change-Id: Ib79d9c261c3bf5e018806867ebe804b5853908e9 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
[all]
|
|
localhost ansible_become=True
|
|
container1 ansible_host=10.100.100.101 ansible_become=True ansible_user=root
|
|
container2 ansible_host=10.100.100.102 ansible_become=True ansible_user=root
|
|
container3 ansible_host=10.100.100.103 ansible_become=True ansible_user=root
|
|
|
|
[rabbitmq_all_other]
|
|
container1
|
|
container2
|
|
container3
|
|
|
|
[all_containers:children]
|
|
rabbitmq_all_other
|