summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-01-21 15:23:18 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2020-01-22 11:15:38 +0100
commit31b73b498453ff25275a43c46c5bfa023585327a (patch)
treed702ec0bb2828d22f725bc0d9e7fd96b1bd6ee41 /doc
parent4b602771e96bfd7f5334f41108231d4d4fa8a67d (diff)
downloadironic-python-agent-31b73b498453ff25275a43c46c5bfa023585327a.tar.gz
Expose collector and hardware manager names via introspection data
This change adds a new introspection data field 'configuration' with two lists: managers and collectors. Change-Id: Ice0d7e6ecff3f319bc3a4f41617059fd6914e31c
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/how_it_works.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/admin/how_it_works.rst b/doc/source/admin/how_it_works.rst
index 952b2798..05bbd1a4 100644
--- a/doc/source/admin/how_it_works.rst
+++ b/doc/source/admin/how_it_works.rst
@@ -106,6 +106,12 @@ collectors are:
* ``inventory`` - `Hardware Inventory`_.
* ``root_disk`` - The default root device for this machine, which will be
used for deployment if root device hints are not provided.
+ * ``configuration`` - Inspection configuration, an object with two keys:
+
+ * ``collectors`` - List of enabled collectors.
+ * ``managers`` - List of enabled :ref:`Hardware Managers`: items with
+ keys ``name`` and ``version``.
+
* ``boot_interface`` - Deprecated, use the
``inventory.boot.pxe_interface`` field.