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.
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"
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"