diff options
| author | Annie Lezil <annie.lezil@gmail.com> | 2016-11-10 21:29:40 +0000 |
|---|---|---|
| committer | Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com> | 2017-05-18 14:44:11 -0700 |
| commit | fdcb0922a5c4a4ecbb8cb1b307c6c750990699ff (patch) | |
| tree | 20eaddc9e897b27d840e492acd9b999c6abd2e42 /doc/source | |
| parent | 15878b7b181098db7abb6601ada0e245b6722d46 (diff) | |
| download | ironic-python-agent-fdcb0922a5c4a4ecbb8cb1b307c6c750990699ff.tar.gz | |
Collect NIC name given by BIOS
Adds an extra field ``biosdevname`` to network interface inventory
collected by ``default`` inspection collector (which collects the whole
inventory returned by hardware manager) of ironic-python-agent.
This feature requires biosdevname utility to collect the bios given NIC
names. The tooling module for tinyIPA is created for the same purpose.
For CoreOS IPA pxe images, biosdevname tooling module is limited,
because Docker repository is created and embedded into CoreOS pxe
images. The Docker repository uses debian to download the packages.
Debian does not have biosdevname package.
Adds an export variable TINYIPA_REQUIRE_BIOSDEVNAME. Set this
variable to ``true`` in your shell before building tinyIPA.
Closes-Bug: #1635351
Change-Id: Ia96af59e2a74868cac59e5a88cfbb3be60d85687
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 86c25118..11346cac 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -118,11 +118,11 @@ fields: ``interfaces`` list of network interfaces with fields: ``name``, ``mac_address``, - ``ipv4_address``, ``lldp``, ``vendor`` and ``product``. - If configuration option ``collect_lldp`` is set to True the ``lldp`` - field will be populated by a list of type-length-value (TLV) fields - retrieved using the Link Layer Discovery Protocol (LLDP). - + ``ipv4_address``, ``lldp``, ``vendor``, ``product``, and optionally + ``biosdevname``(BIOS given NIC name). If configuration option + ``collect_lldp`` is set to True the ``lldp`` field will be populated + by a list of type-length-value(TLV) fields retrieved using the + Link Layer Discovery Protocol (LLDP). ``system_vendor`` system vendor information from SMBIOS as reported by ``dmidecode``: |
