Skip to content

Commit be06d3d

Browse files
sjpbJohnGarbutt
andauthored
Use project manila share user from Azimuth (#359)
* remove mention of home share from slurm-infra UI * allow caas to mount manila shares with more than one access rule * fallback to autodetection of share_user if cluster_project_manila_share_user not defined * allow cluster_project_manila_share_name to be undefined * Update manila.yml --------- Co-authored-by: John Garbutt <[email protected]>
1 parent e791c25 commit be06d3d

File tree

1 file changed

+2
-1
lines changed
  • environments/.caas/inventory/group_vars/all

1 file changed

+2
-1
lines changed

environments/.caas/inventory/group_vars/all/manila.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ caas_manila_home:
77

88
cluster_project_manila_share_name: azimuth-project-share
99
caas_manila_project:
10-
share_name: "{{ cluster_project_manila_share_name }}"
10+
share_name: "{{ cluster_project_manila_share_name | default('azimuth-project-share') }}"
11+
share_user: "{{ cluster_project_manila_share_user | default(omit) }}"
1112
mount_path: /project
1213
mount_user: root
1314
mount_group: root

0 commit comments

Comments
 (0)