Skip to content

Commit

Permalink
Merge pull request #3605 from Cray-HPE/MTL-2457-kernel
Browse files Browse the repository at this point in the history
MTL-2457 New Kernel
  • Loading branch information
rustydb authored Aug 26, 2024
2 parents b645191 + abf919e commit 061cdf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ NCN_ARCH='x86_64'
CN_ARCH=("x86_64")

# All images must use the same, exact kernel version.
KERNEL_VERSION='6.4.0-150600.23.7.4.28314.3.PTF.1215587-default'
KERNEL_VERSION='6.4.0-150600.23.17-default'
# NOTE: The kernel-default-debuginfo package version needs to be aligned
# to the KERNEL_VERSION. Always verify and update the correct version of
# the kernel-default-debuginfo package when changing the KERNEL_VERSION
Expand All @@ -41,29 +41,29 @@ KERNEL_VERSION='6.4.0-150600.23.7.4.28314.3.PTF.1215587-default'
KERNEL_DEFAULT_DEBUGINFO_VERSION="${KERNEL_VERSION//-default/}"

# The image ID may not always match the other images and should be defined individually.
KUBERNETES_IMAGE_ID=6.2.4
KUBERNETES_IMAGE_ID=6.2.5
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.2.4
PIT_IMAGE_ID=6.2.5
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.2.4
STORAGE_CEPH_IMAGE_ID=6.2.5
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.2.4
COMPUTE_IMAGE_ID=6.2.5
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

0 comments on commit 061cdf2

Please sign in to comment.