You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Cr is failing with following error in the status:
Failed to import the required Python library (openshift) on keydb-operator-controller-manager-7b45b6dcd9-6h2zd's Python /usr/bin/python3. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter
Failed to import the required Python library (openshift) on keydb-operator-controller-manager-7b45b6dcd9-6h2zd's Python /usr/bin/python3. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter
TASK [set status] ********************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ModuleNotFoundError: No module named 'openshift'
fatal: [localhost]: FAILED! => {"changed": false, "error": "No module named 'openshift'", "msg": "Failed to import the required Python library (openshift) on keydb-operator-controller-manager-7b45b6dcd9-6h2zd's Python /usr/bin/python3. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"}
-------------------------------------------------------------------------------
{"level":"error","ts":"2024-09-25T21:03:29Z","logger":"runner","msg":"\u001b[0;34mansible-playbook [core 2.15.6]\u001b[0m\r\n\u001b[0;34m config file = /etc/ansible/ansible.cfg\u001b[0m\r\n\u001b[0;34m configured module search path = ['/usr/share/ansible/openshift']\u001b[0m\r\n\u001b[0;34m ansible python module location = /usr/local/lib/python3.9/site-packages/ansible\u001b[0m\r\n\u001b[0;34m ansible collection location = /opt/ansible/.ansible/collections:/usr/share/ansible/collections\u001b[0m\r\n\u001b[0;34m executable location = /usr/local/bin/ansible-playbook\u001b[0m\r\n\u001b[0;34m python version = 3.9.18 (main, Sep 22 2023, 17:58:34) [GCC 8.5.0 20210514 (Red Hat 8.5.0-20)] (/usr/bin/python3)\u001b[0m\r\n\u001b[0;34m jinja version = 3.1.2\u001b[0m\r\n\u001b[0;34m libyaml = True\u001b[0m\r\n\u001b[0;34mUsing /etc/ansible/ansible.cfg as config file\u001b[0m\r\n\u001b[0;34mstatically imported: /opt/ansible/.ansible/collections/ansible_collections/krestomatio/k8s/roles/v1alpha1/database/keydb/ta...
----- Ansible Task Status Event StdOut (keydb.krestomat.io/v1alpha1, Kind=Keydb, keydb/keydb) -----
PLAY RECAP *********************************************************************
localhost : ok=24 changed=0 unreachable=0 failed=1 skipped=6 rescued=1 ignored=0
To Reproduce
Steps to reproduce the behavior:
install operator via olm
create default cr as stated in the docs.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Please tell us about your environment:
Operating System: SCOS
Where is this running Onprem
Storage being used rook.io
Container Image Tag:
Platform (Docker, Kubernetes, OpenShift): OKD
Platform Version: 4.16
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Cr is failing with following error in the status:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
![image](https://private-user-images.githubusercontent.com/10408311/370895540-1437265b-a66c-41ca-b66d-938f8bd6df8b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDk0MTgsIm5iZiI6MTczOTU0OTExOCwicGF0aCI6Ii8xMDQwODMxMS8zNzA4OTU1NDAtMTQzNzI2NWItYTY2Yy00MWNhLWI2NmQtOTM4ZjhiZDZkZjhiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE2MDUxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYwY2Y0NGViNGJiMWQ5NTlhYWUwYmQ4NTdjMTQwYTliMDdkMzZkMzUxNTg5MTE2YTg3YjM1YmE5Njc3Y2E4MmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zxLkvNSrxIBVAKrs-fi2JctSB_tVgGn4Uyzwyme05n8)
Please tell us about your environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: