Skip to content

Commit

Permalink
Fix patterns for image build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sshnaidm committed Mar 1, 2019
1 parent b33f58f commit 46e80d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tripleoci/data/patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,14 +562,14 @@ patterns:
msg: 'Overcloud deploy failed.'
tag: 'code'
pattern: 'Ansible failed, check log at /var/lib/mistral/overcloud/ansible.log'
"bmc":
id: 600
logstash: 'socket.error: [Errno 99] Cannot assign requested address'
msg: 'Introspection failed, cannot get IP address'
tag: 'infra'
pattern: 'socket.error: [Errno 99] Cannot assign requested address'
- id: 506
logstash: ""
msg: 'Overcloud image create failed.'
tag: 'code'
pattern: "CalledProcessError: Command '['disk-image-create'"
"bmc":
- id: 600
logstash: 'socket.error: [Errno 99] Cannot assign requested address'
msg: 'Introspection failed, cannot get IP address'
tag: 'infra'
pattern: 'socket.error: [Errno 99] Cannot assign requested address'

0 comments on commit 46e80d2

Please sign in to comment.