You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support fixed IP addresses for control node
The variable control_ip_address was documented but not implemented.
Since we support multiple networks, change it to control_ip_addresses
and implement it.
Closes#642.
* Update environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf
* tf style tweaks
* update production docs for control_ip_addresses
* fix control IP address logic
* add validation for control_ip_addresses
* remove fixed IPs from production docs - not standard process
* support ip_addresses fo all nodes
* make stackhpc tofu format consistent
---------
Co-authored-by: Steve Brasier <[email protected]>
Co-authored-by: Steve Brasier <[email protected]>
Copy file name to clipboardExpand all lines: docs/production.md
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -134,23 +134,6 @@ and referenced from the `site` and `production` environments, e.g.:
134
134
135
135
- Consider whether having (read-only) access to Grafana without login is OK. If not, remove `grafana_auth_anonymous` in `environments/$ENV/inventory/group_vars/all/grafana.yml`
136
136
137
-
- Modify `environments/site/tofu/nodes.tf` to provide fixed IPs for at least
138
-
the control node, and (if not using FIPs) the login node(s):
0 commit comments