2015-07-12 03:02:33 +00:00
|
|
|
# These initial groups are the only groups required to be modified. The
|
|
|
|
# additional groups are for more control of the environment.
|
2015-08-16 04:26:16 +00:00
|
|
|
[control]
|
2015-03-28 17:16:24 -05:00
|
|
|
localhost ansible_connection=local
|
|
|
|
|
2015-07-13 07:32:29 +00:00
|
|
|
[network]
|
|
|
|
localhost ansible_connection=local
|
|
|
|
|
2018-10-31 11:43:12 +00:00
|
|
|
[compute]
|
2015-07-12 03:02:33 +00:00
|
|
|
localhost ansible_connection=local
|
|
|
|
|
2015-08-04 07:39:22 +00:00
|
|
|
[storage]
|
|
|
|
localhost ansible_connection=local
|
2015-07-12 03:02:33 +00:00
|
|
|
|
2016-07-27 06:23:29 +00:00
|
|
|
[monitoring]
|
|
|
|
localhost ansible_connection=local
|
2015-08-10 14:08:59 -04:00
|
|
|
|
2017-02-16 16:35:44 +00:00
|
|
|
[deployment]
|
|
|
|
localhost ansible_connection=local
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
# You can explicitly specify which hosts run each project by updating the
|
|
|
|
# groups in the sections below. Common services are grouped together.
|
2016-10-24 15:16:24 +02:00
|
|
|
[chrony-server:children]
|
2017-06-18 20:59:28 +08:00
|
|
|
haproxy
|
2016-10-24 15:16:24 +02:00
|
|
|
|
|
|
|
[chrony:children]
|
|
|
|
network
|
|
|
|
compute
|
|
|
|
storage
|
|
|
|
monitoring
|
|
|
|
|
2016-09-09 10:20:18 +01:00
|
|
|
[collectd:children]
|
|
|
|
compute
|
|
|
|
|
2016-11-03 12:26:41 +05:30
|
|
|
[baremetal:children]
|
|
|
|
control
|
|
|
|
|
2016-07-27 07:02:04 +00:00
|
|
|
[grafana:children]
|
|
|
|
monitoring
|
|
|
|
|
2016-09-02 00:48:01 -04:00
|
|
|
[etcd:children]
|
|
|
|
control
|
|
|
|
|
2018-02-26 12:02:19 +00:00
|
|
|
[kafka:children]
|
|
|
|
control
|
|
|
|
|
2016-11-25 06:21:35 +08:00
|
|
|
[karbor:children]
|
|
|
|
control
|
|
|
|
|
2016-01-20 08:27:00 +01:00
|
|
|
[kibana:children]
|
|
|
|
control
|
|
|
|
|
2016-07-23 17:34:03 +00:00
|
|
|
[telegraf:children]
|
2016-10-19 22:06:49 +02:00
|
|
|
compute
|
|
|
|
control
|
2016-07-23 17:34:03 +00:00
|
|
|
monitoring
|
2016-10-19 22:06:49 +02:00
|
|
|
network
|
|
|
|
storage
|
2016-07-23 17:34:03 +00:00
|
|
|
|
2016-01-14 11:06:29 +01:00
|
|
|
[elasticsearch:children]
|
|
|
|
control
|
|
|
|
|
2015-07-17 12:20:31 +02:00
|
|
|
[haproxy:children]
|
2015-07-31 19:36:17 +00:00
|
|
|
network
|
2015-07-17 12:20:31 +02:00
|
|
|
|
2017-05-30 14:16:34 +03:00
|
|
|
[hyperv]
|
|
|
|
#hyperv_host
|
|
|
|
|
|
|
|
[hyperv:vars]
|
|
|
|
#ansible_user=user
|
|
|
|
#ansible_password=password
|
|
|
|
#ansible_port=5986
|
|
|
|
#ansible_connection=winrm
|
|
|
|
#ansible_winrm_server_cert_validation=ignore
|
|
|
|
|
2015-07-26 10:39:07 +00:00
|
|
|
[mariadb:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-03-28 17:16:24 -05:00
|
|
|
|
2015-07-26 10:39:07 +00:00
|
|
|
[rabbitmq:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-05-02 22:45:36 +08:00
|
|
|
|
2017-04-05 16:57:35 +01:00
|
|
|
[outward-rabbitmq:children]
|
|
|
|
control
|
|
|
|
|
2017-05-31 08:50:54 -04:00
|
|
|
[qdrouterd:children]
|
|
|
|
control
|
|
|
|
|
2018-07-26 16:51:14 +01:00
|
|
|
[monasca-agent:children]
|
|
|
|
compute
|
|
|
|
control
|
|
|
|
monitoring
|
|
|
|
network
|
|
|
|
storage
|
|
|
|
|
2018-03-28 17:54:19 +01:00
|
|
|
[monasca:children]
|
|
|
|
monitoring
|
|
|
|
|
2018-06-11 16:50:01 +01:00
|
|
|
[storm:children]
|
|
|
|
monitoring
|
|
|
|
|
2016-01-18 21:00:45 +00:00
|
|
|
[mongodb:children]
|
|
|
|
control
|
|
|
|
|
2015-05-02 22:45:36 +08:00
|
|
|
[keystone:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-07-04 12:47:45 +00:00
|
|
|
|
|
|
|
[glance:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-07-12 03:02:33 +00:00
|
|
|
|
|
|
|
[nova:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-07-12 03:02:33 +00:00
|
|
|
|
2015-07-13 07:32:29 +00:00
|
|
|
[neutron:children]
|
|
|
|
network
|
2015-07-12 03:02:33 +00:00
|
|
|
|
2017-03-31 10:42:02 -07:00
|
|
|
[openvswitch:children]
|
|
|
|
network
|
|
|
|
compute
|
|
|
|
manila-share
|
|
|
|
|
2017-01-04 16:58:48 -08:00
|
|
|
[opendaylight:children]
|
|
|
|
network
|
|
|
|
|
2015-08-04 07:39:22 +00:00
|
|
|
[cinder:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-08-04 07:39:22 +00:00
|
|
|
|
2016-08-01 02:27:39 +02:00
|
|
|
[cloudkitty:children]
|
|
|
|
control
|
|
|
|
|
2017-01-19 18:42:12 +08:00
|
|
|
[freezer:children]
|
|
|
|
control
|
|
|
|
|
2015-08-14 13:26:04 +00:00
|
|
|
[memcached:children]
|
|
|
|
control
|
|
|
|
|
2015-08-10 14:08:59 -04:00
|
|
|
[horizon:children]
|
|
|
|
control
|
|
|
|
|
2015-08-18 14:05:54 +00:00
|
|
|
[swift:children]
|
|
|
|
control
|
|
|
|
|
2016-08-08 16:48:11 +00:00
|
|
|
[barbican:children]
|
|
|
|
control
|
|
|
|
|
2015-08-02 12:26:30 -07:00
|
|
|
[heat:children]
|
|
|
|
control
|
|
|
|
|
2015-08-28 10:49:29 +01:00
|
|
|
[murano:children]
|
|
|
|
control
|
|
|
|
|
2016-09-16 15:07:41 +02:00
|
|
|
[ceph:children]
|
2015-12-23 23:17:47 +02:00
|
|
|
control
|
|
|
|
|
2015-08-28 11:26:40 -04:00
|
|
|
[ironic:children]
|
|
|
|
control
|
2015-07-31 19:36:17 +00:00
|
|
|
|
2016-07-27 06:23:29 +00:00
|
|
|
[influxdb:children]
|
|
|
|
monitoring
|
|
|
|
|
2017-07-17 15:59:05 +00:00
|
|
|
[prometheus:children]
|
|
|
|
monitoring
|
|
|
|
|
2015-10-17 18:13:51 +02:00
|
|
|
[magnum:children]
|
|
|
|
control
|
|
|
|
|
2019-05-22 13:22:14 -04:00
|
|
|
[qinling:children]
|
|
|
|
control
|
|
|
|
|
2016-08-04 17:20:20 +00:00
|
|
|
[sahara:children]
|
|
|
|
control
|
|
|
|
|
2016-11-25 06:14:51 +08:00
|
|
|
[solum:children]
|
|
|
|
control
|
|
|
|
|
2015-12-28 08:38:30 +09:00
|
|
|
[mistral:children]
|
|
|
|
control
|
|
|
|
|
2016-03-01 10:46:48 -05:00
|
|
|
[manila:children]
|
|
|
|
control
|
|
|
|
|
2016-11-07 07:32:04 +00:00
|
|
|
[panko:children]
|
|
|
|
control
|
|
|
|
|
2016-08-01 05:17:43 +00:00
|
|
|
[gnocchi:children]
|
|
|
|
control
|
|
|
|
|
2016-03-29 13:25:43 -04:00
|
|
|
[ceilometer:children]
|
|
|
|
control
|
|
|
|
|
2016-08-04 06:51:11 +00:00
|
|
|
[aodh:children]
|
|
|
|
control
|
|
|
|
|
2018-12-02 21:17:07 +08:00
|
|
|
[cyborg:children]
|
|
|
|
control
|
|
|
|
compute
|
|
|
|
|
2016-08-17 10:09:42 +00:00
|
|
|
[congress:children]
|
|
|
|
control
|
|
|
|
|
2016-11-15 18:51:52 +00:00
|
|
|
[tacker:children]
|
|
|
|
control
|
|
|
|
|
2017-02-11 17:01:19 +00:00
|
|
|
[vitrage:children]
|
|
|
|
control
|
|
|
|
|
2016-08-04 06:51:11 +00:00
|
|
|
# Tempest
|
2016-05-26 20:58:03 +08:00
|
|
|
[tempest:children]
|
|
|
|
control
|
|
|
|
|
2016-07-08 19:12:50 +02:00
|
|
|
[senlin:children]
|
|
|
|
control
|
|
|
|
|
2016-08-21 01:01:04 -05:00
|
|
|
[vmtp:children]
|
|
|
|
control
|
|
|
|
|
2016-08-12 18:43:02 +00:00
|
|
|
[trove:children]
|
|
|
|
control
|
|
|
|
|
2016-07-05 09:58:29 +01:00
|
|
|
[watcher:children]
|
|
|
|
control
|
|
|
|
|
2016-08-31 07:46:41 +00:00
|
|
|
[rally:children]
|
|
|
|
control
|
|
|
|
|
2016-10-18 16:36:05 +08:00
|
|
|
[searchlight:children]
|
|
|
|
control
|
|
|
|
|
2016-11-30 16:45:00 +08:00
|
|
|
[octavia:children]
|
|
|
|
control
|
|
|
|
|
2016-08-10 15:48:32 +10:00
|
|
|
[designate:children]
|
|
|
|
control
|
|
|
|
|
2017-02-01 21:46:32 +08:00
|
|
|
[placement:children]
|
|
|
|
control
|
|
|
|
|
2017-02-16 16:35:44 +00:00
|
|
|
[bifrost:children]
|
|
|
|
deployment
|
|
|
|
|
2018-02-23 17:36:27 +00:00
|
|
|
[zookeeper:children]
|
|
|
|
control
|
|
|
|
|
2017-01-03 08:45:53 +00:00
|
|
|
[zun:children]
|
|
|
|
control
|
|
|
|
|
2017-04-28 12:21:50 +02:00
|
|
|
[skydive:children]
|
|
|
|
monitoring
|
|
|
|
|
2017-07-21 07:08:54 +00:00
|
|
|
[redis:children]
|
|
|
|
control
|
|
|
|
|
2017-04-07 16:01:07 +01:00
|
|
|
[blazar:children]
|
|
|
|
control
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
# Additional control implemented here. These groups allow you to control which
|
|
|
|
# services run on which hosts at a per-service level.
|
|
|
|
#
|
|
|
|
# Word of caution: Some services are required to run on the same host to
|
|
|
|
# function appropriately. For example, neutron-metadata-agent must run on the
|
|
|
|
# same host as the l3-agent and (depending on configuration) the dhcp-agent.
|
|
|
|
|
2015-07-31 19:36:17 +00:00
|
|
|
# Glance
|
|
|
|
[glance-api:children]
|
|
|
|
glance
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
# Nova
|
|
|
|
[nova-api:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-conductor:children]
|
|
|
|
nova
|
|
|
|
|
2019-08-19 15:52:46 +01:00
|
|
|
[nova-super-conductor:children]
|
|
|
|
nova
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
[nova-novncproxy:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-scheduler:children]
|
|
|
|
nova
|
2015-07-13 07:32:29 +00:00
|
|
|
|
2015-11-06 03:39:31 +00:00
|
|
|
[nova-spicehtml5proxy:children]
|
|
|
|
nova
|
|
|
|
|
2015-12-25 18:07:41 +02:00
|
|
|
[nova-compute-ironic:children]
|
|
|
|
nova
|
|
|
|
|
2016-08-22 22:21:25 +02:00
|
|
|
[nova-serialproxy:children]
|
|
|
|
nova
|
|
|
|
|
2015-07-13 07:32:29 +00:00
|
|
|
# Neutron
|
|
|
|
[neutron-server:children]
|
2016-08-16 16:37:30 +00:00
|
|
|
control
|
2015-07-13 07:32:29 +00:00
|
|
|
|
2016-01-26 19:50:43 +00:00
|
|
|
[neutron-dhcp-agent:children]
|
|
|
|
neutron
|
|
|
|
|
|
|
|
[neutron-l3-agent:children]
|
|
|
|
neutron
|
2016-05-10 20:26:58 +00:00
|
|
|
|
2016-01-26 19:50:43 +00:00
|
|
|
[neutron-metadata-agent:children]
|
2015-07-13 07:32:29 +00:00
|
|
|
neutron
|
2015-08-04 07:39:22 +00:00
|
|
|
|
2017-03-07 16:39:59 +00:00
|
|
|
[neutron-bgp-dragent:children]
|
|
|
|
neutron
|
|
|
|
|
2018-03-21 11:39:26 -04:00
|
|
|
[neutron-infoblox-ipam-agent:children]
|
|
|
|
neutron
|
|
|
|
|
2017-04-15 19:51:16 +08:00
|
|
|
[neutron-metering-agent:children]
|
|
|
|
neutron
|
|
|
|
|
2018-07-18 15:20:08 +00:00
|
|
|
[ironic-neutron-agent:children]
|
|
|
|
neutron
|
|
|
|
|
2016-09-16 15:07:41 +02:00
|
|
|
# Ceph
|
2017-09-29 00:01:03 +08:00
|
|
|
[ceph-mds:children]
|
|
|
|
ceph
|
|
|
|
|
2017-12-05 16:12:54 +08:00
|
|
|
[ceph-mgr:children]
|
|
|
|
ceph
|
|
|
|
|
2017-12-14 15:52:09 +08:00
|
|
|
[ceph-nfs:children]
|
|
|
|
ceph
|
|
|
|
|
2016-09-16 15:07:41 +02:00
|
|
|
[ceph-mon:children]
|
|
|
|
ceph
|
|
|
|
|
|
|
|
[ceph-rgw:children]
|
|
|
|
ceph
|
|
|
|
|
|
|
|
[ceph-osd:children]
|
|
|
|
storage
|
|
|
|
|
2015-08-18 14:05:54 +00:00
|
|
|
# Cinder
|
2015-08-04 07:39:22 +00:00
|
|
|
[cinder-api:children]
|
|
|
|
cinder
|
|
|
|
|
|
|
|
[cinder-backup:children]
|
|
|
|
storage
|
|
|
|
|
|
|
|
[cinder-scheduler:children]
|
|
|
|
cinder
|
|
|
|
|
|
|
|
[cinder-volume:children]
|
|
|
|
storage
|
2015-08-18 14:05:54 +00:00
|
|
|
|
2016-08-01 02:27:39 +02:00
|
|
|
# Cloudkitty
|
|
|
|
[cloudkitty-api:children]
|
|
|
|
cloudkitty
|
|
|
|
|
|
|
|
[cloudkitty-processor:children]
|
|
|
|
cloudkitty
|
|
|
|
|
2017-01-19 18:42:12 +08:00
|
|
|
# Freezer
|
|
|
|
[freezer-api:children]
|
|
|
|
freezer
|
|
|
|
|
2018-02-28 14:23:02 +08:00
|
|
|
[freezer-scheduler:children]
|
|
|
|
freezer
|
|
|
|
|
2016-03-31 10:40:55 -04:00
|
|
|
# iSCSI
|
2016-04-19 11:01:19 +01:00
|
|
|
[iscsid:children]
|
|
|
|
compute
|
2016-08-09 13:55:25 +03:00
|
|
|
storage
|
2017-09-13 17:46:58 +03:00
|
|
|
ironic
|
2016-03-31 10:40:55 -04:00
|
|
|
|
|
|
|
[tgtd:children]
|
|
|
|
storage
|
|
|
|
|
2016-11-25 06:21:35 +08:00
|
|
|
# Karbor
|
|
|
|
[karbor-api:children]
|
|
|
|
karbor
|
|
|
|
|
|
|
|
[karbor-protection:children]
|
|
|
|
karbor
|
|
|
|
|
|
|
|
[karbor-operationengine:children]
|
|
|
|
karbor
|
|
|
|
|
2016-03-01 10:46:48 -05:00
|
|
|
# Manila
|
|
|
|
[manila-api:children]
|
|
|
|
manila
|
|
|
|
|
|
|
|
[manila-scheduler:children]
|
|
|
|
manila
|
|
|
|
|
|
|
|
[manila-share:children]
|
2016-11-03 16:51:52 -03:00
|
|
|
network
|
2016-03-01 10:46:48 -05:00
|
|
|
|
2016-10-20 17:19:47 -03:00
|
|
|
[manila-data:children]
|
2016-11-03 17:19:31 -03:00
|
|
|
manila
|
2016-10-20 17:19:47 -03:00
|
|
|
|
2015-08-18 14:05:54 +00:00
|
|
|
# Swift
|
|
|
|
[swift-proxy-server:children]
|
|
|
|
swift
|
|
|
|
|
|
|
|
[swift-account-server:children]
|
|
|
|
storage
|
|
|
|
|
|
|
|
[swift-container-server:children]
|
|
|
|
storage
|
|
|
|
|
|
|
|
[swift-object-server:children]
|
|
|
|
storage
|
2015-08-02 12:26:30 -07:00
|
|
|
|
2016-08-08 16:48:11 +00:00
|
|
|
# Barbican
|
|
|
|
[barbican-api:children]
|
|
|
|
barbican
|
|
|
|
|
|
|
|
[barbican-keystone-listener:children]
|
|
|
|
barbican
|
|
|
|
|
|
|
|
[barbican-worker:children]
|
|
|
|
barbican
|
|
|
|
|
2016-08-12 18:43:02 +00:00
|
|
|
# Trove
|
|
|
|
[trove-api:children]
|
|
|
|
trove
|
|
|
|
|
|
|
|
[trove-conductor:children]
|
|
|
|
trove
|
|
|
|
|
|
|
|
[trove-taskmanager:children]
|
|
|
|
trove
|
|
|
|
|
2015-08-02 12:26:30 -07:00
|
|
|
# Heat
|
|
|
|
[heat-api:children]
|
|
|
|
heat
|
|
|
|
|
|
|
|
[heat-api-cfn:children]
|
|
|
|
heat
|
|
|
|
|
|
|
|
[heat-engine:children]
|
|
|
|
heat
|
2015-08-28 10:49:29 +01:00
|
|
|
|
|
|
|
# Murano
|
|
|
|
[murano-api:children]
|
|
|
|
murano
|
|
|
|
|
|
|
|
[murano-engine:children]
|
|
|
|
murano
|
2015-08-28 11:26:40 -04:00
|
|
|
|
2018-03-28 17:54:19 +01:00
|
|
|
# Monasca
|
2018-07-26 16:51:14 +01:00
|
|
|
[monasca-agent-collector:children]
|
|
|
|
monasca-agent
|
|
|
|
|
|
|
|
[monasca-agent-forwarder:children]
|
|
|
|
monasca-agent
|
|
|
|
|
|
|
|
[monasca-agent-statsd:children]
|
|
|
|
monasca-agent
|
|
|
|
|
2018-03-28 17:54:19 +01:00
|
|
|
[monasca-api:children]
|
|
|
|
monasca
|
|
|
|
|
2018-10-22 12:32:19 +00:00
|
|
|
[monasca-grafana:children]
|
|
|
|
monasca
|
|
|
|
|
2018-04-16 10:13:10 +01:00
|
|
|
[monasca-log-api:children]
|
|
|
|
monasca
|
|
|
|
|
2018-06-04 15:34:38 +01:00
|
|
|
[monasca-log-transformer:children]
|
|
|
|
monasca
|
|
|
|
|
2018-06-07 15:29:24 +01:00
|
|
|
[monasca-log-persister:children]
|
|
|
|
monasca
|
|
|
|
|
2018-06-08 10:10:56 +01:00
|
|
|
[monasca-log-metrics:children]
|
|
|
|
monasca
|
|
|
|
|
2018-06-13 16:26:06 +01:00
|
|
|
[monasca-thresh:children]
|
|
|
|
monasca
|
|
|
|
|
2018-07-17 12:01:23 +01:00
|
|
|
[monasca-notification:children]
|
|
|
|
monasca
|
|
|
|
|
2018-06-20 14:22:05 +01:00
|
|
|
[monasca-persister:children]
|
|
|
|
monasca
|
|
|
|
|
2018-06-11 16:50:01 +01:00
|
|
|
# Storm
|
|
|
|
[storm-worker:children]
|
|
|
|
storm
|
|
|
|
|
|
|
|
[storm-nimbus:children]
|
|
|
|
storm
|
|
|
|
|
2015-08-28 11:26:40 -04:00
|
|
|
# Ironic
|
|
|
|
[ironic-api:children]
|
|
|
|
ironic
|
|
|
|
|
|
|
|
[ironic-conductor:children]
|
|
|
|
ironic
|
|
|
|
|
2016-02-16 20:31:39 +08:00
|
|
|
[ironic-inspector:children]
|
2015-08-28 11:26:40 -04:00
|
|
|
ironic
|
|
|
|
|
|
|
|
[ironic-pxe:children]
|
|
|
|
ironic
|
2015-10-17 18:13:51 +02:00
|
|
|
|
2018-04-18 17:46:38 +01:00
|
|
|
[ironic-ipxe:children]
|
|
|
|
ironic
|
|
|
|
|
2015-10-17 18:13:51 +02:00
|
|
|
# Magnum
|
|
|
|
[magnum-api:children]
|
|
|
|
magnum
|
|
|
|
|
|
|
|
[magnum-conductor:children]
|
|
|
|
magnum
|
2015-12-28 08:38:30 +09:00
|
|
|
|
2019-05-22 13:22:14 -04:00
|
|
|
# Qinling
|
|
|
|
[qinling-api:children]
|
|
|
|
qinling
|
|
|
|
|
|
|
|
[qinling-engine:children]
|
|
|
|
qinling
|
|
|
|
|
2016-11-25 06:14:51 +08:00
|
|
|
# Solum
|
|
|
|
[solum-api:children]
|
|
|
|
solum
|
|
|
|
|
|
|
|
[solum-worker:children]
|
|
|
|
solum
|
|
|
|
|
|
|
|
[solum-deployer:children]
|
|
|
|
solum
|
|
|
|
|
|
|
|
[solum-conductor:children]
|
|
|
|
solum
|
|
|
|
|
2018-06-19 00:43:35 -05:00
|
|
|
[solum-application-deployment:children]
|
|
|
|
solum
|
|
|
|
|
|
|
|
[solum-image-builder:children]
|
|
|
|
solum
|
|
|
|
|
2015-12-28 08:38:30 +09:00
|
|
|
# Mistral
|
|
|
|
[mistral-api:children]
|
|
|
|
mistral
|
|
|
|
|
|
|
|
[mistral-executor:children]
|
|
|
|
mistral
|
|
|
|
|
|
|
|
[mistral-engine:children]
|
|
|
|
mistral
|
2016-03-29 13:25:43 -04:00
|
|
|
|
2018-08-01 18:00:41 +02:00
|
|
|
[mistral-event-engine:children]
|
|
|
|
mistral
|
|
|
|
|
2016-08-04 06:51:11 +00:00
|
|
|
# Aodh
|
|
|
|
[aodh-api:children]
|
|
|
|
aodh
|
|
|
|
|
|
|
|
[aodh-evaluator:children]
|
|
|
|
aodh
|
|
|
|
|
|
|
|
[aodh-listener:children]
|
|
|
|
aodh
|
|
|
|
|
|
|
|
[aodh-notifier:children]
|
|
|
|
aodh
|
|
|
|
|
2018-12-02 21:17:07 +08:00
|
|
|
# Cyborg
|
|
|
|
[cyborg-api:children]
|
|
|
|
cyborg
|
|
|
|
|
|
|
|
[cyborg-agent:children]
|
|
|
|
compute
|
|
|
|
|
|
|
|
[cyborg-conductor:children]
|
|
|
|
cyborg
|
|
|
|
|
2016-11-07 07:32:04 +00:00
|
|
|
# Panko
|
|
|
|
[panko-api:children]
|
|
|
|
panko
|
|
|
|
|
2016-08-01 05:17:43 +00:00
|
|
|
# Gnocchi
|
|
|
|
[gnocchi-api:children]
|
|
|
|
gnocchi
|
|
|
|
|
|
|
|
[gnocchi-statsd:children]
|
|
|
|
gnocchi
|
|
|
|
|
|
|
|
[gnocchi-metricd:children]
|
|
|
|
gnocchi
|
|
|
|
|
2016-08-04 17:20:20 +00:00
|
|
|
# Sahara
|
|
|
|
[sahara-api:children]
|
|
|
|
sahara
|
|
|
|
|
|
|
|
[sahara-engine:children]
|
|
|
|
sahara
|
|
|
|
|
2016-03-29 13:25:43 -04:00
|
|
|
# Ceilometer
|
|
|
|
[ceilometer-central:children]
|
|
|
|
ceilometer
|
|
|
|
|
|
|
|
[ceilometer-notification:children]
|
|
|
|
ceilometer
|
|
|
|
|
|
|
|
[ceilometer-compute:children]
|
|
|
|
compute
|
2016-07-08 13:34:04 -03:00
|
|
|
|
2018-04-29 13:15:02 +08:00
|
|
|
[ceilometer-ipmi:children]
|
|
|
|
compute
|
|
|
|
|
2016-08-17 10:09:42 +00:00
|
|
|
# Congress
|
|
|
|
[congress-api:children]
|
|
|
|
congress
|
|
|
|
|
|
|
|
[congress-datasource:children]
|
|
|
|
congress
|
|
|
|
|
|
|
|
[congress-policy-engine:children]
|
|
|
|
congress
|
|
|
|
|
2016-07-08 13:34:04 -03:00
|
|
|
# Multipathd
|
|
|
|
[multipathd:children]
|
|
|
|
compute
|
2018-03-21 17:36:20 +08:00
|
|
|
storage
|
2016-07-05 09:58:29 +01:00
|
|
|
|
|
|
|
# Watcher
|
|
|
|
[watcher-api:children]
|
|
|
|
watcher
|
|
|
|
|
|
|
|
[watcher-engine:children]
|
|
|
|
watcher
|
|
|
|
|
|
|
|
[watcher-applier:children]
|
|
|
|
watcher
|
2016-07-08 19:12:50 +02:00
|
|
|
|
|
|
|
# Senlin
|
|
|
|
[senlin-api:children]
|
|
|
|
senlin
|
|
|
|
|
|
|
|
[senlin-engine:children]
|
|
|
|
senlin
|
2016-10-18 16:36:05 +08:00
|
|
|
|
|
|
|
# Searchlight
|
|
|
|
[searchlight-api:children]
|
|
|
|
searchlight
|
|
|
|
|
|
|
|
[searchlight-listener:children]
|
|
|
|
searchlight
|
2016-11-30 16:45:00 +08:00
|
|
|
|
|
|
|
# Octavia
|
|
|
|
[octavia-api:children]
|
|
|
|
octavia
|
|
|
|
|
|
|
|
[octavia-health-manager:children]
|
|
|
|
octavia
|
|
|
|
|
|
|
|
[octavia-housekeeping:children]
|
|
|
|
octavia
|
|
|
|
|
|
|
|
[octavia-worker:children]
|
|
|
|
octavia
|
2016-08-10 15:48:32 +10:00
|
|
|
|
|
|
|
# Designate
|
|
|
|
[designate-api:children]
|
|
|
|
designate
|
|
|
|
|
|
|
|
[designate-central:children]
|
|
|
|
designate
|
|
|
|
|
2017-12-06 15:14:38 +08:00
|
|
|
[designate-producer:children]
|
|
|
|
designate
|
|
|
|
|
2016-08-10 15:48:32 +10:00
|
|
|
[designate-mdns:children]
|
2017-05-26 21:19:07 +01:00
|
|
|
network
|
2016-08-10 15:48:32 +10:00
|
|
|
|
|
|
|
[designate-worker:children]
|
|
|
|
designate
|
|
|
|
|
|
|
|
[designate-sink:children]
|
|
|
|
designate
|
|
|
|
|
|
|
|
[designate-backend-bind9:children]
|
|
|
|
designate
|
2017-02-01 21:46:32 +08:00
|
|
|
|
|
|
|
# Placement
|
|
|
|
[placement-api:children]
|
|
|
|
placement
|
2017-01-03 08:45:53 +00:00
|
|
|
|
|
|
|
# Zun
|
|
|
|
[zun-api:children]
|
|
|
|
zun
|
|
|
|
|
2018-04-20 22:14:13 +08:00
|
|
|
[zun-wsproxy:children]
|
|
|
|
zun
|
|
|
|
|
2017-01-03 08:45:53 +00:00
|
|
|
[zun-compute:children]
|
|
|
|
compute
|
2017-04-28 12:21:50 +02:00
|
|
|
|
|
|
|
# Skydive
|
|
|
|
[skydive-analyzer:children]
|
|
|
|
skydive
|
|
|
|
|
|
|
|
[skydive-agent:children]
|
|
|
|
compute
|
|
|
|
network
|
|
|
|
|
2017-06-26 14:35:05 +02:00
|
|
|
# Tacker
|
|
|
|
[tacker-server:children]
|
|
|
|
tacker
|
|
|
|
|
|
|
|
[tacker-conductor:children]
|
|
|
|
tacker
|
2017-02-11 17:01:19 +00:00
|
|
|
|
|
|
|
# Vitrage
|
|
|
|
[vitrage-api:children]
|
|
|
|
vitrage
|
|
|
|
|
|
|
|
[vitrage-notifier:children]
|
|
|
|
vitrage
|
|
|
|
|
|
|
|
[vitrage-graph:children]
|
|
|
|
vitrage
|
|
|
|
|
|
|
|
[vitrage-ml:children]
|
|
|
|
vitrage
|
2017-04-07 16:01:07 +01:00
|
|
|
|
|
|
|
# Blazar
|
|
|
|
[blazar-api:children]
|
|
|
|
blazar
|
|
|
|
|
|
|
|
[blazar-manager:children]
|
|
|
|
blazar
|
2017-07-17 15:59:05 +00:00
|
|
|
|
|
|
|
# Prometheus
|
|
|
|
[prometheus-node-exporter:children]
|
|
|
|
monitoring
|
|
|
|
control
|
|
|
|
compute
|
|
|
|
network
|
|
|
|
storage
|
|
|
|
|
|
|
|
[prometheus-mysqld-exporter:children]
|
|
|
|
mariadb
|
|
|
|
|
|
|
|
[prometheus-haproxy-exporter:children]
|
|
|
|
haproxy
|
2018-05-25 01:38:14 -04:00
|
|
|
|
|
|
|
[prometheus-memcached-exporter:children]
|
|
|
|
memcached
|
2018-04-11 09:23:39 -04:00
|
|
|
|
|
|
|
[prometheus-cadvisor:children]
|
|
|
|
monitoring
|
|
|
|
control
|
|
|
|
compute
|
|
|
|
network
|
|
|
|
storage
|
2018-06-01 17:03:58 -04:00
|
|
|
|
|
|
|
[prometheus-alertmanager:children]
|
|
|
|
monitoring
|
2019-01-16 18:37:16 -03:00
|
|
|
|
|
|
|
[prometheus-openstack-exporter:children]
|
|
|
|
monitoring
|
2019-03-05 16:21:08 +03:00
|
|
|
|
|
|
|
[prometheus-elasticsearch-exporter:children]
|
|
|
|
elasticsearch
|
2018-11-06 10:20:02 +07:00
|
|
|
|
2019-09-11 11:35:23 +01:00
|
|
|
[prometheus-blackbox-exporter:children]
|
|
|
|
monitoring
|
|
|
|
|
2018-11-06 10:20:02 +07:00
|
|
|
[masakari-api:children]
|
|
|
|
control
|
|
|
|
|
|
|
|
[masakari-engine:children]
|
|
|
|
control
|
|
|
|
|
|
|
|
[masakari-monitors:children]
|
|
|
|
compute
|