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 @@ -120,30 +120,6 @@ and referenced from the `site` and `production` environments, e.g.:
120120 set the "attach" options and run `tofu apply` again - this should show there
121121 are no changes planned.
122122
123- and OpenTofu configured to use that volume rather than managing one itself
124- by setting
125-
126- home_volume_provisioning = "attach"
127-
128- either for a specific environment in the cluster module block in
129- `environments/$ENV/tofu/main.tf`, or as the site default by changing the
130- default in `environments/site/tofu/variables.tf`.
131-
132- For a development environment allowing OpenTofu to manage the volume using
133- the default value
134-
135- home_volume_provisioning = "manage"
136-
137- is usually appropriate, as it allows for multiple clusters to be created with
138- this environment.
139-
140- If no home volume at all is required because the home directories are provided
141- by a parallel filesystem (e.g. manila) use
142-
143- home_volume_provisioning = "none"
144-
145- In this case the NFS share for home directories is automatically disabled.
146-
147123- Enable `etc_hosts` templating:
148124
149125 ```yaml
You can’t perform that action at this time.
0 commit comments