Jean-Philippe Evrard d2c30dfe38 Use a static inventory skeleton
This provides a default static inventory, to complement the
current dynamic inventory.

It provides the ability to staticly define groups and their
hierarchy in an easier way than the dynamic inventory.

It can also be used as a basis for deployers to use their
own inventory in /etc/openstack_deploy/inventory.ini.

Change-Id: If9672e3a5794c36b7735ec3d34dc93f5bf79504b
2018-07-25 12:34:58 +00:00

200 lines
2.9 KiB
INI

## This inventory contains a base structure,
## a reference for deployers, allowing them
## to extend how they like it.
# hosts is an ansible reserved term.
# We should move away from it, but in between
# we keep this for compatibility reasons.
[physical_hosts:children]
hosts
[hosts]
## Mandatory groups for the setup-infra playbooks
[etcd_all]
[galera_all]
[haproxy]
[memcached]
[rabbitmq_all]
[repo_all]
[rsyslog]
[unbound]
[utility_all]
## Mandatory groups for the setup-openstack playbooks
[aodh_all:children]
aodh_alarm_evaluator
aodh_alarm_notifier
aodh_api
aodh_listener
[aodh_alarm_evaluator]
[aodh_alarm_notifier]
[aodh_api]
[aodh_listener]
[barbican_all]
[ceilometer_all:children]
ceilometer_agent_central
ceilometer_agent_compute
ceilometer_agent_notification
ceilometer_alarm_evaluator
ceilometer_alarm_notifier
ceilometer_api
ceilometer_collector
[ceilometer_agent_central]
[ceilometer_agent_compute]
[ceilometer_agent_notification]
[ceilometer_alarm_evaluator]
[ceilometer_alarm_notifier]
[ceilometer_api]
[ceilometer_collector]
[ceph_all:children]
ceph-mon
ceph-osd
ceph-rgw
[ceph-mon]
[ceph-osd]
[ceph-rgw]
[cinder_all:children]
cinder_api
cinder_backup
cinder_scheduler
cinder_volume
[cinder_api]
[cinder_backup]
[cinder_scheduler]
[cinder_volume]
#[cinder_volumes_container]
[designate_all]
[elasticsearch]
[glance_all:children]
glance_api
glance_registry
[glance_api]
[glance_registry]
[gnocchi_all:children]
gnocchi_api
gnocchi_metricd
[gnocchi_api]
[gnocchi_metricd]
[heat_all:children]
heat_api
heat_api_cfn
heat_api_cloudwatch
heat_engine
[heat_api]
[heat_api_cfn]
[heat_api_cloudwatch]
[heat_engine]
[horizon_all]
[ironic_all:children]
ironic_api
ironic_compute
ironic_conductor
ironic_server
[ironic_api]
[ironic_compute]
[ironic_conductor]
[ironic_server]
[keystone_all]
[kibana]
[logstash]
[magnum_all]
[molteniron_all]
[neutron_all:children]
neutron_agent
neutron_bgp_dragent
neutron_dhcp_agent
neutron_l3_agent
neutron_lbaas_agent
neutron_linuxbridge_agent
neutron_metadata_agent
neutron_metering_agent
neutron_openvswitch_agent
neutron_server
neutron_sriov_nic_agent
[neutron_agent]
[neutron_bgp_dragent]
[neutron_dhcp_agent]
[neutron_l3_agent]
[neutron_lbaas_agent]
[neutron_linuxbridge_agent]
[neutron_metadata_agent]
[neutron_metering_agent]
[neutron_openvswitch_agent]
[neutron_server]
[neutron_sriov_nic_agent]
[nova_all:children]
nova_api_metadata
nova_api_placement
nova_api_os_compute
nova_cert
nova_compute
nova_conductor
nova_console
nova_scheduler
[nova_api_metadata]
[nova_api_placement]
[nova_api_os_compute]
[nova_cert]
[nova_compute]
[nova_conductor]
[nova_console]
[nova_scheduler]
[octavia_all]
[rsyslog_all]
[sahara_all:children]
sahara_api
sahara_engine
[sahara_api]
[sahara_engine]
[swift_all:children]
swift_acc
swift_cont
swift_obj
swift_proxy
swift_remote
[swift_acc]
[swift_cont]
[swift_obj]
[swift_proxy]
[swift_remote]
[swift_remote_all]
[tacker_all]
[trove_all]