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 1702081 - [RFE] Support for Hub/Spoke architecture in Satellite 6
Summary: [RFE] Support for Hub/Spoke architecture in Satellite 6
Keywords:
Status: CLOSED DUPLICATE of bug 1611621
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: RH Cloud - Insights
Version: 6.4.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Radovan Drazny
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-22 22:13 UTC by wclark
Modified: 2019-08-12 19:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-25 17:12:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description wclark 2019-04-22 22:13:43 UTC
The RFE is for full support of a Hub/Spoke architecture where multiple 'spoke' Satellites are synced from a single 'Hub' Satellite which syncs from the CDN.

Currently limited support requires the following change to rubygem-foreman-redhat_access, which gets overwritten every time the package is updated (due to the path changing when the version is updated):

/opt/theforeman/tfm/root/usr/share/gems/gems/redhat_access-2.2.0/app/services/redhat_access/telemetry/look_ups.rb

Here is the diff:

# diff look_ups.rb look_ups.rb.041919
68c68,73
<         return false
---
>         if org
>           # TODO: fix hard coding
>           org.redhat_repository_url != 'https://cdn.redhat.com'
>         else
>           raise(RecordNotFound, 'Organization not found or invalid')
>         end

Comment 5 Rich Jerrido 2019-04-25 17:12:48 UTC

*** This bug has been marked as a duplicate of bug 1611621 ***


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