Skip to content
Snippets Groups Projects
Commit 440a0608 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add Skydive startup guide documentation"

parents 6aa4f96d fdeffed0
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ Services ...@@ -74,6 +74,7 @@ Services
kuryr-guide kuryr-guide
zun-guide zun-guide
osprofiler-guide osprofiler-guide
skydive-guide
Developer Docs Developer Docs
============== ==============
......
.. _skydive-guide:
================
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``
.. code-block:: console
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
<https://github.com/skydive-project/skydive/>`__.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment