File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -118,30 +118,6 @@ and referenced from the `site` and `production` environments, e.g.:
118
118
- If floating IPs are required for login nodes, modify the OpenTofu configurations
119
119
appropriately.
120
120
121
- - Enable persisting login node hostkeys so users do not get annoying ssh warning
122
- messages on reimage:
123
-
124
- ```yaml
125
- # environments/site/inventory/groups:
126
- [persist_hostkeys:children]
127
- login
128
- ```
129
- And configure NFS to include exporting the state directory to these hosts:
130
-
131
- ```yaml
132
- # environments/common/inventory/group_vars/all/nfs.yml:
133
- nfs_configurations:
134
- # ... potentially, /home defintion from common environment
135
- - comment: Export state directory to login nodes
136
- nfs_enable:
137
- server: " {{ inventory_hostname in groups['control'] }}"
138
- clients: " {{ inventory_hostname in groups['login'] }}"
139
- nfs_server: " {{ nfs_server_default }}"
140
- nfs_export: " /var/lib/state"
141
- nfs_client_mnt_point: " /var/lib/state"
142
- ```
143
- See [issue 506](https://github.com/stackhpc/ansible-slurm-appliance/issues/506).
144
-
145
121
- Consider whether mapping of baremetal nodes to ironic nodes is required. See
146
122
[PR 485](https://github.com/stackhpc/ansible-slurm-appliance/pull/485).
147
123
You can’t perform that action at this time.
0 commit comments