From 7b5cdba306fff4bdf1c5237b79c49ccf88570757 Mon Sep 17 00:00:00 2001 From: Dan Voiculeasa Date: Thu, 4 Aug 2022 17:18:39 +0000 Subject: [PATCH] Revert "Debian: Add workaround for enabling swacts." This reverts commit c6c21858029bb311a4a24e21af4306bc0e8d0a99. Reason for revert: logic was moved to kickstarts to be delivered on all nodes, not just initial controller. Change-Id: Id7e380857d6f14a0de2eb895217efcf77b01c827 Story: 2009968 Task: 45834 Related-Bug: https://bugs.launchpad.net/starlingx/+bug/1983580 Depends-On: https://review.opendev.org/c/starlingx/metal/+/852169 Signed-off-by: Dan Voiculeasa --- .../source-debian/before_bootstrap_workarounds.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/debian-integration/source-debian/before_bootstrap_workarounds.sh b/tools/debian-integration/source-debian/before_bootstrap_workarounds.sh index 0156f33d..b0367ff2 100755 --- a/tools/debian-integration/source-debian/before_bootstrap_workarounds.sh +++ b/tools/debian-integration/source-debian/before_bootstrap_workarounds.sh @@ -1,4 +1 @@ # don't remove the file yet, keep this hot - -# Workaround for enabling swacts on AIO-DX -rm /var/lib/dpkg/triggers/Unincorp && touch /var/lib/dpkg/triggers/Unincorp