Bug 1370218 - Azure Enterprise Agreement subscriptions not catching events
Summary: Azure Enterprise Agreement subscriptions not catching events
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.6.0
Hardware: x86_64
OS: Linux
urgent
urgent
Target Milestone: GA
: 5.7.0
Assignee: Daniel Berger
QA Contact: Jeff Teehan
URL:
Whiteboard: provider:azure:discover
Depends On:
Blocks: 1376574
TreeView+ depends on / blocked
 
Reported: 2016-08-25 14:36 UTC by Colin Arnott
Modified: 2019-12-16 06:29 UTC (History)
10 users (show)

Fixed In Version: 5.7.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1376574 (view as bug list)
Environment:
Last Closed: 2017-01-11 19:59:13 UTC
Category: ---
Cloudforms Team: AWS
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Colin Arnott 2016-08-25 14:36:41 UTC
Description of problem:
I have 5 subscriptions:
 - 2 are MSDN (e.g. Azure DevTest Labs)
 - 3 are EA (Enterprise Agreement)

The EventCatcher does not appear to be collecting for any EA subscriptions.

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

How reproducible:
this appliance, this Azure environment

Additional info:

When looking at evm.log we can see that EventCatcher only sees events for the MSDN subscriptions

[root@cf-worker1 log]# cat evm.log | grep  '::EventCatcher::' | grep -i <msdn_sub_uuid> | wc -l
59
[root@cf-worker1 log]# cat evm.log | grep  '::EventCatcher::' | grep -i <ea_sub_uuid> | wc -l
0
[root@cf-worker1 log]# cat evm.log | grep  '::EventCatcher::' | grep -i <msdn_sub_uuid> | wc -l
216
[root@cf-worker1 log]# cat evm.log | grep  '::EventCatcher::' | grep -i <ea_sub_uuid> | wc -l
0
[root@cf-worker1 log]# cat evm.log | grep  '::EventCatcher::' | grep -i <ea_sub_uuid> | wc -l
0

Comment 3 Bronagh Sorota 2016-08-25 15:00:08 UTC
hi Colin,

Can you please supply the logs?

thanks
Bronagh

Comment 5 Daniel Berger 2016-08-25 16:53:46 UTC
Had customer apply hot fix, problem appears resolved.

https://github.com/ManageIQ/manageiq/pull/9894/files

Comment 9 Jeff Teehan 2016-10-03 15:54:23 UTC
Customer has verified the fix as noted above.  I'll track the other issue separately.  Moving to verified.


Note You need to log in before you can comment on or make changes to this bug.