Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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-241217-1341-eeb88386",
"RL9": "openhpc-RL9-241217-1341-eeb88386"
}
}
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