Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bindep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
libpcre2-dev [platform:dpkg test]
pcre2-devel [platform:rpm test]

# Sphinx graphviz extension requires the dot binary.
graphviz [platform:dpkg test doc]
graphviz [platform:rpm test doc]

# PDF Docs package dependencies
tex-gyre [platform:dpkg doc]
189 changes: 189 additions & 0 deletions doc/source/_static/network-topology-nwdiag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions doc/source/administration/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,20 @@ We can use the ``--var-name`` argument to inspect a particular variable or the
``--host`` or ``--hosts`` arguments to view a variable or variables for a
specific host or set of hosts.

Viewing the Kayobe inventory
============================

In some cases you may want to examine the full inventory that Kayobe will
pass to Ansible. The ``kayobe inventory`` command wraps
``ansible-inventory`` and automatically assembles the list of inventory
paths (shared config plus any environment-specific directories). It can
be used exactly like ``ansible-inventory``; for example::

(kayobe) $ kayobe inventory --graph

Any other flags supported by ``ansible-inventory`` are also accepted.


Checking Network Connectivity
=============================

Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'openstackdocstheme',
#'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
'sphinx.ext.graphviz',
'sphinxcontrib.rsvgconverter',
]

Expand Down
10 changes: 10 additions & 0 deletions doc/source/configuration/examples/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
======================
Configuration Examples
======================

This section provides real-world configuration examples.

.. toctree::
:maxdepth: 2

real-world-bridges-and-bonds-configuration-a-virtualised-case-study
Loading
Loading