feat: update RL9 overcloud host image#2199
feat: update RL9 overcloud host image#2199jackhodgkiss wants to merge 1 commit intostackhpc/2025.1from
RL9 overcloud host image#2199Conversation
Signed-off-by: Jack Hodgkiss <jack@stackhpc.com>
There was a problem hiding this comment.
Code Review
This pull request updates the version for the Rocky Linux 9 overcloud host image. My review has identified a potential inconsistency between this change and the associated release note. The PR updates a single image, while the release note implies multiple images were rebuilt. Please see the specific comment for details.
| # Overcloud host image versioning tags | ||
| # These images must be in SMS, since they are used by our AIO CI runners | ||
| stackhpc_rocky_9_overcloud_host_image_version: 2025.1-20260206T132408 | ||
| stackhpc_rocky_9_overcloud_host_image_version: 2025.1-20260306T094256 |
There was a problem hiding this comment.
This change introduces a potential inconsistency. The associated release note (releasenotes/notes/host-image-rebuild-957b0a69de1044fc.yaml) states that 'overcloud host images' (plural) have been rebuilt. This suggests that both the Rocky 9 and Ubuntu Noble images should have new versions. However, only the Rocky 9 image version is being updated here. If the Ubuntu image was also rebuilt, its version should be updated as well to ensure consistency.
No description provided.