Qin Wang 4c21c435cd Add os_heat role functional tests for gate
The Heat functional tests simply validate the
heat APIs are reachable. Tempest testing would require
installation of glance, nova and neutron so it is
reserved for the integrated gate.

Co-Authored-By: Travis Truman <travis_truman@cable.comcast.com>
Change-Id: I619dcc085c1a2c5d23c685cc63dc2e70b1bd530e
Closes-bug: #1624518
2016-10-05 19:41:02 +01:00

55 lines
698 B
Plaintext

[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
[all_containers]
infra1
openstack1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[utility_all]
openstack1
[keystone_all]
openstack1
[heat_api]
openstack1
[heat_engine]
openstack1
[heat_api_cfn]
openstack1
[heat_api_cloudwatch]
openstack1
[heat_engine_container]
openstack1
[heat_apis_container]
openstack1
[heat_all:children]
heat_api
heat_engine
heat_api_cfn
heat_api_cloudwatch
heat_engine_container
heat_apis_container