09db71d640
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
7 lines
289 B
YAML
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.
|