Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ You must enable and synchronize the new {ProjectVersion} repositories before you
** *{RHEL} 9 (for x86_64 {endash} AppStream) (RPMs)*
* Repositories required to upgrade {Project} clients:
** *{project-client-name}* for each {RHEL} version your clients are using
** If you use Puppet to manage host configurations, *{project-client-name} OpenVox* for each {RHEL} version your clients are using
. In the {ProjectWebUI}, navigate to *Content* > *Sync Status*.
. Synchronize the following repositories:
** All repositories for version {ProjectVersion}
** *{project-client-name}* repositories for each {RHEL} version your clients are using
. If you use Puppet to manage host configurations, manually update the content views for your hosts.
Add the *{project-client-name} OpenVox* repository for the {RHEL} version your clients are using to the content views and publish and promote a new version of the content views.

.Troubleshooting
* Refresh the Red{nbsp}Hat subscription manifest to resolve issues with synchronizing repositories.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
:_mod-docs-content-type: PROCEDURE

[id="upgrade-puppet-agent-to-openvox-agent"]
= Upgrade Puppet agent 7 to OpenVox agent 8

[role="_abstract"]
If you use Puppet to configure hosts, you can upgrade Puppet agent to OpenVox agent.

Puppet agent remains compatible with OpenVox in {Project} as a legacy alternative, but {Team} recommends to upgrade to OpenVox agent.
For more information, see {ManagingConfigurationsPuppetDocURL}openvox-versions-supported-for-integration-with-{project-context}[OpenVox versions supported for integration with {Project}] in _{ManagingConfigurationsPuppetDocTitle}_.

.Prerequisites
* *{project-client-name} OpenVox* repository is enabled on the host.

.Procedure
* On your hosts, upgrade the `puppet-agent` agent package to `openvox-agent`:
** On hosts running {EL} 8 and above:
+
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
# {client-package-update-el8} puppet-agent
----
+
** On hosts running {EL} 7:
+
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
# {client-package-update-el7} puppet-agent
----
+
You can also use remote execution to upgrade the package on multiple hosts.
For more information, see {ManagingHostsDocURL}Upgrading_a_package_managing-hosts[Upgrading a package] in _{ManagingHostsDocTitle}_.
2 changes: 2 additions & 0 deletions guides/doc-Upgrading_Project/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ endif::[]

ifdef::satellite[]
include::common/modules/proc_refreshing-clients-of-insights-iop.adoc[leveloffset=+2]

include::common/modules/proc_upgrade-puppet-agent-to-openvox-agent.adoc[leveloffset=+2]
endif::[]

ifndef::orcharhino,satellite[]
Expand Down
2 changes: 2 additions & 0 deletions guides/doc-Upgrading_Project_Disconnected/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ include::common/modules/proc_upgrading-smartproxy-server.adoc[leveloffset=+2]
include::common/modules/proc_upgrading-the-external-database-operating-system.adoc[leveloffset=+2]

include::common/modules/proc_refreshing-clients-of-insights-iop.adoc[leveloffset=+2]

include::common/modules/proc_upgrade-puppet-agent-to-openvox-agent.adoc[leveloffset=+2]
endif::[]

ifndef::orcharhino,satellite[]
Expand Down
Loading