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 1555424

Summary: satellite tools repository not enabled with subscription-manager snippet
Product: Red Hat Satellite Reporter: Sebastian Mossberg <smossber>
Component: Provisioning TemplatesAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: mhulan
Target Milestone: Unspecified   
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: 2018-03-16 15:25:50 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:

Description Sebastian Mossberg 2018-03-14 16:43:19 UTC
Description of problem:

It seems that the line enabling the satellite tools repository has been removed with https://bugzilla.redhat.com/show_bug.cgi?id=1433893

Since that line is removed, in many setups this will result in the installation of katello agent failing due to the repository being absent. 

Now, workarounds I see are:
- Enabling the repository by default in the activation key. 
This however is a pain when using auto attach keys where we can't enable any Product Content (see https://access.redhat.com/solutions/3109061 and https://bugzilla.redhat.com/show_bug.cgi?id=1265125)

- Cloning the subscription_manager_register snippet and adding the subscription-manager repos --enable rhel-7-server-satellite-tools-6.3-rpms before the installation of katello-agent.
Update the provisioning templates to use the new snippet.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Setup satellite with defaults, creating Content Views and activation keys using auto attach for RHEL entitlements
2. Provision host using kickstart

Actual results:
katello-agent does not get installed due to the repo not being available.

Expected results:


Additional info:

It looks like this has been an issue before (https://bugzilla.redhat.com/show_bug.cgi?id=1331432)

Comment 1 Sebastian Mossberg 2018-03-14 16:49:27 UTC
Sorry! I see now that https://bugzilla.redhat.com/show_bug.cgi?id=1265125 has been resolved and you can enable repos on auto attach keys. So it is possible to use keys alone to enable it.