kayobe/releasenotes/notes/fix-rocky-network-templating-d16606de0ea28d2d.yaml
Matt Crees 8ed9f7037a Fix network configure on Rocky hosts
When evaluating the templates, an error is raised failing to load
ipaddr. Fix this by bumping the version of MichaelRigart.interfaces.

```
ansible.errors.AnsibleError: template error while templating string: Could not load "ipaddr": 'ipaddr'.
```

NOTE(priteau): Make overcloud upgrade jobs non-voting until RabbitMQ
migration issues are resolved.

Closes-Bug: #2107335
Change-Id: I17a94a7367c57b37fa01db737f0235472360155a
2025-04-18 12:24:49 +02:00

8 lines
297 B
YAML

---
fixes:
- |
Bumps MichaelRigart.interfaces to fix an issue where ``kayobe overcloud
host configure`` would fail to template during the networking tasks on
Rocky hosts, with the error ``Could not load "ipaddr"``.
`LP#2107335 <https://bugs.launchpad.net/kayobe/+bug/2107335>`__