Add pattern for galaxy server failure

Change-Id: Ic0815217dffb6fe67ac72a351c51859bc29a2708
This commit is contained in:
Sagi Shnaidman 2021-12-23 16:21:12 +02:00
parent cce2cbfa3f
commit 207111ce54
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,4 @@
msg: Ansible Galaxy server failure.
query: message:"Unknown error when attempting to call Galaxy"
suppress-graph: false
suppress-notification: false

View File

@ -548,6 +548,13 @@
"msg": "No key/value pairs provided",
"pattern": "no_keypair",
"tag": "code"
},
{
"id": "galaxy_failure",
"logstash": "",
"msg": "Ansible Galaxy server failure.",
"pattern": "galaxy_failure",
"tag": "infra"
}
],
"errors": [
@ -1425,6 +1432,10 @@
{
"name": "node_provision_failed",
"regex": "Ansible\\ execution\\ failed\\.\\ playbook:\\ /usr/share/ansible/tripleo\\-playbooks/cli\\-overcloud\\-node"
},
{
"name": "galaxy_failure",
"regex": "Unknown\\ error\\ when\\ attempting\\ to\\ call\\ Galaxy"
}
]
}

View File

@ -135,3 +135,4 @@ ERROR: Cannot install -r /home/zuul/etcetc because these package versions have c
No key/value pairs provided, at least one is required for this action to succeed
RuntimeError: Ansible execution failed. playbook: /usr/share/ansible/tripleo-playbooks/cli-overcloud-node-growvols.yaml, Run Status: failed, Return Code: 2, To rerun the failed command manually execute the following script: /tmp/tripleochmvd4sh/ansible-playbook-command.sh
FATAL | Container image prepare | undercloud | error={"changed": false, "error": "Not found image: http://173.231.253.124:5001/v2/tripleowallaby/openstack-memcached/manifests/dc5370295002b29156cdd2c432f90807", "msg": "Error running container image prepare: Not found image: http://173.231.253.124:5001/v2/tripleowallaby/openstack-memcached/manifests/dc5370295002b29156cdd2c432f90807", "params": {}, "success": false}
ERROR! Unknown error when attempting to call Galaxy at 'https://galaxy.ansible.com/api/v2/collections/openvswitch/openvswitch/': The read operation timed out

View File

@ -760,3 +760,10 @@ queries:
msg: "Overcloud node provision failed"
pattern: "Ansible execution failed. playbook: /usr/share/ansible/tripleo-playbooks/cli-overcloud-node"
sova_tag: logstash
- error_type: infra
id: galaxy failure
logstash: 'message:"Unknown error when attempting to call Galaxy"'
msg: "Ansible Galaxy server failure."
pattern: "Unknown error when attempting to call Galaxy"
sova_tag: console
url: https://bugs.launchpad.net/tripleo/+bug/1955646