Bug 1438723 - Embedded tower event catcher collect not working
Summary: Embedded tower event catcher collect not working
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.8.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: 5.9.0
Assignee: Marcel Hild
QA Contact: luke couzens
URL:
Whiteboard: ansible_embed
Depends On:
Blocks: 1444516
TreeView+ depends on / blocked
 
Reported: 2017-04-04 09:40 UTC by luke couzens
Modified: 2018-03-06 14:33 UTC (History)
7 users (show)

Fixed In Version: 5.9.0.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1444516 (view as bug list)
Environment:
Last Closed: 2018-03-06 14:33:41 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description luke couzens 2017-04-04 09:40:28 UTC
Description of problem:Embedded tower event catcher collect not working


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


How reproducible:100%


Steps to Reproduce:
1.Provision appliance
2.Enable embedded tower
3.Open tower ports
4.Go to tower ui
5.Add new user or create new event
6.Check event in https://<towerip>/api/v1/activity_stream
7.Run rails c on appliance
8.Run EventStream.where("source" => 'ANSIBLE_TOWER').count

Actual results:count still remains at 0


Expected results:count should increase


Additional info:
Also ran
EventStream.where("source" => 'ANSIBLETOWER').count
=> 0
EventStream.group(:source).count
=> {"POLICY"=>30}
EventStream.where("source" => 'ANSIBLE_TOWER').count
=> 0
EventStream.where("source" => 'EMBEDDEDANSIBLE').count
=> 0

Comment 2 Marcel Hild 2017-04-05 08:00:32 UTC
https://github.com/ManageIQ/manageiq/pull/14645

Comment 4 luke couzens 2017-10-11 12:12:15 UTC
Verified in 5.9.0.1


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