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 1370311

Summary: install_packages script from 6.2.1 references foreman-installer instead of satellite-installer
Product: Red Hat Satellite Reporter: Scott Eldridge <seldridg>
Component: BrandingAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED CURRENTRELEASE QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: high    
Version: 6.2.0CC: bbuckingham, bkearney, jcallaha, jhutar
Target Milestone: UnspecifiedKeywords: 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: 2016-09-23 12:57:45 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 Scott Eldridge 2016-08-25 23:15:04 UTC
Description of problem:
# ./install_packages 
This script will install the satellite packages on the current machine.
   - Ensuring we are in an expected directory.
   - Copying installation files.
   - Creating a Repository File
   - Creating RHSCL Repository File
   - Checking to see if Katello is already installed.
   - Importing the gpg key.
   - Installation repository will remain configured for future package installs.
   - Installation media can now be safely unmounted.

Install is complete. Please run foreman-installer --scenario katello


Version-Release number of selected component (if applicable):
Satellite-6.2.1-RHEL-7-20160722.2-Satellite-x86_64-dvd1.iso

How reproducible:
always

Steps to Reproduce:
1.  Loop mount Sat 6.2.1 iso and configure yum repo per install instructions
2.  ./install_packages
3.


Additional info:
install_packages script needs to be updated with satellite-installer 

# fini
if (upgrade):
    print "Upgrade is complete. Please backup your data and run foreman-installer --scenario katello"
else:
    print "Install is complete. Please run foreman-installer --scenario katello"

Comment 2 Jan Hutaƙ 2016-09-20 14:21:44 UTC
*** Bug 1312739 has been marked as a duplicate of this bug. ***

Comment 4 Bryan Kearney 2016-09-23 12:57:45 UTC
The 6.2.2 ISOs were refreshed today which contain the fix to this.