Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #886 from bshephar/dnf-instead-of-rpm
Browse files Browse the repository at this point in the history
Use dnf instead of rpm
  • Loading branch information
openshift-merge-bot[bot] authored May 22, 2024
2 parents 31aa1c1 + 354a6ea commit a74da16
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ Repeat this step for each data plane node that the hotfix must be applied to.
+
----
$ ssh <ssh_user>@<data_plane_node>
$ sudo rpm -F /tmp/<hotfix_id>/rpms/*.rpm
$ sudo dnf in -y /tmp/<hotfix_id>/rpms/*.rpm
----
+
* The `-F` (`--freshen`) `rpm` command option updates the RPM content if earlier versions are already installed.
* Replace `<ssh_user>` with the SSH user name.
* Replace `<data_plane_node>` with the hostname or IP for the data plane node.
* Replace `<hotfix_id>` with a hotfix identifier such as a Jira issue, for example `osprh-0000`.
Expand Down

0 comments on commit a74da16

Please sign in to comment.