Skip to content

Commit a3653f9

Browse files
authored
Merge pull request #556 from stackhpc/upstream/master-2026-04-27
Synchronise master with upstream
2 parents 71b6c00 + 67da206 commit a3653f9

20 files changed

Lines changed: 1553 additions & 0 deletions

File tree

bindep.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
libpcre2-dev [platform:dpkg test]
33
pcre2-devel [platform:rpm test]
44

5+
# Sphinx graphviz extension requires the dot binary.
6+
graphviz [platform:dpkg test doc]
7+
graphviz [platform:rpm test doc]
8+
59
# PDF Docs package dependencies
610
tex-gyre [platform:dpkg doc]
Lines changed: 189 additions & 0 deletions
Loading

doc/source/administration/general.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,20 @@ We can use the ``--var-name`` argument to inspect a particular variable or the
5858
``--host`` or ``--hosts`` arguments to view a variable or variables for a
5959
specific host or set of hosts.
6060

61+
Viewing the Kayobe inventory
62+
============================
63+
64+
In some cases you may want to examine the full inventory that Kayobe will
65+
pass to Ansible. The ``kayobe inventory`` command wraps
66+
``ansible-inventory`` and automatically assembles the list of inventory
67+
paths (shared config plus any environment-specific directories). It can
68+
be used exactly like ``ansible-inventory``; for example::
69+
70+
(kayobe) $ kayobe inventory --graph
71+
72+
Any other flags supported by ``ansible-inventory`` are also accepted.
73+
74+
6175
Checking Network Connectivity
6276
=============================
6377

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
'openstackdocstheme',
5757
#'sphinx.ext.autodoc',
5858
#'sphinx.ext.intersphinx',
59+
'sphinx.ext.graphviz',
5960
'sphinxcontrib.rsvgconverter',
6061
]
6162

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
======================
2+
Configuration Examples
3+
======================
4+
5+
This section provides real-world configuration examples.
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
10+
real-world-bridges-and-bonds-configuration-a-virtualised-case-study

0 commit comments

Comments
 (0)