Skip to content

Commit 001c459

Browse files
committed
updated docs
1 parent fa028f9 commit 001c459

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/production.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -118,30 +118,6 @@ and referenced from the `site` and `production` environments, e.g.:
118118
- If floating IPs are required for login nodes, modify the OpenTofu configurations
119119
appropriately.
120120

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-
145121
- Consider whether mapping of baremetal nodes to ironic nodes is required. See
146122
[PR 485](https://github.com/stackhpc/ansible-slurm-appliance/pull/485).
147123

0 commit comments

Comments
 (0)