45afc91aaf
This change adds functional tests to the sahara role. It install tempest and and then runs the data processing scenario tests. Change-Id: Ie6e606fb2e624fdad57cd06b8ea8a8d8773bf243 Depends-On: I8abc5c567e0d3e5829b9f7da8be5b0d0fc065ea7
43 lines
564 B
Plaintext
43 lines
564 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
|
|
|
|
[nova_api_metadata]
|
|
|
|
[nova_api_os_compute]
|
|
openstack1
|
|
|
|
[nova_cert]
|
|
|
|
[nova_compute]
|
|
|
|
[nova_conductor]
|
|
|
|
[nova_console]
|
|
|
|
[nova_scheduler]
|
|
|
|
[nova_all:children]
|
|
nova_api_os_compute
|
|
|
|
[keystone_all]
|
|
openstack1
|
|
|
|
[sahara_all]
|
|
openstack1
|