Skip to content
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

CASMCMS-9101/CASMCMS-9113: Increase cfs-trust & cfs-state-reporter resiliency to network issues #3588

Merged
merged 3 commits into from
Aug 22, 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
5 changes: 3 additions & 2 deletions manifests/sysmgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
namespace: services
- name: cfs-trust
source: csm-algol60
version: 1.7.1
version: 1.7.3
namespace: services
- name: cms-ipxe
source: csm-algol60
Expand Down Expand Up @@ -230,8 +230,9 @@ spec:

- name: csm-ssh-keys
source: csm-algol60
version: 1.6.1
version: 1.6.2
namespace: services

- name: gitea
source: csm-algol60
version: 2.7.0
Expand Down
16 changes: 11 additions & 5 deletions rpm/cray/csm/noos/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ https://artifactory.algol60.net/artifactory/csm-rpms/hpe/stable/noos/:
rpms:
- acpid-2.0.31-2.1.aarch64
- acpid-2.0.31-2.1.x86_64
- bos-reporter-2.25.0-1.noarch
- bos-reporter-2.26.0-1.noarch
- cani-0.4.0-1.x86_64
- canu-1.9.2-1.x86_64
- cf-ca-cert-config-framework-2.7.1-1.noarch
- cfs-state-reporter-1.11.0-1.noarch
- cfs-trust-1.7.1-1.noarch
- cfs-state-reporter-1.12.0-1.noarch
- cfs-trust-1.7.3-1.noarch
- cray-cmstools-crayctldeploy-1.22.0-1.x86_64
- cray-site-init-1.35.4-1.x86_64
- cray-uai-util-2.2.1-1.noarch
Expand All @@ -41,8 +41,8 @@ https://artifactory.algol60.net/artifactory/csm-rpms/hpe/stable/noos/:
- csm-node-heartbeat-2.6-1.aarch64
- csm-node-heartbeat-2.6-1.x86_64
- csm-node-identity-1.0.22-1.noarch
- csm-ssh-keys-1.6.1-1.noarch
- csm-ssh-keys-roles-1.6.1-1.noarch
- csm-ssh-keys-1.6.2-1.noarch
- csm-ssh-keys-roles-1.6.2-1.noarch
- goss-servers-1.17.29-1.noarch
- csm-testing-1.17.29-1.noarch
- hpe-csm-goss-package-0.3.21-hpe4.x86_64
Expand All @@ -58,6 +58,12 @@ https://artifactory.algol60.net/artifactory/csm-rpms/hpe/stable/noos/:
- metal-nexus-1.3.0-3.38.0_1.x86_64
- metal-observability-1.0.9-1.x86_64
- platform-utils-1.6.10-1.noarch
- python3-liveness-1.4.3-1.noarch
- python3-requests-retry-session-0.1.5-1.noarch
- python310-requests-retry-session-0.1.5-1.noarch
- python311-requests-retry-session-0.1.5-1.noarch
- python312-requests-retry-session-0.1.5-1.noarch
- python39-requests-retry-session-0.1.5-1.noarch
- smart-mon-1.0.3-1.noarch
- spire-agent-1.5.5-1.10.aarch64
- spire-agent-1.5.5-1.10.x86_64
Expand Down