eaa9815ad2
Following by https://review.openstack.org/#/c/605097/ These were used by now-dead tooling. We can remove them. Change-Id: I0953751044f038a3fdd1acd49b3d2b053ac4bec8
1.1 KiB
1.1 KiB
Skydive in Kolla
Overview
Skydive is an open source real-time network topology and protocols analyzer. It aims to provide a comprehensive way of understanding what is happening in the network infrastructure. Skydive agents collect topology information and flows and forward them to a central agent for further analysis. All the information is stored in an Elasticsearch database.
Configuration on Kolla deployment
Enable Skydive in /etc/kolla/globals.yml
file:
enable_skydive: "yes"
enable_elasticsearch: "yes"
Verify operation
After successful deployment, Skydive can be accessed using a browser
on <kolla_external_vip_address>:8085
.
The default username is admin
, the password can be
located under <keystone_admin_password>
in
/etc/kolla/passwords.yml
.
For more information about how Skydive works, see Skydive – An open source real-time network topology and protocols analyzer.