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
For Confluent Enterprise Support customers, we would strongly advise you to open a Support ticket which will be addressed within your Support contract SLA at https://support.confluent.io
Describe the issue
It's not clear how to install cryptograhy package through ansible in airgapped environment
From an internet accessible machine run pip download cryptography -d <local directory on distribution server>. It downloads a bunch of .whl files called wheels. I have no clue what a "wheel" is. I have noticed, based on your exact linux version, it downloads different number of .whl files. So I suggest you run the command from another RHEL 9.3 machine.
Copy all the .whl files to your managed nodes and run pip install command for each .whl file. Eg., pip install crypto-blah-blah.whl.
We are running Rocky 8.9 and given an airgapped network, I cant find another rocky 8.9 to run the download command from.
Let me know how that goes. I'll do the same till someone from Confluent updated the docs.
For Confluent Enterprise Support customers, we would strongly advise you to open a Support ticket which will be addressed within your Support contract SLA at
https://support.confluent.io
Describe the issue
It's not clear how to install cryptograhy package through ansible in airgapped environment
To Reproduce
Follow the documentation step7, it doesn't work
https://docs.confluent.io/ansible/current/ansible-airgap.html
Expected behaviour
It's not clear where to copy downloaded directory, when running ansible on the remote host I get network issues (obviously).
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: