0401dcf5ca
UEFI 2.8 only supports Intel, ARM and RISC-V https://review.opendev.org/c/openstack/tripleo-common/+/773010/ ... to break ppc64le IPA image builds. Signed-off-by: Lon Hohberger <lhh@redhat.com> Change-Id: Ia74d6aa659f5d705eeea931a4332f08b8bdcb2a3 |
||
---|---|---|
.. | ||
install.d | ||
element-deps | ||
package-installs.yaml | ||
pkg-map | ||
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 fullhardware
Python package descriptor to use. If unset,DIB_IPA_HARDWARE_VERSION
will be used.DIB_IPA_HARDWARE_VERSION
the version of thehardware
package to install whenDIB_IPA_HARDWARE_PACKAGE
is unset. If unset, the latest version will be installed.