stx-puppet: adjust the workaround patch

The known errors happen not only for /scratch,
so expand the patten for other similar issues.

Story: 2009305
Task: 43677

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: If2866abeaa3d6a8524ccdfdca088f8b1233ab65d
This commit is contained in:
Jackie Huang 2021-12-02 11:07:47 +08:00 committed by Jackie_Huang
parent c53e06f13f
commit 0916e2bb54

View File

@ -24,7 +24,7 @@ index 18eec2c..3ac6cfc 100755
trap finish EXIT
+# Pattern for know errors, will be ignored when checking errors
+KNOWN_ERRORS="Error.*remount /scratch"
+KNOWN_ERRORS="Error.*remount "
# Set Keystone endpoint type to internal to prevent SSL cert failures during config
export OS_ENDPOINT_TYPE=internalURL