Skip to content

Commit

Permalink
Remove pyghmi,crypto package references (#1060)
Browse files Browse the repository at this point in the history
The RDO repository removed the rhel8/centos8 packages[0] as CentOS Stream 8
is EOL by the end of May. The role[1] has been modified to avoid the need of
such requirement.

[0] https://lists.rdoproject.org/archives/list/[email protected]/thread/Q3AD6A5B3RM5ENAN6MCXICCVTQJYNLTD/
[1] redhatci/ansible-collection-redhatci-ocp#314
  • Loading branch information
tonyskapunk authored Sep 12, 2024
1 parent 30ee293 commit c5e0597
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ include::modules/ansible-playbook-contents-of-the-webserver.adoc[leveloffset=+1]
include::modules/ansible-playbook-checklist.adoc[leveloffset=+1]
include::modules/ansible-playbook-disconnected-running-the-playbook.adoc[leveloffset=+1]
include::modules/ansible-playbook-appendix-creating-local-repository.adoc[]
include::modules/ansible-playbook-appendix-python3-crypto-pyghmi.adoc[]
include::modules/ansible-playbook-appendix-env-vars-sh.adoc[]
include::modules/ansible-playbook-appendix-helper-script-sh.adoc[]

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ include::../../ipi-install/modules/ipi-install-validation-checklist-for-nodes.ad
== Validation checklist for Ansible playbook installation

* [ ] Create a local repository using a RHEL 8 Installation DVD to install packages
* [ ] Manually install `python3-crypto` and `python3-pyghmi` on the provision host (packages not part of RHEL installation DVD)
* [ ] Suppress `Unable to read consumer identity` messages when using `subscription-manager` via `/etc/yum.conf`
* [ ] Ensure `release.txt` file exists within the webserver path/to/webserver/<ocp_release_version>
* [ ] Ensure `rhcos.json` file exists within the webserver path/to/webserver/<ocp_release_version>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
= Gotchas

include::ansible-playbook-using-become-yes-within-ansiblecfg-or-inside-playbookyml.adoc[leveloffset=+1]
include::ansible-playbook-failed-to-install-python3-crypto-python3-pyghmi.adoc[leveloffset=+1]
include::ansible-playbook-failed-to-connect-to-bus-no-file-or-directory.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ chmod 0440 /etc/sudoers.d/kni
----
+
. Enable a `dnf` <<local_repository,local repository>> on the provision host

. Manually install <<packages,`python3-crypto` and `python3-pyghmi`>> packages on the provision host

0 comments on commit c5e0597

Please sign in to comment.