Skip to content

Commit 15ed0a3

Browse files
authored
Bump RL9.4 repo timestamps to latest snapshots (#497)
* bumped repo timestamps to latest * bump * now performs update in fatimage * bump * bump
1 parent f032ed9 commit 15ed0a3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/fatimage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
matrix: # build RL8, RL9
2424
build:
2525
- image_name: openhpc-RL8
26-
source_image_name: rocky-latest-RL8
27-
inventory_groups: control,compute,login
26+
source_image_name: Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2
27+
inventory_groups: control,compute,login,update
2828
- image_name: openhpc-RL9
29-
source_image_name: rocky-latest-RL9
30-
inventory_groups: control,compute,login
29+
source_image_name: Rocky-9-GenericCloud-Base-9.4-20240523.0.x86_64.qcow2
30+
inventory_groups: control,compute,login,update
3131
env:
3232
ANSIBLE_FORCE_COLOR: True
3333
OS_CLOUD: openstack
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster_image": {
3-
"RL8": "openhpc-RL8-241216-1607-2357a730",
4-
"RL9": "openhpc-RL9-241216-1607-2357a730"
3+
"RL8": "openhpc-RL8-241218-1011-5effb3fa",
4+
"RL9": "openhpc-RL9-241218-1011-5effb3fa"
55
}
66
}

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ appliances_local_users: "{{ appliances_local_users_default + appliances_local_us
8484

8585
appliances_repo_timestamps:
8686
baseos:
87-
'9.4': 20240816T002610
87+
'9.4': 20241115T011711
8888
appstream:
89-
'9.4': 20240816T002610
89+
'9.4': 20241112T003151
9090
crb:
91-
'9.4': 20240816T002610
91+
'9.4': 20241115T003133
9292
extras:
93-
'9.4': 20240816T002610
93+
'9.4': 20241118T002802
9494
epel:
95-
'9': 20240902T080424
95+
'9': 20241213T010218

0 commit comments

Comments
 (0)