ironic-python-agent-builder/dib/extra-hardware
Zuul 612ce753c5 Merge "Add libaio engine for fio on Centos/Rhel9" 2023-06-06 21:58:19 +00:00
..
environment.d Add DIB_IPA_HARDWARE_RDO to define repo behaviour 2023-03-16 14:42:20 +13:00
install.d Add an element to install python-hardware 2020-09-24 14:39:57 +02:00
pre-install.d Add DIB_IPA_HARDWARE_RDO to define repo behaviour 2023-03-16 14:42:20 +13:00
README.rst Add DIB_IPA_HARDWARE_RDO to define repo behaviour 2023-03-16 14:42:20 +13:00
element-deps Add an element to install python-hardware 2020-09-24 14:39:57 +02:00
package-installs.yaml Add libaio engine for fio on Centos/Rhel9 2023-06-02 06:44:29 -07:00
pkg-map Preliminary work to support CentOS 9 Stream 2021-09-10 12:17:21 +02:00

README.rst

Ironic Python Agent (IPA) Extra Hardware

This element adds the hardware python package to the Ironic Python Agent (IPA) ramdisk. It also installs several package dependencies of the hardware module.

The hardware package provides improved hardware introspection capabilities and supports benchmarking. This functionality may be enabled by adding the extra-hardware collector in the [DEFAULT] inspection_collectors option or the ipa-inspection-collectors kernel command line argument.

The following environment variables may be set to configure the element when doing a source-based installation:

  • DIB_IPA_HARDWARE_PACKAGE the full hardware Python package descriptor to use. If unset, DIB_IPA_HARDWARE_VERSION will be used.
  • DIB_IPA_HARDWARE_VERSION the version of the hardware package to install when DIB_IPA_HARDWARE_PACKAGE is unset. If unset, the latest version will be installed.
  • DIB_IPA_HARDWARE_RDO set to 0 to prevent the latest RDO package repositories being installed on CentOS-9-Stream (ignored when DIB_YUM_REPO_CONF is set).