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 1693290

Summary: Use platform-python for bootstrap.py on RHEL8 hosts
Product: Red Hat Satellite Reporter: Stephen Wadeley <swadeley>
Component: DocumentationAssignee: Vlada Grosu <vgrosu>
Status: CLOSED CURRENTRELEASE QA Contact: Sergei Petrosian <spetrosi>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5.0CC: janarula, mjia, smajumda, vgrosu
Target Milestone: UnspecifiedKeywords: Reopened
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-07-09 14:44:00 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 Stephen Wadeley 2019-03-27 13:18:17 UTC
Document URL: 

https://access.redhat.com/documentation/en-us/red_hat_satellite/6.4/html/load_balancing_guide/index#registering-clients-using-the-bootstrap-script

Section Number and Name: 6.1. Registering Clients Using the Bootstrap Script

--------------------------------

https://access.redhat.com/documentation/en-us/red_hat_satellite/6.5-beta/html/managing_hosts/chap-red_hat_satellite-managing_hosts-managing_hosts#sect-Red_Hat_Satellite-Managing_Hosts-Adding_New_Hosts_to_Satellite_6_Using_The_Bootstrap_Script

2.9.7. Registering Hosts to Satellite 6 Using The Bootstrap Script

------------------

Describe the issue: 

RHEL 8 only has its own system python installed by default under 
usr/libexec/

The bootstrap script will not run if called in the normal ./bootstrap.py way

On a RHEL8 host you can run bootstrap.py as follows:

~#] /usr/libexec/platform-python bootstrap.py


Suggestions for improvement: 

Example commands shiuld mention that on RHEL8 you need to use a command as follows:
~#] /usr/libexec/platform-python bootstrap.py

Comment 1 Vlada Grosu 2019-03-27 14:14:13 UTC
Thank you for opening this ticket, Stephen!