File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,13 @@ stackhpc_pulp_repo_treasuredata_4_version: 20220823T042339
21
21
stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20220804T040153
22
22
stackhpc_pulp_repo_ubuntu_focal_security_version : 20220804T040153
23
23
stackhpc_pulp_repo_ubuntu_focal_version : 20220804T040153
24
- stackhpc_pulp_repo_rocky_8_6_appstream_version : " 20220606T111205"
25
- stackhpc_pulp_repo_rocky_8_6_baseos_version : " 20220606T111205"
26
- stackhpc_pulp_repo_rocky_8_6_extras_version : " 20220606T111205"
27
- stackhpc_pulp_repo_rocky_8_6_nfv_version : " 20220606T111205"
28
- stackhpc_pulp_repo_rocky_8_6_powertools_version : " 20220606T111205"
24
+ stackhpc_pulp_repo_rocky_8_6_appstream_version : 20220606T111205
25
+ stackhpc_pulp_repo_rocky_8_6_baseos_version : 20220606T111205
26
+ stackhpc_pulp_repo_rocky_8_6_extras_version : 20220606T111205
27
+ stackhpc_pulp_repo_rocky_8_6_nfv_version : 20220606T111205
28
+ stackhpc_pulp_repo_rocky_8_6_powertools_version : 20220606T111205
29
+ stackhpc_pulp_repo_rocky_8_7_appstream_version : 20221201T192704
30
+ stackhpc_pulp_repo_rocky_8_7_baseos_version : 20221202T032715
31
+ stackhpc_pulp_repo_rocky_8_7_extras_version : 20221201T192704
32
+ stackhpc_pulp_repo_rocky_8_7_nfv_version : 20221202T032715
33
+ stackhpc_pulp_repo_rocky_8_7_powertools_version : 20221202T032715
Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ stackhpc_pulp_sync_centos_stream8: "{{ os_distribution == 'centos' }}"
179
179
180
180
# Whether to sync Rocky Linux 8 packages.
181
181
stackhpc_pulp_sync_rocky_8 : " {{ os_distribution == 'rocky' }}"
182
- # Rocky 8 minor version number. Supported values: 6.
183
- stackhpc_pulp_repo_rocky_8_minor_version : 6
182
+ # Rocky 8 minor version number. Supported values: 6, 7
183
+ stackhpc_pulp_repo_rocky_8_minor_version : 7
184
184
# Rocky 8 Snapshot versions. The defaults use the appropriate version from
185
185
# pulp-repo-versions.yml for the selected minor release.
186
186
stackhpc_pulp_repo_rocky_8_appstream_version : " {{ lookup('vars', 'stackhpc_pulp_repo_rocky_8_%s_appstream_version' % stackhpc_pulp_repo_rocky_8_minor_version) }}"
You can’t perform that action at this time.
0 commit comments