Skip to content

Commit 03f291e

Browse files
authored
Merge pull request #361 from stackhpc/rocky-8.9
Added Rocky 8.10 Repos
2 parents b9e791a + 6d1a366 commit 03f291e

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,34 @@ rpm_package_repos:
254254
sync_group: third_party
255255
distribution_name: treasuredata-4-
256256

257+
# Base Rocky Linux 8.10 repositories (Slurm appliance)
258+
- name: Rocky Linux 8.10 - AppStream
259+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-8.10&arch=x86_64&country=NL
260+
base_path: rocky/8.10/AppStream/x86_64/os/
261+
short_name: rocky_8_10_appstream
262+
sync_group: rocky_8
263+
distribution_name: rocky-8.10-appstream-
264+
- name: Rocky Linux 8.10 - BaseOS
265+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-8.10&arch=x86_64&country=NL
266+
base_path: rocky/8.10/BaseOS/x86_64/os/
267+
short_name: rocky_8_10_baseos
268+
sync_group: rocky_8
269+
distribution_name: rocky-8.10-baseos-
270+
- name: Rocky Linux 8.10 - Extras
271+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-8.10&arch=x86_64&country=NL
272+
base_path: rocky/8.10/extras/x86_64/os/
273+
short_name: rocky_8_10_extras
274+
sync_group: rocky_8
275+
distribution_name: rocky-8.10-extras-
276+
277+
# Additional Rocky Linux 8.10 repositories (Slurm appliance)
278+
- name: Rocky Linux 8.10 - PowerTools
279+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-PowerTools-8.10&arch=x86_64&country=NL
280+
base_path: rocky/8.10/PowerTools/x86_64/os/
281+
short_name: rocky_8_10_powertools
282+
sync_group: rocky_8
283+
distribution_name: rocky-8.10-powertools-
284+
257285
# Base Rocky Linux 9.5 repositories
258286
- name: Rocky Linux 9.5 - AppStream
259287
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-9.5&arch=x86_64&country=NL&protocol=https

ansible/inventory/group_vars/all/package-repos-deprecated

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,38 @@ deprecated_rpm_package_repos:
374374
distribution_name: rocky-8.8-highavailability-
375375
sync: false
376376

377+
# Base Rocky Linux 8.9 repositories (Slurm appliance)
378+
- name: Rocky Linux 8.9 - AppStream
379+
url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/AppStream/x86_64/os/
380+
base_path: rocky/8.9/AppStream/x86_64/os/
381+
short_name: rocky_8_9_appstream
382+
sync_group: rocky_8
383+
sync: false
384+
distribution_name: rocky-8.9-appstream-
385+
- name: Rocky Linux 8.9 - BaseOS
386+
url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/BaseOS/x86_64/os/
387+
base_path: rocky/8.9/BaseOS/x86_64/os/
388+
short_name: rocky_8_9_baseos
389+
sync_group: rocky_8
390+
distribution_name: rocky-8.9-baseos-
391+
sync: false
392+
- name: Rocky Linux 8.9 - Extras
393+
url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/extras/x86_64/os/
394+
base_path: rocky/8.9/extras/x86_64/os/
395+
short_name: rocky_8_9_extras
396+
sync_group: rocky_8
397+
distribution_name: rocky-8.9-extras-
398+
sync: false
399+
400+
# Additional Rocky Linux 8.9 repositories (Slurm appliance)
401+
- name: Rocky Linux 8.9 - PowerTools
402+
url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/PowerTools/x86_64/os/
403+
base_path: rocky/8.9/PowerTools/x86_64/os/
404+
short_name: rocky_8_9_powertools
405+
sync_group: rocky_8
406+
distribution_name: rocky-8.9-powertools-
407+
sync: false
408+
377409
# MLNX OFED 5.6-1.0.3.3 RHEL 8.6 repository
378410
- name: Mellanox Technologies mlnx_ofed 5.6-1.0.3.3
379411
url: https://linux.mellanox.com/public/repo/mlnx_ofed/5.6-1.0.3.3/rhel8.6/x86_64/

0 commit comments

Comments
 (0)