Add Rocky/OEL EL10 nodesets and promote EL10 to default acceptance target#149
Draft
Copilot wants to merge 3 commits into
Draft
Add Rocky/OEL EL10 nodesets and promote EL10 to default acceptance target#149Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Copilot
AI
changed the title
[WIP] Add Rocky and OEL 10 nodesets for acceptance testing
Add Rocky/OEL EL10 nodesets and promote EL10 to default acceptance target
Feb 18, 2026
1e34176 to
9ef1dc8
Compare
Co-authored-by: silug <206992+silug@users.noreply.github.com>
9ef1dc8 to
a2942e5
Compare
- Delete the centos8.yml vagrant nodeset; CentOS 8 was dropped from
operatingsystem_support in 8.0.0.
- Default BEAKER_PUPPET_COLLECTION to openvox8 in every nodeset that was
still defaulting to puppet7 or '~'.
- Replace generic/oracle{8,9,10} (deprecated, and generic/oracle10 does
not exist) with oraclelinux/<N> sourced from oracle.github.io upstream
JSON metadata.
- Normalize vagrant nodeset roles to a single platform tag (el<N>),
with default.yml additionally carrying the Beaker 'default' role.
This also fixes pre-existing role bugs in almalinux10.yml (was 'el9')
and centos10.yml (was 'el8'), and gives rhel8.yml the missing 'el8'
role.
- Note the nodeset/test-infra changes in the existing 8.0.0 CHANGELOG
entry.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There is no rockylinux:N image on Docker Hub — the official Rocky images live at rockylinux/rockylinux:N. The previous references would fail to pull. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
EL10 nodeset coverage was incomplete — Rocky Linux 10 and Oracle Enterprise Linux 10 were missing, and the default acceptance target was still EL8 with
puppet7.New Nodesets
rocky10.yml— Rocky Linux 10 vagrant (rockylinux/10,openvox8)oel10.yml— Oracle Enterprise Linux 10 vagrant (generic/oracle10,openvox8)docker_rocky10.yml— Rocky Linux 10 docker (rockylinux:10,openvox8)docker_oel10.yml— OEL 10 docker (oraclelinux:10,openvox8)Default Nodeset
Promoted from EL8 (CentOS Stream 8 /
puppet7) to EL10 (AlmaLinux 10 /openvox8).GCE family entries are commented out in all EL10 nodesets — no cloud images are currently available for EL10.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.