
This commit does the following: - fully defines the inventory rather than having test-prepare-host.yml add containers to it - removes installation of lxc_python2 library, since this is no longer necessary - updates test-prepare-keys.yml to use localhost instead of 127.0.0.1, uses become_user=jenkins instead of become=false, and removes redundant connection - updates test-prepare-host.yml by removing redundant become and connection options, changes 127.0.0.1 to localhost, and removes mocking ansible_env - groups vars in test-install-glance.yml and test-install-keystone.yml into test-vars.yml so they're only defined once Change-Id: I2df11cc98ad0832e154a3ba5e6776d04e863fbd6
25 lines
387 B
Plaintext
25 lines
387 B
Plaintext
[all]
|
|
localhost ansible_connection=local 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
|
|
|
|
[all_containers]
|
|
infra1
|
|
openstack1
|
|
|
|
[rabbitmq_all]
|
|
infra1
|
|
|
|
[galera_all]
|
|
infra1
|
|
|
|
[service_all:children]
|
|
rabbitmq_all
|
|
galera_all
|
|
|
|
[keystone_all]
|
|
openstack1
|
|
|
|
[glance_all]
|
|
openstack1
|