add ironic registration timeout

Related-Bug: #1926187
Change-Id: I73a58ba1d1251fb904dc2baf56ea58d6f187c40e
This commit is contained in:
Wes Hayutin 2021-04-26 11:34:35 -06:00 committed by frenzyfriday
parent 15c647bcb3
commit c9ededd7ad
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,2 @@
query: 'message:"Ironic node register FAIL: timeout for node." AND (tags:"console")'
suppress-graph: false

View File

@ -49,6 +49,13 @@
"msg": "Gather_podman_infos_failed",
"pattern": "Gather_podman_infos_failed",
"tag": "info"
},
{
"id": "Ironic_Register_TimedOut_Waiting_For_Node",
"logstash": "",
"msg": "Ironic_Register_TimedOut_Waiting_For_Node",
"pattern": "Ironic_Register_TimedOut_Waiting_For_Node",
"tag": "info"
}
]
},
@ -84,6 +91,10 @@
{
"name": "Gather_podman_infos_failed",
"regex": "the\\ output\\ has\\ been\\ hidden\\ due"
},
{
"name": "Ironic_Register_TimedOut_Waiting_For_Node",
"regex": "Ironic\\ node\\ register\\ FAIL:\\ timeout\\ for\\ node\\."
}
]
}

View File

@ -8,3 +8,4 @@ Exception: [Errno 2] No such file or directory:
AnsibleUndefinedVariable
ReadTimeoutError: HTTPConnectionPool
the output has been hidden due
Ironic node register FAIL: timeout for node.

View File

@ -32,3 +32,7 @@ queries:
pattern: 'the output has been hidden due'
tags: console
url: https://bugs.launchpad.net/tripleo/+bug/1926649
- id: Ironic_Register_TimedOut_Waiting_For_Node
pattern: "Ironic node register FAIL: timeout for node."
tags: console
url: https://bugs.launchpad.net/tripleo/+bug/1926187