openstack-ansible/inventory/inventory.ini
Jesse Pretorius 41191f49d7 Remove the molteniron service from the integrated build
The molteniron service appears to be largely for testing purposes
and both the service and role have not had much activity for over
a year. As such, it is removed from OSA's integrated build.

Change-Id: I94b1be326935f7006027b4a437ff3b2b0a6f9a69
2018-07-31 19:42:36 +01:00

198 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]
[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]