ironic-python-agent/releasenotes
Pierre Riteau dc154a1652 Fix BMC IP address detection on CoreOS images
On CoreOS images, IPA runs in a Debian Jessie chroot which uses mawk as
its default awk implementation. However, mawk doesn't support POSIX
character classes such as [:space:], which means get_bmc_address() fails
to parse the BMC IP address from the output of ipmitool.

This patch replaces the use of [[:space:]] by [ \t] which is equivalent
for the purpose of parsing the output of ipmitool. Note that matching on
tab characters is not strictly required as the packaged version of
ipmitool only uses space characters, but is left in case tabs are used
in other versions.

Change-Id: I0e3306a4d4584ca28e03608e9f7270b770960a39
Story: #2004121
Task: #27571
(cherry picked from commit 8eecadb0a8)
2018-10-22 12:11:52 +01:00
..
notes Fix BMC IP address detection on CoreOS images 2018-10-22 12:11:52 +01:00
source Remove setting of version/release from releasenotes 2017-11-17 10:12:24 +01:00