Skip to content

Commit

Permalink
Use project manila share user from Azimuth (#17)
Browse files Browse the repository at this point in the history
* allow mounting project manila shares with more than one access rule

* fallback to autodetection of share_user if cluster_project_manila_share_user not defined

* Pick up the share name too

---------

Co-authored-by: John Garbutt <[email protected]>
  • Loading branch information
sjpb and JohnGarbutt authored Feb 20, 2024
1 parent 798c2bc commit 949e28c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workstation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
become: yes
vars:
os_manila_mount_shares:
- share_name: azimuth-project-share
- share_name: "{{ cluster_project_manila_share_name | default('azimuth-project-share') }}"
share_user: "{{ cluster_project_manila_share_user | default(omit) }}"
mount_path: /project
mount_user: root
mount_group: root
Expand Down

0 comments on commit 949e28c

Please sign in to comment.