Set node IPMI address to baremetal IP
Virtualbmc which is used for IPMI emulation
listens for UDP connections on all addresses. Ironic node
IPMI address was set to public address however in some deployments
there can be several IP addresses on public interface - in this case
if client sends UDP datagram to secondary IP address there is no way for
UDP server (virtualbmc) to determine which IP address to use as a source
in replies and it relies on routing table hence it is possible that reply
comes from IP defferent from IP in request which leads to IPMI call
failure
Change-Id: Iea73869fe49de05d2bd47d40d5765bc6f1a39fcc
Related-PROD: PROD-27056
2 files changed