-
Notifications
You must be signed in to change notification settings - Fork 99
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
Use Python 3.11 by default and venv instead of virtualenv #877
Conversation
this is useful to not symlink to a NFS-stored version of python or the system version
Please take this one over, I will be on a bike soon. |
Also, all the changes are to |
Do you mean that the same changes should be applied to sn06's playbook and group vars or that this changeset is correct? |
We do not have a sn07 host at the moment. Only sn06. Also, the changes @bgruening made and suggested were concerning to sn06. Though the changes made to sn07 now are useful (keep things synced), they will not change or implement @bgruening's plan for sn06. Maybe that will come in a separate PR? |
Sorry I was thinking somehow of the maintenance node as sn07 (obviously wrong) 😅 Now it is clear.
In the end what would make better sense is to define a servers group (e.g. "headnodes") and move most of the group vars currently defined for sn06 to such group. |
I could not find those variables in sn06. Sorry. |
This will tell the miniconda role where to install
I have added the missing variable now. Notes @bgruening's migration plan:
Updated plan:
The changes will now use the miniconda role and create a |
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.
It should work. Please merge this banner update PR and then this PR. Make sure to change the name of the existing venv
directory to venv38
before running and deploying this playbook.
I had workshops to do this morning and many questions, so will do it tomorrow morning, your midnight. |
@bgruening, |
Ok I will keep an eye on it. I guess we would deactivate it if it's not working and ask Anyp to look at it. |
And let's go! |
Closes usegalaxy-eu/issues#465.