
The role gate will now actually run simple Rally scenario against Keystone to validate that the install and configuration is correct. Change-Id: Ie5d52636700e8c276b0e793e815ae513d25415bb
24 lines
441 B
Plaintext
24 lines
441 B
Plaintext
[all]
|
|
localhost ansible_connection=local ansible_become=True
|
|
infra1 ansible_ssh_host=10.100.100.2 ansible_host=10.100.100.2 ansible_become=True ansible_user=root
|
|
openstack1 ansible_ssh_host=10.100.100.3 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]
|
|
infra1
|
|
|
|
[rally_all]
|
|
openstack1 |