Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1708420

Summary: Introspection of baremetal nodes fail with 'No hypervisor matching' problem when node name used instead of uuid
Product: Red Hat OpenStack Reporter: Bob Fournier <bfournie>
Component: openstack-tripleo-commonAssignee: Adriano Petrich <apetrich>
Status: CLOSED CURRENTRELEASE QA Contact: Alexander Chuzhoy <sasha>
Severity: high Docs Contact:
Priority: high    
Version: 14.0 (Rocky)CC: bfournie, dtantsur, jcasimir, mburns, molasaga, sasha, slinaber, tvignaud
Target Milestone: z3Keywords: TestOnly, Triaged, ZStream
Target Release: 14.0 (Rocky)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-tripleo-common-9.5.0-5.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1677016 Environment:
Last Closed: 2019-07-17 10:41:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1677016    
Bug Blocks:    

Description Bob Fournier 2019-05-09 20:28:47 UTC
+++ This bug was initially created as a clone of Bug #1677016 +++

Description of problem:

(undercloud) [stack@nj51ntvs7d-director ~]$ openstack overcloud node introspect node-1-14 --provide
Waiting for introspection to finish...
Started Mistral Workflow tripleo.baremetal.v1.introspect. Execution ID: c52c3d1f-bb43-4f8a-9824-eeec7c03ab33
Waiting for messages on queue 'tripleo' with no timeout.
Introspection of node node-1-14 timed out.
Retrying 1 nodes that failed introspection. Attempt 2 of 3 
Introspection of node 277f524c-8ec9-4b25-a4e0-dbced0bd91a5 timed out.
Retrying 1 nodes that failed introspection. Attempt 3 of 3 
Introspection of node 277f524c-8ec9-4b25-a4e0-dbced0bd91a5 completed. Status:SUCCESS. Errors:None
Successfully introspected 1 node(s).
Started Mistral Workflow tripleo.baremetal.v1.provide. Execution ID: b5fe8d14-91cc-45cd-b506-09571fd19b17
Waiting for messages on queue 'tripleo' with no timeout.
[u"Failed to run action [action_ex_id=41348d40-2845-43f8-9fd8-31e225bae6df, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'hypervisors.find'}', params='{u'hypervisor_hostname': u'node-1-14'}']\n NovaAction.hypervisors.find failed: No Hypervisor matching {u'hypervisor_hostname': u'node-1-14'}. (HTTP 404)"]
[u"Failed to run action [action_ex_id=a5a8f566-587b-4902-883c-e67caf8ce33e, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'hypervisors.find'}', params='{u'hypervisor_hostname': u'node-1-14'}']\n NovaAction.hypervisors.find failed: No Hypervisor matching {u'hypervisor_hostname': u'node-1-14'}. (HTTP 404)"]
[u"Failed to run action [action_ex_id=926bee32-16bb-48f9-a13d-ecb1138a61e8, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'hypervisors.find'}', params='{u'hypervisor_hostname': u'node-1-14'}']\n NovaAction.hypervisors.find failed: No Hypervisor matching {u'hypervisor_hostname': u'node-1-14'}. (HTTP 404)"]
[u"Failed to run action [action_ex_id=da04463d-b169-4bfe-bc3f-1fb8d659dad1, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'hypervisors.find'}', params='{u'hypervisor_hostname': u'node-1-14'}']\n NovaAction.hypervisors.find failed: No Hypervisor matching {u'hypervisor_hostname': u'node-1-14'}. (HTTP 404)"]
[u"Failed to run action [action_ex_id=3b014211-7243-487c-ae61-a43998f009c4, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'hypervisors.find'}', params='{u'hypervisor_hostname': u'node-1-14'}']\n NovaAction.hypervisors.find failed: No Hypervisor matching {u'hypervisor_hostname': u'node-1-14'}. (HTTP 404)"]
[u"Failed to run action [action_ex_id=227a443d-4aee-4b50-baf1-ac4490d55fdf, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'hypervisors.find'}', params='{u'hypervisor_hostname': u'node-1-14'}']\n NovaAction.hypervisors.find failed: No Hypervisor matching {u'hypervisor_hostname': u'node-1-14'}. (HTTP 404)"]
[u"Failed to run action [action_ex_id=e9bbaee1-4adf-43f5-8770-b745a582f5c8, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'hypervisors.find'}', params='{u'hypervisor_hostname': u'node-1-14'}']\n NovaAction.hypervisors.find failed: No Hypervisor matching {u'hypervisor_hostname': u'node-1-14'}. (HTTP 404)"]
[u"Failed to run action [action_ex_id=ca0bdfd5-f404-42ed-a0c2-95673bc525cb, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'hypervisors.find'}', params='{u'hypervisor_hostname': u'node-1-14'}']\n NovaAction.hypervisors.find failed: No Hypervisor matching {u'hypervisor_hostname': u'node-1-14'}. (HTTP 404)"]

Version-Release number of selected component (if applicable):

(undercloud) [stack@nj51ntvs7d-director ~]$ rpm -qa | grep openstack-tripleo-common
openstack-tripleo-common-8.6.6-2.el7ost.noarch
openstack-tripleo-common-containers-8.6.6-2.el7ost.noarch

How reproducible:


Steps to Reproduce:
1.Introspect a node
2.Receive the error constantly


Actual results:
The error appears, similar to following bug: https://bugzilla.redhat.com/show_bug.cgi?id=1536521

Expected results:
Not see the error

Additional info:

--- Additional comment from Bob Fournier on 2019-03-01 16:44:08 UTC ---



--- Additional comment from Bob Fournier on 2019-03-01 16:45:17 UTC ---

Issue is with hostname being used instead of uuid, seems to be a problem with handling in Mistral.

--- Additional comment from Bob Fournier on 2019-05-09 20:19:20 UTC ---

As upstream patches have landed, moving this to POST, fixes will be picked up in import for OSP-13z7.  I don't think downstream patches are necessary.

Comment 7 Lon Hohberger 2019-07-10 10:40:51 UTC
According to our records, this should be resolved by openstack-tripleo-common-9.5.0-5.el7ost.  This build is available now.

Comment 8 Alexander Chuzhoy 2019-07-16 16:32:05 UTC
Verified:
Environment:
openstack-tripleo-common-9.5.0-5.el7ost.noarch


The nodes were successfully introspected.