Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1667164

Summary: Satellite unable to enable repository-set because of missing $basearch in the repository URL
Product: Red Hat Satellite Reporter: Radovan Drazny <rdrazny>
Component: RepositoriesAssignee: Jonathon Turel <jturel>
Status: CLOSED DUPLICATE QA Contact: vijsingh
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.5.0CC: jhutar, jomitsch, jturel
Target Milestone: ReleasedKeywords: PrioBumpQA, Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-22 19:38:35 UTC Type: Bug
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:    
Bug Blocks: 1661283    

Description Radovan Drazny 2019-01-17 15:28:46 UTC
Description of problem:
It is not possible to enable a repository-set with a repo URL missing the "$basearch" variable. Because of this it is not possible to enable official RHEL 8 Beta repos in Satellite 6.5.

Version-Release number of selected component (if applicable):
Sat 6.5 Snap 11

How reproducible:
always

Steps to Reproduce:
1. Have a manifest with a Red Hat Beta entitlemen uploaded to the Satellite 6.5
2. In "Content -> Red Hat Repositories" enable Beta in the dropbox, and find Red Hat Enterprise Linux 8 for x86_64 - BaseOS Beta (RPMs) (rhel-8-for-x86_64-baseos-beta-rpms).
3. Try to enable the x86_64 repo

Actual results:
The operation fails with a message: "basearch cannot be specified for Red Hat Enterprise Linux 8 for x86_64 - BaseOS Beta (RPMs) as that information is not substitutable in /content/beta/rhel8/8/x86_64/baseos/os" 

Expected results:
Repo is enabled.

Additional info:
The same operation using hammer:

===================================================================
hammer> repository-set info --organization-id 1 --id 7568
ID:                   7568
Name:                 Red Hat Enterprise Linux 8 for x86_64 - BaseOS Beta (RPMs)
Type:                 yum
URL:                  /content/beta/rhel8/8/x86_64/baseos/os
GPG Key:              file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Label:                rhel-8-for-x86_64-baseos-beta-rpms
Enabled Repositories:

hammer> repository-set enable --organization-id 1 --id 7568
Could not enable repository:
  basearch cannot be specified for Red Hat Enterprise Linux 8 for x86_64 - BaseOS Beta (RPMs) as that information is not substitutable in /content/beta/rhel8/8/x86_64/baseos/os 
===================================================================

The same operation in Sat 6.4 works without any problems.

===================================================================
hammer> repository-set info --organization-id 1 --product-id 25 --id 7568                                                                                                                                           
ID:                   7568
Name:                 Red Hat Enterprise Linux 8 for x86_64 - BaseOS Beta (RPMs)
Type:                 yum
URL:                  /content/beta/rhel8/8/x86_64/baseos/os
GPG Key:              file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Label:                rhel-8-for-x86_64-baseos-beta-rpms
Enabled Repositories:

hammer> repository-set enable --organization-id 1 --product-id 25 --id 7568
Repository enabled
===================================================================

The URL really doesn't contain the $basearch var, but Sat 6.4 was apparently much less strict about this (or the $basearch wasn't set by default).

Comment 5 John Mitsch 2019-01-22 19:31:46 UTC
It looks like this is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1666968

Comment 6 John Mitsch 2019-01-22 19:38:35 UTC

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