We are pumped to announce the release of: ironic-python-agent 2.0.3: Ironic Python Agent Ramdisk This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/ironic-python-agent/ For more details, please see below. 2.0.3 ^^^^^ Bug Fixes * Fixes bug in LLDP discovery code which lead to no LLDP information being discovered for any network interface if one network interface raised an exception, for example if the network interface incorrectly indicates its ready to read. https://bugs.launchpad.net /ironic-python-agent/+bug/1665025 (https://bugs.launchpad.net /ironic-python-agent/+bug/1665025) Changes in ironic-python-agent 2.0.1..2.0.3 ------------------------------------------- c7068c1 import zuul job settings from project-config eaa7d2e fix uname mock arguments for get-pip.py aa48141 Switch from sourceforge to github for ipmitool fdfb1a4 Fix Dockerfile for Debian Jessie 3538cd6 [LLDP] Skip NICs that say they are ready but are unreadable. 25cfa3a Fix for fatal error when GPT was used and only MBR was cleaned 2cd1367 Zuul: Remove project name d495827 Use the tempest plugin from openstack/ironic-tempest-plugin c0f1565 Clean-up zuul.d/ files 78332cd Zuul: add file extension to playbook path 04f2533 Move legacy jobs into tree Diffstat (except docs and test files) ------------------------------------- Dockerfile | 7 +- imagebuild/tinyipa/build-tinyipa.sh | 5 +- imagebuild/tinyipa/build_files/buildreqs.lst | 6 + imagebuild/tinyipa/build_files/fakeuname | 5 + ironic_python_agent/netutils.py | 15 +- ironic_python_agent/shell/write_image.sh | 2 +- .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 175 ++++++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 15 ++ .../run.yaml | 150 +++++++++++++++++ .../post.yaml | 47 ++++++ .../ironic-python-agent-buildimage-coreos/run.yaml | 98 +++++++++++ .../post.yaml | 47 ++++++ .../run.yaml | 98 +++++++++++ .../legacy/ironic-python-agent-tox-func/post.yaml | 67 ++++++++ .../legacy/ironic-python-agent-tox-func/run.yaml | 86 ++++++++++ .../tempest-dsvm-ironic-inspector-src/post.yaml | 15 ++ .../tempest-dsvm-ironic-inspector-src/run.yaml | 181 +++++++++++++++++++++ ...s-that-are-not-plugged-in-29213f0a701a72e4.yaml | 7 + zuul.d/legacy-ironic-jobs.yaml | 128 +++++++++++++++ zuul.d/project.yaml | 41 +++++ 38 files changed, 2565 insertions(+), 10 deletions(-)