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 9494 timeout : 15m
9595 env :
9696 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97+ TRIVY_DB_REPOSITORY : ghcr.io/azimuth-cloud/trivy-db:2
9798
9899 - name : Upload Trivy scan results to GitHub Security tab
99100 uses : github/codeql-action/upload-sarif@v3
@@ -114,3 +115,4 @@ jobs:
114115 timeout : 15m
115116 env :
116117 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 99 path : " {{ item }}"
1010 state : absent
1111 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"
1614 - /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
44# openondemand_dashboard_support_url:
55# openondemand_dashboard_docs_url:
66# 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 11{
22 "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 "
66 }
7- }
7+ }
Original file line number Diff line number Diff line change 2121 version : v3.1.5
2222 - src : https://github.com/stackhpc/ansible-role-os-manila-mount.git
2323 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
2525
2626collections :
2727 - name : containers.podman
You can’t perform that action at this time.
0 commit comments