summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrad P. Crochet <brad@redhat.com>2019-06-07 12:11:08 -0400
committerDmitry Tantsur <dtantsur@protonmail.com>2019-06-12 13:00:21 +0000
commit7b3469ee0f2fbe21d807db88317187772ad2612d (patch)
tree3c2e2e715493ed73353eef1f8ced689dd9990b1c /doc
parent2e5fb1b5310534f79f704e0128ab46eccf55b30d (diff)
downloadironic-python-agent-7b3469ee0f2fbe21d807db88317187772ad2612d.tar.gz
Get the hostname of the introspected host
This will retrieve the hostname of the host being introspected, and return it as part of the introspection data. Change-Id: I54084251e1b0f3a40fe5ac760b2a7e45199c9fdb Story: #2005867 Task: #33674
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/how_it_works.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/admin/how_it_works.rst b/doc/source/admin/how_it_works.rst
index 7154d219..aeb25ad2 100644
--- a/doc/source/admin/how_it_works.rst
+++ b/doc/source/admin/how_it_works.rst
@@ -117,6 +117,13 @@ fields:
the current boot - BIOS or UEFI) and ``pxe_interface`` (interface used
for PXE booting, if any).
+``hostname``
+ hostname for the system
+
+ .. note::
+ This is most likely to be set by the DHCP server. Could be localhost
+ if the DHCP server does not set it.
+
References
==========
.. [0] Enabling Drivers - https://docs.openstack.org/ironic/latest/admin/drivers/ipa.html