Skip to content

Upgrade RL8 ceph to quincy + trivy rate limit and OOD false positives fix #477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/trivyscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
timeout: 15m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRIVY_DB_REPOSITORY: ghcr.io/azimuth-cloud/trivy-db:2

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand All @@ -114,3 +115,4 @@ jobs:
timeout: 15m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRIVY_DB_REPOSITORY: ghcr.io/azimuth-cloud/trivy-db:2
6 changes: 2 additions & 4 deletions environments/.stackhpc/hooks/post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
path: "{{ item }}"
state: absent
with_items:
- /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.7-1/gems/bootstrap_form-2.7.0/test/dummy/Gemfile.lock
- /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.9-1/gems/bootstrap_form-2.7.0/test/dummy/Gemfile.lock
- /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.7-1/gems/bootstrap_form-4.5.0/demo/yarn.lock
- /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.9-1/gems/bootstrap_form-4.5.0/demo/yarn.lock
- "/opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/{{ ondemand_package_version }}-1/gems/bootstrap_form-2.7.0/test/dummy/Gemfile.lock"
- "/opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/{{ ondemand_package_version }}-1/gems/bootstrap_form-4.5.0/demo/yarn.lock"
- /var/www/ood/apps/sys/dashboard/node_modules/data-confirm-modal/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ openondemand_desktop_partition: standard
#openondemand_dashboard_support_url:
#openondemand_dashboard_docs_url:
#openondemand_filesapp_paths:
ondemand_package: ondemand-"{{ ondemand_package_version }}"
ondemand_package_version: '3.1.10'
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cluster_image": {
"RL8": "openhpc-RL8-241024-1439-177083b1",
"RL9": "openhpc-RL9-241024-1438-177083b1",
"RL9-cuda": "openhpc-cuda-RL9-241024-1628-177083b1"
"RL8": "openhpc-RL8-241114-1531-6f0a3a02",
"RL9": "openhpc-RL9-241114-1531-6f0a3a02",
"RL9-cuda": "openhpc-cuda-RL9-241114-1531-6f0a3a02"
}
}
}
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ roles:
version: v3.1.5
- src: https://github.com/stackhpc/ansible-role-os-manila-mount.git
name: stackhpc.os-manila-mount
version: v24.5.1 # Support ceph quincy for RL9
version: v24.11.0 # Support ceph quincy for RL9

collections:
- name: containers.podman
Expand Down
Loading