-
Notifications
You must be signed in to change notification settings - Fork 38
Update DNF packages & upgrade to Rocky Linux 9.7 #858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
elelaysh
wants to merge
19
commits into
main
Choose a base branch
from
upgrade-rocky-9.7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+139
−83
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f1b6bf0
latest_timestamps.py: show url and status on failure
elelaysh 2b150cc
dnf_repo_timestamps.yml: sort
elelaysh 972cacd
dnf_repo_timestamps.yml: update existing timestamps
elelaysh e71a638
dnf_repo_timestamps.yml: rocky 9.7
elelaysh bd1287d
Apply suggestions from code review
elelaysh 870d7fc
fixed epel source timestamps
elelaysh 032b642
updated timestamps
elelaysh 868bef3
comment about running locally
elelaysh 1b5d42a
match source repo path in https://github.com/stackhpc/stackhpc-releas…
sjpb ccd2f9e
update repo timestamps
elelaysh f6c7e28
bump ci images
elelaysh 05429a8
bump baseimage for openhpc-RL9
elelaysh 03f7b5a
bump RL9 fatimage
elelaysh edb00b9
update repo timestamps
elelaysh 610949f
TMP? Fix RL8 fatimage build on SMS cloud
elelaysh baf8e4c
fatimage with Today's latest timestamps
elelaysh 7e4271f
doca: fix repo url starting with 3.2.0
elelaysh b4c64c4
doca 3.2.1 for RL 9.7
elelaysh 1dca6bc
packer: show ssh command to builder vm
elelaysh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| --- | ||
|
|
||
| doca_version: "2.9.3" # 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates | ||
| # 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates: | ||
| # https://docs.nvidia.com/doca/archive/2-9-3/changes+and+new+features/index.html | ||
| # DOCA 2.9.3 has not been released for rhel 9.7 yet (as of 2025-12-18). | ||
| # DOCA 3.2.0 is compatible with rhel 9 but lists Connectx-4 lx as supported but not ConnectX-4: | ||
| # https://docs.nvidia.com/doca/sdk/general-support/index.html#src-4413883949_id-.GeneralSupportv3.2.0LC-SupportedPlatformsandNICFirmwareVersions | ||
| doca_version: "{{ ansible_distribution_version is version('9.7', '>=') | ternary('3.2.1', '2.9.3') }}" | ||
| doca_profile: doca-ofed | ||
| doca_repo_url: "https://linux.mellanox.com/public/repo/doca/{{ doca_version }}/rhel{{ ansible_distribution_version }}/{{ ansible_architecture }}/" | ||
| doca_distribution: "{{ doca_version is version('3.2.0', '>=') | ternary(ansible_distribution_major_version, ansible_distribution_version) }}" | ||
| doca_repo_url: "https://linux.mellanox.com/public/repo/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "cluster_image": { | ||
| "RL8": "openhpc-RL8-251213-1133-31273766", | ||
| "RL9": "openhpc-RL9-251213-1133-31273766" | ||
| "RL8": "openhpc-RL8-251218-1351-610949fc", | ||
| "RL9": "openhpc-RL9-251218-1351-610949fc" | ||
| } | ||
| } |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.