File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
inventory/group_vars/openondemand Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 94
94
timeout : 15m
95
95
env :
96
96
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97
+ TRIVY_DB_REPOSITORY : ghcr.io/azimuth-cloud/trivy-db:2
97
98
98
99
- name : Upload Trivy scan results to GitHub Security tab
99
100
uses : github/codeql-action/upload-sarif@v3
@@ -114,3 +115,4 @@ jobs:
114
115
timeout : 15m
115
116
env :
116
117
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
118
+ TRIVY_DB_REPOSITORY : ghcr.io/azimuth-cloud/trivy-db:2
Original file line number Diff line number Diff line change 9
9
path : " {{ item }}"
10
10
state : absent
11
11
with_items :
12
- - /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.7-1/gems/bootstrap_form-2.7.0/test/dummy/Gemfile.lock
13
- - /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.9-1/gems/bootstrap_form-2.7.0/test/dummy/Gemfile.lock
14
- - /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.7-1/gems/bootstrap_form-4.5.0/demo/yarn.lock
15
- - /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.9-1/gems/bootstrap_form-4.5.0/demo/yarn.lock
12
+ - " /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/{{ ondemand_package_version }}-1/gems/bootstrap_form-2.7.0/test/dummy/Gemfile.lock"
13
+ - " /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/{{ ondemand_package_version }}-1/gems/bootstrap_form-4.5.0/demo/yarn.lock"
16
14
- /var/www/ood/apps/sys/dashboard/node_modules/data-confirm-modal/Gemfile.lock
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ openondemand_desktop_partition: standard
4
4
# openondemand_dashboard_support_url:
5
5
# openondemand_dashboard_docs_url:
6
6
# openondemand_filesapp_paths:
7
+ ondemand_package : ondemand-"{{ ondemand_package_version }}"
8
+ ondemand_package_version : ' 3.1.10'
Original file line number Diff line number Diff line change 1
1
{
2
2
"cluster_image" : {
3
- "RL8" : " openhpc-RL8-241024-1439-177083b1 " ,
4
- "RL9" : " openhpc-RL9-241024-1438-177083b1 " ,
5
- "RL9-cuda" : " openhpc-cuda-RL9-241024-1628-177083b1 "
3
+ "RL8" : " openhpc-RL8-241114-1531-6f0a3a02 " ,
4
+ "RL9" : " openhpc-RL9-241114-1531-6f0a3a02 " ,
5
+ "RL9-cuda" : " openhpc-cuda-RL9-241114-1531-6f0a3a02 "
6
6
}
7
- }
7
+ }
Original file line number Diff line number Diff line change 21
21
version : v3.1.5
22
22
- src : https://github.com/stackhpc/ansible-role-os-manila-mount.git
23
23
name : stackhpc.os-manila-mount
24
- version : v24.5.1 # Support ceph quincy for RL9
24
+ version : v24.11.0 # Support ceph quincy for RL9
25
25
26
26
collections :
27
27
- name : containers.podman
You can’t perform that action at this time.
0 commit comments