Files
openstack-ansible-os_cloudk…/tests/inventory
Dmitriy Rabotyagov 18ca2f1618 Use the utility host for db setup tasks
Move it to the service setup host (defaults to utility[0]) instead
of the galera[0] host, and use galera_address (defaults to internal VIP)
as the endpoint instead of a local connection on the db host.

Change-Id: Ie8e6b95f531fef9c9fe04d6d8f692d599aa5ff30
2020-08-27 18:09:04 +03:00

50 lines
715 B
Plaintext

[all]
localhost
infra1 ansible_host=10.100.100.2 ansible_become=True ansible_user=root container_name=infra1
openstack1 ansible_host=10.100.100.3 ansible_become=True ansible_user=root container_name=openstack1
[all_containers]
infra1
openstack1
[oslomsg_rpc_all]
infra1
[oslomsg_notify_all]
infra1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[keystone_all]
openstack1
[cloudkitty_api]
openstack1
[cloudkitty_engine]
openstack1
[cloudkitty_engine_container]
openstack1
[cloudkitty_apis_container]
openstack1
[cloudkitty_all:children]
cloudkitty_api
cloudkitty_apis_container
cloudkitty_engine
cloudkitty_engine_container