remove mysql check

This commit is contained in:
Mike Reeves
2023-02-27 13:42:11 -05:00
parent fb5aad34e0
commit 9967e91825
2 changed files with 4 additions and 3 deletions

View File

@@ -112,8 +112,6 @@ so-mysql:
- onchanges:
- docker_container: so-mysql
module.run:
- so.mysql_conn:
- retry: 300
- onchanges:
- cmd: so-mysql

View File

@@ -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" | \