Bug 1334863

Summary: VDC guest subscriptions do not list any provided products and content
Product: Red Hat Satellite Reporter: Tom McKay <tomckay>
Component: Subscription ManagementAssignee: Christine Fouant <cfouant>
Status: CLOSED ERRATA QA Contact: jcallaha
Severity: high Docs Contact:
Priority: high    
Version: 6.2.0CC: bbuckingham, bkearney, cfouant, ehelms, jcallaha, mmccune, snemeth, sreber, sthirugn, tomckay, zhunting
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: rubygem-katello-3.0.0.74-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1395788 1405516 (view as bug list) Environment:
Last Closed: 2017-03-06 08:26:38 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: 1421817    
Bug Blocks: 1395788, 1405516    
Attachments:
Description Flags
screenshots of the issue 01679627
none
Patch to addresses issue
pgagne: review? (mmccune)
verification screenshot 1
none
verification screenshot 2 none

Description Tom McKay 2016-05-10 16:48:44 UTC
Assigning a guest subscription to a host does not list any repos on the "Product Content" page.

Comment 1 Tom McKay 2016-05-10 16:48:50 UTC
Created from redmine issue http://projects.theforeman.org/issues/14988

Comment 6 Stefan Nemeth 2016-08-05 07:53:27 UTC
Created attachment 1187793 [details]
screenshots of the issue 01679627

Comment 7 Christine Fouant 2016-08-29 19:55:37 UTC
Fixed by https://github.com/Katello/katello/pull/6257

Comment 10 Perry Gagne 2016-11-16 21:33:26 UTC
Created attachment 1221386 [details]
Patch to addresses issue

There are 2 types of subscriptions for Virtual Datacenter, the primary subscriptions and the guest subscriptions. 

The primary subscription comes from a manifest and will be used to create guest subscriptions. These will not have product content.

The guest subscriptions will be tied to a specific hypervisor at will be assigned to hosts on that hypervisor. These will have product content

This bug will fix the issue with guest subscriptions not showing product content. 

I have attached the patch from upstream that should fix this for 6.2.3. 

To apply it.

1. Download the patch to the Satellite, save it to some location. For example "/root/6257.patch"
2. Apply the patch:
    # cd /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.0.*/
    # patch -p1 < /root/6257.patch
3. Restart Katello services using "katello-service restart"

4. You may need to reindex subscriptions using the following:
    # foreman-rake console
    > User.current = User.first
    > Katello::Subscription.import_all
    > Katello::Pool.import_all
    > exit

5. Refresh the subscriptions page and product should now appear under VDC guest subscriptions.

Comment 13 jcallaha 2017-02-13 18:37:37 UTC
Blocked by https://bugzilla.redhat.com/show_bug.cgi?id=1421817

Comment 14 jcallaha 2017-02-28 20:40:50 UTC
Verified in Satellite 6.2.8 snap 4

You can now see provided products as well as content. See attached for verification.

Comment 15 jcallaha 2017-02-28 20:41:42 UTC
Created attachment 1258491 [details]
verification screenshot 1

Comment 16 jcallaha 2017-02-28 20:42:52 UTC
Created attachment 1258493 [details]
verification screenshot 2

Comment 18 errata-xmlrpc 2017-03-06 08:26:38 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:0447