Skip to content

Commit a1d5d92

Browse files
committed
caas: mount homedirs on control node too for manila for consistency and fix homedir creation
1 parent f04fae9 commit a1d5d92

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ basic_users_users:
1010
- adm
1111
- systemd-journal
1212
sudo: azimuth ALL=(ALL) NOPASSWD:ALL
13+
14+
# the path *on the control node* for the home directories depends on the filesystem:
15+
basic_users_homedir_server_path: "'/home' if cluster_home_manila_share | bool else '/exports/home'"

environments/.caas/inventory/groups

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ openhpc
7171

7272
[manila:children]
7373
# Hosts to configure for manila fileshares
74-
login
75-
compute
74+
cluster
7675

7776
[persist_hostkeys:children]
7877
# Hosts to use common set of hostkeys which persist across reimaging.

0 commit comments

Comments
 (0)