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
This commit is contained in:
Matt Crees 2025-04-14 14:54:53 +01:00 committed by Pierre Riteau
parent e035946aba
commit 8ed9f7037a
3 changed files with 16 additions and 7 deletions

View File

@ -0,0 +1,7 @@
---
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>`__

View File

@ -27,7 +27,7 @@ roles:
# There are no versioned releases of this role.
version: acd08fd126d0e442ab8b3bc518e37761390d8c2f
- src: MichaelRigart.interfaces
version: v1.15.4
version: v1.15.5
- src: mrlesmithjr.chrony
version: v0.1.6
- src: mrlesmithjr.manage_lvm

View File

@ -21,9 +21,14 @@
- kayobe-overcloud-tls-rocky9
- kayobe-overcloud-host-configure-rocky9
- kayobe-overcloud-host-configure-ubuntu-noble
- kayobe-overcloud-upgrade-rocky9
- kayobe-overcloud-upgrade-ubuntu-noble
- kayobe-overcloud-upgrade-slurp-rocky9
# TODO(priteau): make this voting again when RabbitMQ migration issues
# are resolved.
- kayobe-overcloud-upgrade-rocky9:
voting: false
- kayobe-overcloud-upgrade-ubuntu-noble:
voting: false
- kayobe-overcloud-upgrade-slurp-rocky9:
voting: false
- kayobe-seed-rocky9
- kayobe-seed-rocky9-podman
- kayobe-seed-ubuntu-noble
@ -54,9 +59,6 @@
- kayobe-overcloud-tls-rocky9
- kayobe-overcloud-host-configure-rocky9
- kayobe-overcloud-host-configure-ubuntu-noble
- kayobe-overcloud-upgrade-rocky9
- kayobe-overcloud-upgrade-ubuntu-noble
- kayobe-overcloud-upgrade-slurp-rocky9
- kayobe-seed-rocky9
- kayobe-seed-rocky9-podman
- kayobe-seed-ubuntu-noble