Actions
Bug #12262
closedjobScheduler does not work when the first non-loopback interface has no ip address
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Because the used splayclass is ${sys.host}${sys.ipv4}
and sys.ipv4
is not defined when the first non-loopback interface has no IP address, the class triggerring the execution is never defined.
We can change this to hostname only as a workaround.
We also need to:
- Fix the interfaces parsing to take the first available IP and avoid stopping after the first interface having no defined address
- Add logs for splayclass to know at anytime what is the defined class in verbose logs
- More generally add logs when promises containing undefined variables are skipped
Updated by Alexis Mousset over 6 years ago
Upstream issue: https://tracker.mender.io/browse/CFE-2789
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.1.11 to 4.1.12
Updated by Alexis Mousset over 6 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1297
Updated by Rudder Quality Assistant over 6 years ago
- Assignee changed from Benoît PECCATTE to Alexis Mousset
Updated by Alexis Mousset over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-techniques|dc5652585a2fe745fe783e799222e8cacc5461d6.
Updated by Benoît PECCATTE over 6 years ago
- Status changed from Pending release to Released
Actions