
When no_ip is applied to only a subset of the hosts for a particular network, network connectivity check could fail since we only checked the source IP was properly defined and not the destination IP. This adds a check for the destination IP. Also improves the loop label for ease of debugging. Closes-Bug: #2120918 Change-Id: I107f1b2687852a04eb4a6eb7cc82f4d6690bc177 Signed-off-by: Will Szumski <will@stackhpc.com>
7 lines
210 B
YAML
7 lines
210 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes network connectivity check when a subset of hosts have the ``no_ip``
|
|
property set via group or host variables.
|
|
`LP#2120918 <https://bugs.launchpad.net/kayobe/+bug/2120918>`__
|