Skip to content

Commit

Permalink
Merge pull request #304 from stackhpc/rl9-4
Browse files Browse the repository at this point in the history
Stop syncing RL 9.3, start syncing 9.4
  • Loading branch information
Alex-Welsh authored May 13, 2024
2 parents 1a3fd38 + f2e7fcc commit 51978ad
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -603,16 +603,19 @@ rpm_package_repos:
base_path: rocky/9.3/AppStream/x86_64/os/
short_name: rocky_9_3_appstream
distribution_name: rocky-9.3-appstream-
sync: false
- name: Rocky Linux 9.3 - BaseOS
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-9.3&arch=x86_64&country=NL
base_path: rocky/9.3/BaseOS/x86_64/os/
short_name: rocky_9_3_baseos
distribution_name: rocky-9.3-baseos-
sync: false
- name: Rocky Linux 9.3 - Extras
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-9.3&arch=x86_64&country=NL
base_path: rocky/9.3/extras/x86_64/os/
short_name: rocky_9_3_extras
distribution_name: rocky-9.3-extras-
sync: false

# Additional Rocky Linux 9.3 repositories
# No advanced virt, Ceph or OpenStack
Expand All @@ -621,11 +624,48 @@ rpm_package_repos:
base_path: rocky/9.3/CRB/x86_64/os/
short_name: rocky_9_3_crb
distribution_name: rocky-9.3-crb-
sync: false
- name: Rocky Linux 9.3 - HighAvailability
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-HighAvailability-9.3&arch=x86_64&country=NL
base_path: rocky/9.3/highavailability/x86_64/os/
short_name: rocky_9_3_highavailability
distribution_name: rocky-9.3-highavailability-
sync: false

# Base Rocky Linux 9.4 repositories
- name: Rocky Linux 9.4 - AppStream
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-9.4&arch=x86_64&country=NL
base_path: rocky/9.4/AppStream/x86_64/os/
short_name: rocky_9_4_appstream
distribution_name: rocky-9.4-appstream-
sync: false
- name: Rocky Linux 9.4 - BaseOS
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-9.4&arch=x86_64&country=NL
base_path: rocky/9.4/BaseOS/x86_64/os/
short_name: rocky_9_4_baseos
distribution_name: rocky-9.4-baseos-
sync: false
- name: Rocky Linux 9.4 - Extras
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-9.4&arch=x86_64&country=NL
base_path: rocky/9.4/extras/x86_64/os/
short_name: rocky_9_4_extras
distribution_name: rocky-9.4-extras-
sync: false

# Additional Rocky Linux 9.4 repositories
# No advanced virt, Ceph or OpenStack
- name: Rocky Linux 9.4 - CRB
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-CRB-9.4&arch=x86_64&country=NL
base_path: rocky/9.4/CRB/x86_64/os/
short_name: rocky_9_4_crb
distribution_name: rocky-9.4-crb-
sync: false
- name: Rocky Linux 9.4 - HighAvailability
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-HighAvailability-9.4&arch=x86_64&country=NL
base_path: rocky/9.4/highavailability/x86_64/os/
short_name: rocky_9_4_highavailability
distribution_name: rocky-9.4-highavailability-
sync: false

# Additional CentOS Stream 9 repositories
# NFV OpenvSwitch for CentOS Stream 9
Expand Down

0 comments on commit 51978ad

Please sign in to comment.