diff options
author | Brad P. Crochet <brad@redhat.com> | 2019-06-07 12:11:08 -0400 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2019-06-12 13:00:21 +0000 |
commit | 7b3469ee0f2fbe21d807db88317187772ad2612d (patch) | |
tree | 3c2e2e715493ed73353eef1f8ced689dd9990b1c /doc | |
parent | 2e5fb1b5310534f79f704e0128ab46eccf55b30d (diff) | |
download | ironic-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.rst | 7 |
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 |