Skip to content

Commit 51978ad

Browse files
authored
Merge pull request #304 from stackhpc/rl9-4
Stop syncing RL 9.3, start syncing 9.4
2 parents 1a3fd38 + f2e7fcc commit 51978ad

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,16 +603,19 @@ rpm_package_repos:
603603
base_path: rocky/9.3/AppStream/x86_64/os/
604604
short_name: rocky_9_3_appstream
605605
distribution_name: rocky-9.3-appstream-
606+
sync: false
606607
- name: Rocky Linux 9.3 - BaseOS
607608
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-9.3&arch=x86_64&country=NL
608609
base_path: rocky/9.3/BaseOS/x86_64/os/
609610
short_name: rocky_9_3_baseos
610611
distribution_name: rocky-9.3-baseos-
612+
sync: false
611613
- name: Rocky Linux 9.3 - Extras
612614
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-9.3&arch=x86_64&country=NL
613615
base_path: rocky/9.3/extras/x86_64/os/
614616
short_name: rocky_9_3_extras
615617
distribution_name: rocky-9.3-extras-
618+
sync: false
616619

617620
# Additional Rocky Linux 9.3 repositories
618621
# No advanced virt, Ceph or OpenStack
@@ -621,11 +624,48 @@ rpm_package_repos:
621624
base_path: rocky/9.3/CRB/x86_64/os/
622625
short_name: rocky_9_3_crb
623626
distribution_name: rocky-9.3-crb-
627+
sync: false
624628
- name: Rocky Linux 9.3 - HighAvailability
625629
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-HighAvailability-9.3&arch=x86_64&country=NL
626630
base_path: rocky/9.3/highavailability/x86_64/os/
627631
short_name: rocky_9_3_highavailability
628632
distribution_name: rocky-9.3-highavailability-
633+
sync: false
634+
635+
# Base Rocky Linux 9.4 repositories
636+
- name: Rocky Linux 9.4 - AppStream
637+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-9.4&arch=x86_64&country=NL
638+
base_path: rocky/9.4/AppStream/x86_64/os/
639+
short_name: rocky_9_4_appstream
640+
distribution_name: rocky-9.4-appstream-
641+
sync: false
642+
- name: Rocky Linux 9.4 - BaseOS
643+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-9.4&arch=x86_64&country=NL
644+
base_path: rocky/9.4/BaseOS/x86_64/os/
645+
short_name: rocky_9_4_baseos
646+
distribution_name: rocky-9.4-baseos-
647+
sync: false
648+
- name: Rocky Linux 9.4 - Extras
649+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-9.4&arch=x86_64&country=NL
650+
base_path: rocky/9.4/extras/x86_64/os/
651+
short_name: rocky_9_4_extras
652+
distribution_name: rocky-9.4-extras-
653+
sync: false
654+
655+
# Additional Rocky Linux 9.4 repositories
656+
# No advanced virt, Ceph or OpenStack
657+
- name: Rocky Linux 9.4 - CRB
658+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-CRB-9.4&arch=x86_64&country=NL
659+
base_path: rocky/9.4/CRB/x86_64/os/
660+
short_name: rocky_9_4_crb
661+
distribution_name: rocky-9.4-crb-
662+
sync: false
663+
- name: Rocky Linux 9.4 - HighAvailability
664+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-HighAvailability-9.4&arch=x86_64&country=NL
665+
base_path: rocky/9.4/highavailability/x86_64/os/
666+
short_name: rocky_9_4_highavailability
667+
distribution_name: rocky-9.4-highavailability-
668+
sync: false
629669

630670
# Additional CentOS Stream 9 repositories
631671
# NFV OpenvSwitch for CentOS Stream 9

0 commit comments

Comments
 (0)