Skip to content

Commit

Permalink
CASMCMS-9101: Increase cfs-trust resiliency to network issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Aug 22, 2024
1 parent e77e965 commit c12e1d4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
8 changes: 4 additions & 4 deletions assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@ KERNEL_VERSION='5.14.21-150500.55.65-default'
KERNEL_DEFAULT_DEBUGINFO_VERSION="${KERNEL_VERSION//-default/}.1"

# The image ID may not always match the other images and should be defined individually.
KUBERNETES_IMAGE_ID=6.1.100
KUBERNETES_IMAGE_ID=6.2.3
KUBERNETES_ASSETS=(
"https://artifactory.algol60.net/artifactory/csm-images/stable/kubernetes/${KUBERNETES_IMAGE_ID}/kubernetes-${KUBERNETES_IMAGE_ID}-${NCN_ARCH}.squashfs"
"https://artifactory.algol60.net/artifactory/csm-images/stable/kubernetes/${KUBERNETES_IMAGE_ID}/${KERNEL_VERSION}-${KUBERNETES_IMAGE_ID}-${NCN_ARCH}.kernel"
"https://artifactory.algol60.net/artifactory/csm-images/stable/kubernetes/${KUBERNETES_IMAGE_ID}/initrd.img-${KUBERNETES_IMAGE_ID}-${NCN_ARCH}.xz"
)

# The image ID may not always match the other images and should be defined individually.
PIT_IMAGE_ID=6.1.100
PIT_IMAGE_ID=6.2.3
PIT_ASSETS=(
"https://artifactory.algol60.net/artifactory/csm-images/stable/pre-install-toolkit/${PIT_IMAGE_ID}/pre-install-toolkit-${PIT_IMAGE_ID}-${NCN_ARCH}.iso"
)

# The image ID may not always match the other images and should be defined individually.
STORAGE_CEPH_IMAGE_ID=6.1.100
STORAGE_CEPH_IMAGE_ID=6.2.3
STORAGE_CEPH_ASSETS=(
"https://artifactory.algol60.net/artifactory/csm-images/stable/storage-ceph/${STORAGE_CEPH_IMAGE_ID}/storage-ceph-${STORAGE_CEPH_IMAGE_ID}-${NCN_ARCH}.squashfs"
"https://artifactory.algol60.net/artifactory/csm-images/stable/storage-ceph/${STORAGE_CEPH_IMAGE_ID}/${KERNEL_VERSION}-${STORAGE_CEPH_IMAGE_ID}-${NCN_ARCH}.kernel"
"https://artifactory.algol60.net/artifactory/csm-images/stable/storage-ceph/${STORAGE_CEPH_IMAGE_ID}/initrd.img-${STORAGE_CEPH_IMAGE_ID}-${NCN_ARCH}.xz"
)

# The image ID may not always match the other images and should be defined individually.
COMPUTE_IMAGE_ID=6.1.100
COMPUTE_IMAGE_ID=6.2.3
for arch in "${CN_ARCH[@]}"; do
eval "COMPUTE_${arch}_ASSETS"=\( \
"https://artifactory.algol60.net/artifactory/csm-images/stable/compute/${COMPUTE_IMAGE_ID}/compute-${COMPUTE_IMAGE_ID}-${arch}.squashfs" \
Expand Down
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
14 changes: 10 additions & 4 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-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

0 comments on commit c12e1d4

Please sign in to comment.