Remove Unlock issue related to sysconfig path

This issue was fixed with
https://review.opendev.org/c/starlingx/stx-puppet/+/832794

Tests on AIO-SX:
PASS: bootstrap
PASS: unlock

Signed-off-by: Lucas Cavalcante <lucasmedeiros.cavalcante@windriver.com>
Change-Id: I407a111e98e1af43c31c0fb894df7f31304e8658
This commit is contained in:
Lucas Cavalcante 2022-05-09 12:56:02 -03:00
parent 54cd5e4bfe
commit f691e0a085

View File

@ -61,10 +61,6 @@ sed -i 's@ \$ha_primary.*= false,@ \$ha_primary = true,@g' /usr/share/pupp
sed -i 's@ \$automount.*= false,@ \$automount = true,@g' /usr/share/puppet/modules/platform/manifests/drbd.pp
systemctl daemon-reload
# UAR 25:
sed -i 's@/etc/sysconfig/kubelet@/etc/default/kubelet@g' /usr/share/puppet/modules/platform/manifests/kubernetes.pp
# UAR 26: not a fix
bifile='/home/sysadmin/.uar26'
if [ ! -f ${bifile} ]; then