-
Notifications
You must be signed in to change notification settings - Fork 332
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
open ondemand 2.0 updates #963
Comments
Thanks Jeff! |
This issue is stale because it has been open for 60 days with no activity. Please update the issue or it will be closed in 7 days. |
I am installing Open OnDemand using DeepOps on a DGX A100 and run into this problem: TASK [ood-wrapper : fix permissions on regex file] *****************************
fatal: [theHostname]: FAILED! => changed=false
msg: file (/opt/ood/ood_auth_map/bin/ood_auth_map.regex) is absent, cannot continue
path: /opt/ood/ood_auth_map/bin/ood_auth_map.regex
state: absent Any help on how to solve it is appreciated. |
Do you use and/or need that file? We've found most sites can get by with the Here are the release notes for the same. |
Opened #1068 to remove this task from the DeepOps installation logic |
This task, which was removed in 21.12, seems to be back in 22.01. In 22.01, the following error has occurred again.
|
- Remove task for non-existent ood_auth_map.rexex file - Remove unnecessary ood_portal_generator var
Addressed by #1125 |
Hey, I'm updating the playbooks for Open OnDemand 2.0 and thought I'd drop in and let you folks know about some updates.
I was going to tell you we're on galaxy now as
osc.open_ondemand
, but I see you use the git tags which is just as well.We don't ship this file in 2.0. So you'll either have to write your own or just use the
user_map_match
that we'll start shipping with.deepops/roles/ood-wrapper/tasks/server.yml
Lines 205 to 210 in 2879da8
This works in debian's in v1.8.1+ of the role - you should be able to remove this and have everything work. I'll continue to have ansible templates in 2.0.x, but I'd like to deprecate it just because it's duplicate work on my side with not a lot of benefit to the user.
deepops/roles/ood-wrapper/vars/ubuntu.yml
Line 6 in 2879da8
The text was updated successfully, but these errors were encountered: