mysql: remove grep filter workaround for logs

Since I01e6c65d18f3a1889f8aaa75e2e6f68175bbc608 was landed, we don't
need the workaround which pulled out some logs we didn't want to parse.

Change-Id: Ibee22da33391a5e67de02fe08c634a887c9bfa69
Related-Bug: #1811384
This commit is contained in:
Emilien Macchi 2019-08-06 11:37:57 -04:00
parent 29a499d665
commit 8013f3c96c
1 changed files with 1 additions and 2 deletions

View File

@ -268,8 +268,7 @@ outputs:
str_replace:
# Use a Jinja template below to force str_replace
# to quote the resulting string
# TODO: remove the grep filter once #1811384 is fixed
template: &mysql_template '{{ "paunch" }} list --default-runtime RUNTIME -f json -c container -c image | grep -v "isn''t supported by" | jq -r ''.[] | select(.container=="mysql") + {"cli":"RUNTIME"}'''
template: &mysql_template '{{ "paunch" }} list --default-runtime RUNTIME -f json -c container -c image | jq -r ''.[] | select(.container=="mysql") + {"cli":"RUNTIME"}'''
params:
RUNTIME: "{{ container_cli }}"
register: mysql_paunch