Skip to content

Commit

Permalink
Drop plugin installation instructions on Satellite
Browse files Browse the repository at this point in the history
Satellite has a set of mandatory plugins and the satellite meta-package
ensures these are installed. Previously some were ensured by the
installer but starting Satellite 6.16 this list is complete. The next
step is to remove them from the installer, but some documentation
procedures still told users to use these redundant options.

Link: https://issues.redhat.com/browse/SAT-26276
  • Loading branch information
ekohl committed Aug 5, 2024
1 parent e65c2fb commit fa3f05c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions guides/common/assembly_getting-started-with-ansible.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ include::modules/con_supported-ansible-versions.adoc[leveloffset=+1]

include::modules/proc_configuring-your-project-to-run-ansible-roles.adoc[leveloffset=+1]

ifndef::satellite[]
include::modules/proc_enabling-ansible-integration-with-project.adoc[leveloffset=+1]
endif::[]

include::modules/proc_importing-ansible-roles-and-variables.adoc[leveloffset=+1]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

include::modules/con_provisioning-cloud-instances-on-microsoft-azure-resource-manager.adoc[]

ifdef::foreman-el,katello,orcharhino[]
ifndef::satellite[]
include::modules/proc_installing-microsoft-azure-plugin.adoc[leveloffset=+1]
endif::[]

Expand Down
2 changes: 2 additions & 0 deletions guides/common/assembly_using-foreman-webhooks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ include::modules/con_using-webhooks.adoc[]

include::modules/con_migrating-to-foreman-webhooks.adoc[leveloffset=+1]

ifndef::satellite[]
include::modules/proc_installing-webhooks-plugin.adoc[leveloffset=+1]
endif::[]

include::modules/proc_creating-a-webhook-template.adoc[leveloffset=+1]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ endif::[]
For more information, see xref:Distributing_SSH_Keys_for_Remote_Execution_{context}[].

.Procedure
ifndef::satellite[]
. On {Project}, enable the Leapp plugin:
+
[options="nowrap" subs="+quotes,attributes"]
----
# {foreman-installer} --enable-foreman-plugin-leapp
----
endif::[]
. If you are using a custom job template for the Leapp pre-upgrade check, configure the *leapp_preupgrade* remote execution feature to point to your template:
.. In the {ProjectWebUI}, navigate to *Administer* > *Remote Execution Features*.
.. Click *leapp_preupgrade*.
Expand Down

0 comments on commit fa3f05c

Please sign in to comment.