Files
kayobe/releasenotes/notes/fix-networking-connectivity-check-with-partial-no-ip-5efcc8ed6e76267e.yaml
Will Szumski 7c6f81bb9f Fix networking connectivity check with no_ip
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>
2025-08-26 17:15:51 +02:00

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>`__