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
Per #229 (comment) from Murali, we cannot use the containerized approach that we are using elsewhere in this case because we also run this in a pipeline with Airflow where Jetski is containerized.
We need to replace the badfish venv command here with a straight standalone CLI method.
The text was updated successfully, but these errors were encountered:
Latest Badfish has some issues on using virtual python environment and venv will not be supported in the long run.
We have replaced most uses of venv in #229, but one usage remains in the bootstrap role:
JetSki/ansible-ipi-install/roles/bootstrap/vars/main.yml
Line 3 in ab0bba1
This var is used in the tasks here:
https://github.com/redhat-performance/JetSki/blob/ab0bba1094226119fca1f7feb4bdc3b73d6c67e9/ansible-ipi-install/roles/bootstrap/tasks/20_reprovision_nodes.yml
Per #229 (comment) from Murali, we cannot use the containerized approach that we are using elsewhere in this case because we also run this in a pipeline with Airflow where Jetski is containerized.
We need to replace the badfish venv command here with a straight standalone CLI method.
The text was updated successfully, but these errors were encountered: