ironic-python-agent/releasenotes/notes/wait-for-interfaces-before-lookup-9bf38852b2f176a1.yaml
vmud213 09db71d640 Wait for at least one interface before node lookup
During node look up sometimes IPA sends hardware inventory information before
the interfaces are up, resulting in empty interfaces information being sent
to the conductor. This causes conductor to throw exceptions and polluting
the log until the real interfaces information is populated. This change makes
IPA to wait for at least one interface to be up before trying for node lookup.

Change-Id: Ifdb91298eaa5c725f108fa722263ed925691ecda
Closes-Bug: #1562786
2016-06-14 12:36:52 +00:00

7 lines
289 B
YAML

---
fixes:
- Ensures the node look up is attempted with valid interfaces information
to avoid exception log messages in the conductor log. IPA tries to
retrieve interfaces information every 5 seconds until either at least
one of the interfaces is up or 60 seconds is lapsed.