Skip to content

Commit faa5f77

Browse files
committed
add Open OnDemand repos
1 parent 7d087c1 commit faa5f77

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,13 @@ rpm_package_repos:
435435
short_name: cernvmfs_el8_cfg
436436
sync_group: third_party
437437
distribution_name: cernvmfs-el8-cfg-
438+
# Open Ondemand
439+
- name: Open OnDemand Web Repo - EL8
440+
url: https://yum.osc.edu/ondemand/3.1/web/el8/x86_64
441+
base_path: ondemand_web/EL/8/x86_64/
442+
short_name: ondemand_web_el8
443+
sync_group: third_party
444+
distribution_name: ondemand-web-el8-
438445

439446
# Base Rocky Linux 8.10 repositories (Slurm appliance)
440447
- name: Rocky Linux 8.10 - AppStream
@@ -926,6 +933,13 @@ rpm_package_repos:
926933
short_name: almalinux_9_proxysql_2_7
927934
sync_group: third_party
928935
distribution_name: almalinux-9-proxysql-2.7-
936+
# Open Ondemand
937+
- name: Open OnDemand Web Repo - EL9
938+
url: https://yum.osc.edu/ondemand/3.1/web/el9/x86_64
939+
base_path: ondemand_web/EL/9/x86_64/
940+
short_name: ondemand_web_el9
941+
sync_group: third_party
942+
distribution_name: ondemand-web-el9-
929943

930944
# Default filter string for RPM package repositories.
931945
rpm_package_repo_filter: ""

0 commit comments

Comments
 (0)