2017-06-13 15:56:22 +02:00
|
|
|
|
.. _skydive-guide:
|
|
|
|
|
|
2018-11-21 13:48:36 +01:00
|
|
|
|
====================================
|
|
|
|
|
Skydive - Real time network analyzer
|
|
|
|
|
====================================
|
2017-06-13 15:56:22 +02:00
|
|
|
|
|
|
|
|
|
Overview
|
2018-03-19 11:48:02 +08:00
|
|
|
|
~~~~~~~~
|
2017-06-13 15:56:22 +02:00
|
|
|
|
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
|
|
|
|
|
---------------------------------
|
|
|
|
|
|
2018-03-19 11:48:02 +08:00
|
|
|
|
Enable Skydive in ``/etc/kolla/globals.yml`` file:
|
2017-06-13 15:56:22 +02:00
|
|
|
|
|
2018-03-19 11:48:02 +08:00
|
|
|
|
.. code-block:: yaml
|
2017-06-13 15:56:22 +02:00
|
|
|
|
|
2018-03-19 11:48:02 +08:00
|
|
|
|
enable_skydive: "yes"
|
|
|
|
|
enable_elasticsearch: "yes"
|
|
|
|
|
|
2017-06-13 15:56:22 +02:00
|
|
|
|
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
|
|
|
|
|
<https://github.com/skydive-project/skydive/>`__.
|