Switch to CentOS Stream 10 IPA images on Rocky 10 - #2487
Merged
Conversation
CentOS Stream 10 IPA images are now working - image building workflow has been updated to enable building images and pulp tags and IPA pulp tag selection updated to make use of these new images rather than CentOS Stream 9 images as are currently used. IPA images built on Rocky 10 are still a WIP - ironic-python-agent-builder doesn't support yet.
📝 WalkthroughWalkthroughChangesRocky Linux 10 IPA images
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant Operator
participant BuildWorkflow as ipa-image-build.yml
participant Builder as Terraform builder VM
participant Pulp
participant PromoteWorkflow as ipa-image-promote.yml
participant Kayobe as pulp-artifact-promote.yml
Operator->>BuildWorkflow: Select Rocky Linux 10 architecture
BuildWorkflow->>Builder: Create fixed Ubuntu 24.04 builder
Builder->>Builder: Install Docker, containerd, and Buildx
BuildWorkflow->>Builder: Build Rocky Linux 10 IPA image
Builder->>Pulp: Upload image artifacts and logs
Operator->>PromoteWorkflow: Select Rocky Linux 10 architecture
PromoteWorkflow->>Kayobe: Promote the Rocky Linux 10 artifact
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@etc/kayobe/pulp-ipa-image-versions.yml`:
- Around line 5-6: Disable Rocky 10 IPA artifacts until
ironic-python-agent-builder supports them: remove or unset the Rocky 10 usable
version tags in etc/kayobe/pulp-ipa-image-versions.yml (lines 5-6), retain the
Rocky 10-to-9 fallback in etc/kayobe/stackhpc-ipa-images.yml (lines 19-27),
update the release note in
releasenotes/notes/centos-stream-10-ipa-dde5cf23f432b541.yaml (lines 4-6) to
state the upstream limitation, and default the Rocky 10 build and promotion
inputs to false in .github/workflows/ipa-image-build.yml (lines 14-21) and
.github/workflows/ipa-image-promote.yml (lines 14-21).
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: c472c071-62ce-4c91-b511-11e38b2a9084
📒 Files selected for processing (5)
.github/workflows/ipa-image-build.yml.github/workflows/ipa-image-promote.ymletc/kayobe/pulp-ipa-image-versions.ymletc/kayobe/stackhpc-ipa-images.ymlreleasenotes/notes/centos-stream-10-ipa-dde5cf23f432b541.yaml
Alex-Welsh
approved these changes
Aug 6, 2026
This was referenced Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CentOS Stream 10 IPA images are now working - image building workflow has been updated to enable building images and pulp tags and IPA pulp tag selection updated to make use of these new images rather than CentOS Stream 9 images as are currently used.
IPA images built on Rocky 10 are still a WIP - ironic-python-agent-builder doesn't support yet.
Summary by CodeRabbit