openstack-ansible-os_manila/tests/inventory
Michael Vollman f9bfb7f0bc Basic working os_manila role
Starting this new role as a copy of the os_cinder role due to the
similarities between the two openstack projects.  This role will
deploy manila api, scheduler and share services on ubuntu with the
default local LVM backed NFS scenario.

Change-Id: Ibda073e5aaa6df3b254961d4aed3a8d5961f3432
2019-03-08 19:41:48 +00:00

152 lines
1.6 KiB
Plaintext

[all]
localhost
infra1
openstack1
manila1
storage1
[all_containers]
infra1
openstack1
manila1
[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
[glance_api]
openstack1
[glance_registry]
openstack1
[glance_all:children]
glance_api
glance_registry
[neutron_agent]
openstack1
[neutron_dhcp_agent]
openstack1
[neutron_linuxbridge_agent]
storage1
openstack1
[neutron_openvswitch_agent]
[neutron_metering_agent]
openstack1
[neutron_l3_agent]
openstack1
[neutron_lbaas_agent]
openstack1
[neutron_metadata_agent]
openstack1
[neutron_server]
openstack1
[neutron_all:children]
neutron_agent
neutron_dhcp_agent
neutron_linuxbridge_agent
neutron_openvswitch_agent
neutron_metering_agent
neutron_l3_agent
neutron_lbaas_agent
neutron_metadata_agent
neutron_server
[nova_api_metadata]
openstack1
[nova_api_os_compute]
openstack1
[nova_compute]
storage1
[nova_conductor]
openstack1
[nova_console]
openstack1
[nova_scheduler]
openstack1
[nova_api_placement]
openstack1
[nova_all:children]
nova_api_metadata
nova_api_os_compute
nova_compute
nova_conductor
nova_console
nova_scheduler
nova_api_placement
[cinder_api]
infra1
[cinder_scheduler]
infra1
[cinder_backup]
infra1
[cinder_volume]
storage1
[cinder_all:children]
cinder_api
cinder_scheduler
cinder_backup
cinder_volume
[utility_all]
infra1
[manila_api]
manila1
[manila_scheduler]
manila1
[manila_data]
manila1
[manila_share]
storage1
[manila_all:children]
manila_api
manila_scheduler
manila_data
manila_share