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
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
[compute]
|
|
|
|
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
|
2017-06-13 16:24:08 +02:00
|
|
|
compute
|
2016-09-02 00:48:01 -04:00
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
2015-10-17 18:13:51 +02:00
|
|
|
[magnum: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
|
|
|
|
|
2016-08-17 10:09:42 +00:00
|
|
|
[congress:children]
|
|
|
|
control
|
|
|
|
|
2016-11-15 18:51:52 +00:00
|
|
|
[tacker: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
|
|
|
|
|
2017-01-03 08:45:53 +00:00
|
|
|
[zun:children]
|
|
|
|
control
|
|
|
|
|
2017-04-28 12:21:50 +02:00
|
|
|
[skydive:children]
|
|
|
|
monitoring
|
|
|
|
|
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
|
|
|
|
|
|
|
|
[glance-registry:children]
|
|
|
|
glance
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
# Nova
|
|
|
|
[nova-api:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-conductor:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-consoleauth:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[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
|
|
|
|
|
|
|
[neutron-lbaas-agent:children]
|
|
|
|
neutron
|
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
|
|
|
|
2016-06-29 15:34:18 +02:00
|
|
|
[neutron-vpnaas-agent:children]
|
|
|
|
neutron
|
|
|
|
|
2017-03-07 16:39:59 +00:00
|
|
|
[neutron-bgp-dragent:children]
|
|
|
|
neutron
|
|
|
|
|
2016-09-16 15:07:41 +02:00
|
|
|
# Ceph
|
|
|
|
[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
|
|
|
|
|
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
|
2016-10-04 15:36:53 +00:00
|
|
|
ironic-conductor
|
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
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
# Magnum
|
|
|
|
[magnum-api:children]
|
|
|
|
magnum
|
|
|
|
|
|
|
|
[magnum-conductor:children]
|
|
|
|
magnum
|
2015-12-28 08:38:30 +09:00
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
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-api:children]
|
|
|
|
ceilometer
|
|
|
|
|
|
|
|
[ceilometer-central:children]
|
|
|
|
ceilometer
|
|
|
|
|
|
|
|
[ceilometer-notification:children]
|
|
|
|
ceilometer
|
|
|
|
|
|
|
|
[ceilometer-collector:children]
|
|
|
|
ceilometer
|
|
|
|
|
|
|
|
[ceilometer-compute:children]
|
|
|
|
compute
|
2016-07-08 13:34:04 -03:00
|
|
|
|
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
|
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
|
|
|
|
|
|
|
|
[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
|
|
|
|
|
|
|
|
[zun-compute:children]
|
|
|
|
compute
|
2017-04-28 12:21:50 +02:00
|
|
|
|
|
|
|
# Skydive
|
|
|
|
[skydive-analyzer:children]
|
|
|
|
skydive
|
|
|
|
|
|
|
|
[skydive-agent:children]
|
|
|
|
compute
|
|
|
|
network
|
|
|
|
|