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.