Skip to content

Commit fa028f9

Browse files
committed
removed unnescessary caas config
1 parent a1e5bd7 commit fa028f9

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

environments/.caas/inventory/extra_groups

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ compute
1414

1515
[podman:children]
1616
zenith
17-
18-
[persist_hostkeys:children]
19-
openondemand
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
nfs_server: "{{ nfs_server_default }}"
22

3-
caas_nfs_ood_state:
4-
- comment: Export /var/lib/state from Slurm control node to OOD
5-
nfs_enable:
6-
server: "{{ inventory_hostname in groups['control'] }}"
7-
clients: "{{ inventory_hostname in groups['openondemand'] }}"
8-
nfs_export: "{{ appliances_state_dir }}"
9-
nfs_client_mnt_point: "{{ appliances_state_dir }}"
10-
nfs_client_mnt_options: "x-systemd.required-by=zenith-ood.service,x-systemd.before=zenith-ood.service"
11-
123
caas_nfs_home:
134
- comment: Export /exports/home from Slurm control node as /home
145
nfs_enable:
@@ -17,4 +8,4 @@ caas_nfs_home:
178
nfs_export: "/exports/home" # assumes skeleton TF is being used
189
nfs_client_mnt_point: "/home"
1910

20-
nfs_configurations: "{{ caas_nfs_ood_state + (caas_nfs_home if not cluster_home_manila_share | bool else []) }}"
11+
nfs_configurations: "{{ caas_nfs_home if not cluster_home_manila_share | bool else [] }}"

0 commit comments

Comments
 (0)