From 2def8dcf6d4c272cc50206002609cde6a41b4b40 Mon Sep 17 00:00:00 2001 From: Bin Qian Date: Tue, 20 Aug 2024 19:26:12 +0000 Subject: [PATCH] Link operations between kickstart to USM Add note to link the operations between kickstart to USM equivalent. Story: 2010676 Task: 50807 TCs: N/A, add new comment only Change-Id: Ia127d3dadbd062c58036ec74fdb377a928db3f95 Signed-off-by: Bin Qian --- kickstart/files/kickstart.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kickstart/files/kickstart.cfg b/kickstart/files/kickstart.cfg index 456066b1..5ed25bad 100644 --- a/kickstart/files/kickstart.cfg +++ b/kickstart/files/kickstart.cfg @@ -3288,6 +3288,10 @@ ilog "*** Post Nochroot - Set up package links per node type ***" ilog "****************************************************************" ilog "IMAGE_ROOTFS=${IMAGE_ROOTFS}" +# NOTE: below creation of links (host config and goenabled check links and pmon links) are also required in +# system upgrade (USM major release deploy). Changes applied to here should also be applied to +# https://opendev.org/starlingx/update/src/branch/master/software/service-files/usm-initialize-init.sh in +# function refresh_init_links if [ ! "${controller}" = true -a "${worker}" = true ] ; then ilog "Setting up ${TRAIT__WORKER} package file links" ln -s /etc/goenabled.d/config_goenabled_check.sh.worker ${IMAGE_ROOTFS}/etc/goenabled.d/config_goenabled_check.sh