File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed
ansible/roles/openondemand
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ openondemand_osc_ood_defaults:
102102 ood_auth_openidc : " {{ openondemand_auth_defaults.oidc.ood_auth_openidc if (openondemand_auth | lower) == 'oidc' else none }}"
103103 httpd_auth : " {{ openondemand_auth_defaults[openondemand_auth | lower].httpd_auth }}"
104104
105+ # Use Ark pulp repos by default
106+ ood_use_existing_repo_file : true
107+
105108openondemand_code_server_version : 4.102.2
106109openondemand_rstudio_version : 2025.05.1-513
107110openondemand_matlab_version : ' '
Original file line number Diff line number Diff line change 11---
22# Should be run on compute nodes you want to run the graphical desktop on
3- - name : Enable TurboVNC repo
4- tags : install
5- ansible.builtin.get_url :
6- url : https://raw.githubusercontent.com/TurboVNC/repo/main/TurboVNC.repo
7- dest : /etc/yum.repos.d/TurboVNC.repo
8- mode : " 0644"
9-
103- name : Install EPEL
114 tags : install
125 ansible.builtin.dnf :
Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ dnf_repos_default:
124124 pulp_path : epel/9/Everything/source
125125 pulp_timestamp : 20250923T001717
126126 repo_file : epel
127+ epel-cisco :
128+ ' 9 ' :
129+ pulp_path : openh264/epel/9/x86_64/os/
130+ pulp_timestamp : 20250925T130153
131+ repo_file : openh264
127132 extras :
128133 ' 8.10 ' :
129134 pulp_path : rocky/8.10/extras/x86_64/os
@@ -160,3 +165,20 @@ dnf_repos_default:
160165 pulp_path : grafana/oss/rpm
161166 pulp_timestamp : 20250917T024714
162167 repo_file : grafana
168+ ondemand-web :
169+ ' 8 ' :
170+ pulp_path : ondemand/4.0/web/el8/x86_64/
171+ pulp_timestamp : 20250925T130153
172+ repo_file : ondemand-web
173+ ' 9 ' :
174+ pulp_path : ondemand/4.0/web/el9/x86_64/
175+ pulp_timestamp : 20250925T130153
176+ repo_file : ondemand-web
177+ TurboVNC :
178+ pulp_path : turbovnc/x86_64/
179+ pulp_timestamp : 20251009T091906
180+ repo_file : TurboVNC
181+ TurboVNC-source :
182+ pulp_path : turbovnc/srpms/
183+ pulp_timestamp : 20251009T091906
184+ repo_file : TurboVNC
You can’t perform that action at this time.
0 commit comments