We are thrilled to announce the release of: ironic-python-agent-builder 2.3.0: Tools and scripts to build Ironic Python Agent The source is available from: https://opendev.org/openstack/ironic-python-agent-builder Download the package from: https://tarballs.openstack.org/ironic-python-agent-builder/ For more details, please see below. 2.3.0 ^^^^^ New Features * Adds a new element "extra-hardware" for configuring extra hardware collection in the ramdisk. Changes in ironic-python-agent-builder 2.2.0..2.3.0 --------------------------------------------------- 5e72595 Use tinycore 11 to build tinyipa 8adfcc6 Add an element to install python-hardware 0cc5ba8 Advertise HTTPS in IPA ramdisk without Ironic assist 4d0547a tinyipa: use python 3 for building on all systems Diffstat (except docs and test files) ------------------------------------- dib/extra-hardware/README.rst | 21 ++++++ dib/extra-hardware/element-deps | 5 ++ .../package-installs-extra-hardware | 1 + .../80-extra-hardware-install | 21 ++++++ dib/extra-hardware/package-installs.yaml | 10 +++ dib/extra-hardware/pkg-map | 17 +++++ .../environment.d/20-disable-epel.bash | 4 - .../pre-finalise.d/10-configure-ipa-tls | 1 + .../notes/extra-hardware-73e3c9b5a0143bfa.yaml | 5 ++ tinyipa/build-instance-images.sh | 4 - tinyipa/build-tinyipa.sh | 9 +-- tinyipa/build_files/buildreqs.lst | 7 +- tinyipa/build_files/fakeuname | 2 +- tinyipa/build_files/finalreqs.lst | 8 +- tinyipa/finalise-tinyipa.sh | 4 - tinyipa/install-deps.sh | 4 +- tinyipa/patches/ipmitool-openssl.patch | 86 ++++++++++++++++++++++ tinyipa/patches/tce-load_squashfs.patch | 20 ----- zuul.d/ironic-python-agent-builder-jobs.yaml | 6 ++ zuul.d/project.yaml | 2 + 20 files changed, 188 insertions(+), 49 deletions(-)