Skip to content

Bump RL9.4 repo timestamps to latest snapshots #497

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

Merged
merged 8 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
matrix: # build RL8, RL9
build:
- image_name: openhpc-RL8
source_image_name: rocky-latest-RL8
inventory_groups: control,compute,login
source_image_name: Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2
inventory_groups: control,compute,login,update
- image_name: openhpc-RL9
source_image_name: rocky-latest-RL9
inventory_groups: control,compute,login
source_image_name: Rocky-9-GenericCloud-Base-9.4-20240523.0.x86_64.qcow2
inventory_groups: control,compute,login,update
env:
ANSIBLE_FORCE_COLOR: True
OS_CLOUD: openstack
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cluster_image": {
"RL8": "openhpc-RL8-241216-1607-2357a730",
"RL9": "openhpc-RL9-241216-1607-2357a730"
"RL8": "openhpc-RL8-241218-1011-5effb3fa",
"RL9": "openhpc-RL9-241218-1011-5effb3fa"
}
}
10 changes: 5 additions & 5 deletions environments/common/inventory/group_vars/all/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ appliances_local_users: "{{ appliances_local_users_default + appliances_local_us

appliances_repo_timestamps:
baseos:
'9.4': 20240816T002610
'9.4': 20241115T011711
appstream:
'9.4': 20240816T002610
'9.4': 20241112T003151
crb:
'9.4': 20240816T002610
'9.4': 20241115T003133
extras:
'9.4': 20240816T002610
'9.4': 20241118T002802
epel:
'9': 20240902T080424
'9': 20241213T010218
Loading