Skip to content
6 changes: 6 additions & 0 deletions guides/common/attributes-orcharhino.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
:smartproxy-example-com: orcharhino-proxy.example.com
:smartproxy_port: 9090
:fdi-package-name: orcharhino-fdi
// Overwrite to avoid "Insights on Foreman"
:Insights: Insights
:advisorengine: {Insights} advisor in {Project}
:insights-iop-id: insights-in-orcharhino
:insights-iop: {Insights} in {Project}
:vulnerabilityengine: {Insights} vulnerability in {Project}
// KB articles
:atix-kb-clients: https://atixservice.zendesk.com/hc/de/articles/19430263501468[{Project} Clients gen3]
:atix-kb-debian-ubuntu-installation-media: https://atixservice.zendesk.com/hc/de/articles/7044086506908[Using file repositories for installation media for Debian/Ubuntu]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ To maintain your {ProjectServer}, and improve your ability to monitor and diagno
----
# {foreman-installer} --register-with-insights
----
+
. Optional: You can change the default schedule for running `insights-client` by updating the system systemd settings and the `insights-client.timer` file on your {ProjectServer}.

.Verification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:_mod-docs-content-type: PROCEDURE

[id="configuring_synchronization_of_insights_recommendations_for_hosts_{context}"]
[id="configuring-synchronization-of-{insights-iop-id}-recommendations-for-hosts"]
= Configuring synchronization of {Insights} recommendations for hosts

[role="_abstract"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Use the *Filter* field to search for specific keywords.
. Select the *Schedule* you require.
. Click *Submit*.
+
In the Jobs window, you can view the progress of your plan.
In the *Jobs* window, you can view the progress of your plan.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ The *RedHatInsights.insights-client* Ansible role is used to automate the instal

.Procedure
. Add the *RedHatInsights.insights-client* role to the hosts.
See {ManagingConfigurationsAnsibleDocURL}Using_Ansible_Roles_to_Automate_Repetitive_Tasks_on_Clients_ansible[Using Ansible Roles to Automate Repetitive Tasks on Clients] in _{ManagingConfigurationsAnsibleDocTitle}_.
+
For more information, see {ManagingConfigurationsAnsibleDocURL}Using_Ansible_Roles_to_Automate_Repetitive_Tasks_on_Clients_ansible[Using Ansible roles to automate repetitive tasks on clients in _{ManagingConfigurationsAnsibleDocTitle}_].
. To run the *RedHatInsights.insights-client* role on your host, navigate to *Hosts* > *All Hosts* and click the name of the host that you want to use.
. On the host details page, expand the *Schedule a job* dropdown menu.
. Click *Run Ansible roles*.

.Additional resources
* {ManagingConfigurationsAnsibleDocURL}Getting_Started_with_Ansible_in_{project-context}_ansible[Getting Started with Ansible in {Project} in _{ManagingConfigurationsAnsibleDocTitle}_]
* {ManagingConfigurationsAnsibleDocURL}Getting_Started_with_Ansible_in_{project-context}_ansible[Getting started with Ansible in {Project} in _{ManagingConfigurationsAnsibleDocTitle}_]
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:_mod-docs-content-type: PROCEDURE

[id="enabling-rh-cloud-and-insights-client-reports-on-hosts_{context}"]
[id="enabling-rh-cloud-and-insights-client-reports-on-hosts"]
= Enabling RH Cloud and {Insights} client reports on hosts

[role="_abstract"]
You can enable the {Insights} client on hosts and have {Project} upload hosts inventory to the {Insights} service in the {RHCloud}.

ifdef::katello,foreman-el,foreman-deb[]
ifdef::katello,foreman-el,foreman-deb,orcharhino[]
{Insights} is a service by Red Hat for {RHEL} hosts.
Ensure to set this parameter for {RHEL} hosts only.
If you set the parameter on any non-{RHEL} operating systems, {Project} automatically uploads new reports to the {RHCloud} when enabled in RH Cloud {Project} settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
[id="installing-{insights-iop-id}-on-a-connected-{project-context}-server"]
= Installing {insights-iop} on a connected {ProjectServer}

ifdef::satellite[]
You can pull the {insights-iop} from the Red{nbsp}Hat container registry if your {ProjectServer} has access to the registry.
endif::[]
ifndef::satellite[]
You can pull the {insights-iop} from the Quay container registry.
endif::[]

.Prerequisites
ifdef::satellite[]
* Ensure that the {ProjectServer} has access to the Red{nbsp}Hat container registry.
endif::[]
* Ensure that Podman is installed.
ifdef::satellite[]
For more information, see {RHELDocsBaseURL}9/html/building_running_and_managing_containers/assembly_starting-with-containers_building-running-and-managing-containers#proc_getting-container-tools_assembly_starting-with-containers[Getting container tools] in _{RHEL}{nbsp}9 Building, running, and managing containers_.
Expand All @@ -16,13 +23,18 @@ For more information, see https://podman.io/docs/installation#installing-on-linu
endif::[]

.Procedure
. Log in to the Red Hat registry by using Podman:
ifdef::satellite[]
. Log in to the Red{nbsp}Hat registry by using Podman:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
# podman login --authfile /etc/foreman/registry-auth.json registry.redhat.io
----
. Enable the plugin:
endif::[]
ifndef::satellite[]
* Enable the plugin:
endif::[]
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:_mod-docs-content-type: REFERENCE

[id="access_to_information_from_insights_in_{Project}_{context}"]
[id="access-to-information-from-{insights-iop-id}-in-{project-context}"]
= Access to information from {Insights} in {Project}

[role="_abstract"]
Expand Down
2 changes: 1 addition & 1 deletion guides/common/modules/ref_storage-requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ifdef::katello,satellite,orcharhino[]
|/var/lib/pulp |1 MB |300 GB
endif::[]

ifdef::satellite[]
ifdef::orcharhino,satellite[]
|/var/lib/containers if using {insights-iop} |10 GB |15 GB
endif::[]
|====
Expand Down
4 changes: 4 additions & 0 deletions guides/doc-Installing_Server/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ include::common/modules/con_performing-additional-configuration.adoc[leveloffset

ifdef::satellite[]
include::common/modules/proc_configuring-project-server-as-insights-client.adoc[leveloffset=+2]
endif::[]

ifdef::orcharhino,satellite[]
include::common/assembly_installing-and-configuring-insights-iop.adoc[leveloffset=+2]
endif::[]

ifdef::satellite[]
include::common/assembly_importing-the-project-client-name-repository.adoc[leveloffset=+2]

include::common/modules/proc_configuring-pull-based-transport-for-remote-execution.adoc[leveloffset=+2]
Expand Down