From 9967e918255e37e453f721c74dd6afaa7d265bcf Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 27 Feb 2023 13:42:11 -0500 Subject: [PATCH] remove mysql check --- salt/mysql/init.sls | 2 -- setup/so-verify | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/salt/mysql/init.sls b/salt/mysql/init.sls index c077695b8..8c4edc651 100644 --- a/salt/mysql/init.sls +++ b/salt/mysql/init.sls @@ -112,8 +112,6 @@ so-mysql: - onchanges: - docker_container: so-mysql module.run: - - so.mysql_conn: - - retry: 300 - onchanges: - cmd: so-mysql diff --git a/setup/so-verify b/setup/so-verify index 44c0465ff..f2b5a76b6 100755 --- a/setup/so-verify +++ b/setup/so-verify @@ -36,11 +36,14 @@ log_has_errors() { grep -vE "The Salt Master has cached the public key for this node" | \ grep -vE "Minion failed to authenticate with the master" | \ grep -vE "Failed to connect to ::1" | \ - grep -vE "Failed to set locale" | \ + grep -vE "Failed to set locale" | \ grep -vE "perl-Error-" | \ grep -vE "Failed:\s*?[0-9]+" | \ grep -vE "Status .* was not found" | \ grep -vE "Uncaught exception, closing connection" | \ + grep -vE "Server does not appear to be running or fully initialized - will try again in 10 seconds" | \ + grep -vE "Command 'so-influxdb-manage' failed with return code" | \ + grep -vE "retcode: 1" | \ grep -vE "Exception in callback None" | \ grep -vE "deprecation: ERROR" | \ grep -vE "code: 100" | \