openstack-ansible-os_gnocchi/tests/inventory

38 lines
557 B
Plaintext

[all]
localhost ansible_become=True
infra1 ansible_host=10.1.0.2 ansible_become=True ansible_user=root
openstack1 ansible_host=10.1.0.3 ansible_become=True ansible_user=root
openstack2 ansible_host=10.1.0.4 ansible_become=True ansible_user=root
[all_containers]
infra1
openstack1
openstack2
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[keystone_all]
openstack1
[gnocchi_all:children]
gnocchi_metricd
gnocchi_api
[gnocchi_api]
openstack2
[gnocchi_metricd]
openstack2