-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes issues with Centos9-Stream #435
Conversation
…rking with centos9-stream Signed-off-by: sajauddin <sajauddin.mohammad@ibm.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sajauddin The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@sajauddin: PR is not mergeable. The PR state is: blocked Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@@ -148,6 +148,7 @@ sudo hostnamectl set-hostname --static ${lower(var.name_prefix)}bastion-${count. | |||
echo 'HOSTNAME=${lower(var.name_prefix)}bastion-${count.index}.${var.cluster_domain}' | sudo tee -a /etc/sysconfig/network > /dev/null | |||
sudo hostname -F /etc/hostname | |||
echo 'vm.max_map_count = 262144' | sudo tee --append /etc/sysctl.conf > /dev/null | |||
pip install oauthlib==3.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good place for this line is at resource bastion_packages
as it will need python installed.
@sajauddin I see ocp-power-automation/ocp4-playbooks#167 as well which is installed on bastion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the package has installed in ocp4-playbooks, so no need to add here.
The error was due to kubernetes package dependency while using the playbook after install hence the playbook changes make sense. |
To fix ImportError for SIGNATURE_RSA from oauthlib.oauth1 (python module) observed while working with centos9-stream. This issue was observed in bastion, master and worker nodes. So, relevant changes required in ocp4-helpernode and ocp4-playbooks.