Skip to content

Commit a8f87fe

Browse files
authored
Upgrade RL8 ceph to quincy + trivy rate limit and OOD false positives fix (#477)
* bumped os-manilla-mount to test branch * bump images * bumped role to new release * trivy now uses mirrored db * pinned ood fatimage version * bump images * fixed trivy ratelimiting
1 parent a03d9f1 commit a8f87fe

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/workflows/trivyscan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
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

environments/.stackhpc/hooks/post.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
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

environments/.stackhpc/inventory/group_vars/openondemand/overrides.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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+
}

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ roles:
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

2626
collections:
2727
- name: containers.podman

0 commit comments

Comments
 (0)