Remove the workaround related to INSTALL_UUID
The kickstart code generates the INSTALL_UUID that this workaround had been providing. Now that the kickstart script is being invoked, this workaround can be removed. Test Plan: Verify Build, Bootstrap and Unlock Debian ISO Verify after lock/unlock no patch alarm is raised Verify in patching.log that the uuid check passes after unlock. Story: 2009969 Task: 44984 Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: I02b2c27c37d76c8c6555477043a1e58a232409b4
This commit is contained in:
parent
d34b2bb23f
commit
d5bec2b1b8
@ -111,9 +111,3 @@ sed -i 's@^ordering@#ordering@g' /etc/puppet/puppet.conf
|
||||
|
||||
# BI 62: kubeadm init issue for ipv6
|
||||
sed -i 's@127.0.0.1@\[::1]@g' /etc/kubernetes/config
|
||||
|
||||
# suppress patch alarm 900.002 after unlock
|
||||
# kickstart.sh is not being invoked, so this workaround will exist until then
|
||||
INSTALL_UUID=`uuidgen`
|
||||
echo ${INSTALL_UUID} > /var/www/pages/feed/rel-22.02/install_uuid
|
||||
echo "INSTALL_UUID=${INSTALL_UUID}" >> /etc/platform/platform.conf
|
||||
|
Loading…
Reference in New Issue
Block a user