We are tickled pink to announce the release of: ironic-python-agent 3.6.1: Ironic Python Agent Ramdisk This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/ironic-python-agent Download the package from: https://tarballs.openstack.org/ironic-python-agent/ Please report issues through: https://bugs.launchpad.net/ironic-python-agent/+bugs For more details, please see below. 3.6.1 ^^^^^ Bug Fixes * From IPMI specification v2.0, channel number 1-Bh(1-11) can be used for various types of communications channels. The respectively available channels depend on the specific IPMI implementation for a specific server system. * Mounts /run into chroot when installing grub to prevent timeouts. * Fixes an issue with retrieving all available physical memory. For more details see: *story 2005308 <https://storyboard.openstack.org/#!/story/2005308>* Changes in ironic-python-agent 3.6.0..3.6.1 ------------------------------------------- 7fd74b6 Do not use metadata checksums with ext4 b2f0539 Add more channel number for detecting BMC IP address d8866d1 Bind mount /run into chroot when installing grub 18b527c Fix download upper constraints fb14edb Fetch upper constraints from opendev.org 34e5faa OpenDev Migration Patch 4ffde9b Switch to Debian Stretch for building CoreOS images 34f94d5 Ironic python agent does not extract correct available memory b2710c6 Replace openstack.org git:// URLs with https:// fa9c761 Update UPPER_CONSTRAINTS_FILE for stable/stein 46d9f15 Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- Dockerfile | 15 +- imagebuild/common/generate_upper_constraints.sh | 2 +- ironic_python_agent/extensions/image.py | 2 +- ironic_python_agent/hardware.py | 22 +- playbooks/ironic-python-agent-buildimage/post.yaml | 12 +- playbooks/ironic-python-agent-buildimage/run.yaml | 2 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../add-more-lan-channels-8f5197ed5f057c25.yaml | 7 + .../notes/bindmount-run-4c6a31d3ee4e0ed6.yaml | 4 + .../get-physical-memory-535a32362bcdf83a.yaml | 6 + tox.ini | 2 +- zuul.d/ironic-python-agent-jobs.yaml | 2 +- zuul.d/legacy-ironic-jobs.yaml | 4 +- 19 files changed, 305 insertions(+), 56 deletions(-)