Skip to content

Commit 1b564ce

Browse files
committed
move openhpc repos up a level and use https for all
1 parent 9cc1621 commit 1b564ce

File tree

1 file changed

+21
-46
lines changed

1 file changed

+21
-46
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 21 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ deb_package_repos_filtered: "{{ deb_package_repos | select_repos(deb_package_rep
166166
# List of RPM package repositories.
167167
# Each item is a dict with the following items:
168168
# name: Repository name.
169-
# url: URL of upstream package mirror.
169+
# url: URL of upstream package mirror, to the level which contains repodata/
170170
# policy: Policy for upstream remote. Optional.
171171
# sync_policy: Sync policy for upstream remote. Optional.
172172
# base_path: Base path prefix for distributions.
@@ -254,30 +254,18 @@ rpm_package_repos:
254254
sync_group: third_party
255255
distribution_name: treasuredata-4-
256256
# OpenHPC v2 for RockyLinux 8
257-
- name: OpenHPC-2 - Base - x86_64
258-
url: http://repos.openhpc.community/OpenHPC/2/EL_8/x86_64
259-
base_path: OpenHPC/2/EL_8/x86_64/
260-
short_name: openhpc_2_x86_64
261-
sync_group: third_party
262-
distribution_name: openhpc-2-x86_64-
263-
- name: OpenHPC-2 - Base - noarch
264-
url: http://repos.openhpc.community/OpenHPC/2/EL_8/noarch
265-
base_path: OpenHPC/2/EL_8/noarch/
266-
short_name: openhpc_2_noarch
267-
sync_group: third_party
268-
distribution_name: openhpc-2-noarch-
269-
- name: OpenHPC-2 - Updates - x86_64
270-
url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8/x86_64
271-
base_path: OpenHPC/2/updates/EL_8/x86_64/
272-
short_name: openhpc_2_updates_x86_64
257+
- name: OpenHPC-2 - Base
258+
url: https://repos.openhpc.community/OpenHPC/2/EL_8
259+
base_path: OpenHPC/2/EL_8/
260+
short_name: openhpc_2
273261
sync_group: third_party
274-
distribution_name: openhpc-2-updates-x86_64-
275-
- name: OpenHPC-2 - Updates - noarch
276-
url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8/noarch
277-
base_path: OpenHPC/2/updates/EL_8/noarch/
278-
short_name: openhpc_2_updates_noarch
262+
distribution_name: openhpc-2-
263+
- name: OpenHPC-2 - Updates
264+
url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8
265+
base_path: OpenHPC/2/updates/EL_8/
266+
short_name: openhpc_2_updates
279267
sync_group: third_party
280-
distribution_name: openhpc-2-updates-noarch-
268+
distribution_name: openhpc-2-updates-
281269

282270
# Base Rocky Linux 9.5 repositories
283271
- name: Rocky Linux 9.5 - AppStream
@@ -618,31 +606,18 @@ rpm_package_repos:
618606
sync_group: third_party
619607
distribution_name: doca-2.9.1-rhel9.5-
620608
# OpenHPC v3 for RockyLinux 9
621-
- name: OpenHPC-3 - Base - x86_64
622-
url: http://repos.openhpc.community/OpenHPC/3/EL_9/x86_64
623-
base_path: OpenHPC/3/EL_9/x86_64/
624-
short_name: openhpc_3_x86_64
609+
- name: OpenHPC-3 - Base
610+
url: https://repos.openhpc.community/OpenHPC/3/EL_9
611+
base_path: OpenHPC/3/EL_9/
612+
short_name: openhpc_3
625613
sync_group: third_party
626-
distribution_name: openhpc-3-x86_64-
627-
- name: OpenHPC-3 - Base - noarch
628-
url: http://repos.openhpc.community/OpenHPC/3/EL_9/noarch
629-
base_path: OpenHPC/3/EL_9/noarch/
630-
short_name: openhpc_3_noarch
614+
distribution_name: openhpc-3-
615+
- name: OpenHPC-3 - Updates
616+
url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9
617+
base_path: OpenHPC/3/updates/EL_9/
618+
short_name: openhpc_3_updates
631619
sync_group: third_party
632-
distribution_name: openhpc-2-noarch-
633-
- name: OpenHPC-3 - Updates - x86_64
634-
url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9/x86_64
635-
base_path: OpenHPC/3/updates/EL_9/x86_64/
636-
short_name: openhpc_3_updates_x86_64
637-
sync_group: third_party
638-
distribution_name: openhpc-3-updates-x86_64-
639-
- name: OpenHPC-updates - noarch
640-
url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9/noarch
641-
base_path: OpenHPC/3/updates/EL_9/noarch/
642-
short_name: openhpc_3_updates_noarch
643-
sync_group: third_party
644-
distribution_name: openhpc-3-updates-noarch-
645-
620+
distribution_name: openhpc-3-updates-
646621

647622
# Default filter string for RPM package repositories.
648623
rpm_package_repo_filter: ""

0 commit comments

Comments
 (0)