Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1633106 - Manually running foreman-rake rss:create_notifications doesn't re-create RSS notifications
Summary: Manually running foreman-rake rss:create_notifications doesn't re-create RSS ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Notifications
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: sat6-team-ux
QA Contact: Radovan Drazny
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-26 08:19 UTC by Radovan Drazny
Modified: 2019-09-26 16:06 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-18 16:47:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Radovan Drazny 2018-09-26 08:19:15 UTC
Description of problem:
It should be possible to (re)display RSS notification using the following command:

foreman-rake rss:create_notifications FOREMAN_RSS_FORCE_REPOST=true

Notifications should be displayed even if cleared previously, or duplicated, if already present. 

Version-Release number of selected component (if applicable):
Satellite 6.4 Snap 23

How reproducible:
always

Steps to Reproduce:
Run "foreman-rake rss:create_notifications FOREMAN_RSS_FORCE_REPOST=true" on the Sat 6.4 server

Actual results:
RSS notification items not displayed

Expected results:
RSS items displayed or duplicated if already present.

Comment 1 Marek Hulan 2018-09-26 10:44:24 UTC
By default the number of loaded posts is 0, please specify number of posts like this

FOREMAN_RSS_LATEST_POSTS=3 foreman-rake rss:create_notifications

Don't use force while testing the normal flow, if notifications don't show up, the reason is they already exist in DB but expired. Moving to ON_QA to verify this parameter, in upstream (next versions of Satellite) it defaults to 3.

Comment 2 Radovan Drazny 2018-09-26 13:56:04 UTC
(In reply to Marek Hulan from comment #1)
> By default the number of loaded posts is 0, please specify number of posts
> like this
> 
> FOREMAN_RSS_LATEST_POSTS=3 foreman-rake rss:create_notifications
> 
> Don't use force while testing the normal flow, if notifications don't show
> up, the reason is they already exist in DB but expired. Moving to ON_QA to
> verify this parameter, in upstream (next versions of Satellite) it defaults
> to 3.

Thanks for the clarification, Marek. I have tested the FOREMAN_RSS_LATEST_POST parameter, and it works as expected, creating the notifications.

Comment 3 Bryan Kearney 2018-10-18 16:47:06 UTC
This was addressed in satellite 6.4.


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