-
Story
-
Resolution: Obsolete
-
Minor
-
None
-
None
Currently, the Sat Server installation (connected environment) comprises 5-6 sections of very short procedures.
I recommend consolidating the steps into a single procedure like this:
Installing Satellite Server 1. # subscription-manager register 2. # subscription-manager repos --disable "*" 3. # subscription-manager repos - RHEL 9 - RHEL 8 4. # dnf upgrade 5. # dnf install satellite 6. # satellite-installer --scenario satellite \ --foreman-initial-organization "My_Organization" --foreman-initial-location "My_Location" \ --foreman-initial-admin-username admin_user_name \ --foreman-initial-admin-password admin_password
"Troubleshooting DNF modules" can be added as a subsection because it is too long to add to the "dnf install" step.
Options can be explained in callouts. If background info is truly necessary, it should be in a concept module, not a procedure module.
Changes do not apply to Disconnected install because the procedures are longer and more complex.