Bug 1733384

Summary: Azure "virtualMachines_delete_EndRequest" event type is sometimes disassociated from a VM's name
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: ProvidersAssignee: Adam Grare <agrare>
Status: CLOSED WONTFIX QA Contact: John Dupuy <jdupuy>
Severity: medium Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: medium    
Version: 5.10.7CC: dmetzger, jdupuy, jfrey, jhardy, obarenbo, simaishi
Target Milestone: GAKeywords: ZStream
Target Release: 5.10.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.10.8.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1730819 Environment:
Last Closed: 2020-03-24 18:13:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Azure Target Upstream Version:
Embargoed:
Bug Depends On: 1730819    
Bug Blocks:    

Comment 4 CFME Bot 2019-08-09 21:26:08 UTC
New commit detected on ManageIQ/manageiq-providers-azure/ivanchuk:

https://github.com/ManageIQ/manageiq-providers-azure/commit/4bd7f16ca57774cde18a1315d820ef25f6d87797
commit 4bd7f16ca57774cde18a1315d820ef25f6d87797
Author:     Daniel Berger <djberg96>
AuthorDate: Fri Aug  9 10:02:42 2019 -0400
Commit:     Daniel Berger <djberg96>
CommitDate: Fri Aug  9 10:02:42 2019 -0400

    Set the vm_uid_ems in the event parser if it's a VM.

    Add check for vm_uid_ems in event parser specs.

    (cherry picked from commit fe5dc6364b7f98477d77cfc06b78fd0a3ed28ae1)

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1733384

 app/models/manageiq/providers/azure/cloud_manager/event_parser.rb | 2 +-
 spec/models/manageiq/providers/azure/cloud_manager/event_parser_spec.rb | 7 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

Comment 5 Alexander Zagaynov 2019-08-14 14:35:58 UTC
Moving to POST as there is already merged PR which should solve that problem: https://github.com/ManageIQ/manageiq-providers-azure/pull/343