add ironic registration timeout
Related-Bug: #1926187 Change-Id: I73a58ba1d1251fb904dc2baf56ea58d6f187c40e
This commit is contained in:
parent
15c647bcb3
commit
c9ededd7ad
2
output/elastic-recheck/1926187.yaml
Normal file
2
output/elastic-recheck/1926187.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
query: 'message:"Ironic node register FAIL: timeout for node." AND (tags:"console")'
|
||||
suppress-graph: false
|
@ -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\\."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user