From b29965fdef0bf4d20e6b13a04df6fb970461669a Mon Sep 17 00:00:00 2001 From: Leonardo Fagundes Luz Serrano Date: Tue, 3 May 2022 14:31:55 -0300 Subject: [PATCH] Remove workaround UAR 12 for multipathd Test Plan: PASS installed, bootstrapped and unlocked PASS no puppet errors related to multipathd PASS multipathd.service running after unlock Story: 2009965 Task: 45251 Depends-On: https://review.opendev.org/c/starlingx/tools/+/840359 Signed-off-by: Leonardo Fagundes Luz Serrano Change-Id: I3dea15d45c3b1b5405a232a381eca3f4e966321f --- .../source-debian/after_bootstrap_workarounds.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh b/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh index 8cdbf4ac..873d15f6 100755 --- a/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh +++ b/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh @@ -18,10 +18,6 @@ find /etc/puppet/manifests -type f -exec \ #find /etc/puppet/manifests -type f -exec \ # sed -i 's@include ::platform::ptpinstance@#include ::platform::ptpinstance@g' {} + -# UAR 12: disable -find /etc/puppet/manifests -type f -exec \ - sed -i 's@include ::platform::multipath@#include ::platform::multipath@g' {} + - # UAR 13: disable find /usr/share/puppet/modules/platform -type f -exec \ sed -i 's@require ::platform::compute::machine@#require ::platform::compute::machine@g' {} +