Add pattern for undercloud failure detection

Change-Id: Ib48e294bd7e922fd0eb10f48c7dcd6b52e9992a2
This commit is contained in:
Sagi Shnaidman 2020-07-31 14:03:23 +03:00
parent 9733aaaf2b
commit c8610c616b
2 changed files with 8 additions and 1 deletions

View File

@ -520,8 +520,13 @@ patterns:
- id: 90
msg: "Tempest failed."
pattern: 'Playbook run of baremetal-full-overcloud-validate.yml failed'
tag: "infra"
tag: "code"
logstash: "Playbook run of baremetal-full-overcloud-validate.yml failed"
- id: 91
msg: "Undercloud failed."
pattern: 'Playbook run of baremetal-full-undercloud.yml failed'
tag: "code"
logstash: "Playbook run of baremetal-full-undercloud.yml failed"
"errors":
- id: 200
logstash: 'Image prepare failed: Pulling image failed:'

View File

@ -8,6 +8,8 @@
roles:
- zuul: opendev.org/openstack/ansible-role-collect-logs
name: collect-logs
irrelevant-files:
- ^vars/sova-patterns.yml$
- project:
vars: