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
Copy file name to clipboardExpand all lines: docs/production.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,13 @@ and referenced from the `site` and `production` environments, e.g.:
118
118
- If floating IPs are required for login nodes, create these in OpenStack and add the IPs into
119
119
the OpenTofu `login` definition.
120
120
121
+
- Consider enabling topology aware scheduling. This is currently only supported if your cluster does not include any baremetal nodes. This can be enabled by:
122
+
1. Creating Availability Zones in your OpenStack project for each physical rack
123
+
2. Setting the `availability_zone` fields of compute groups in your OpenTofu configuration
124
+
3. Adding the `compute` group as a child of `topology` in `environments/$ENV/inventory/groups`
125
+
4. (Optional) If you are aware of the physical topology of switches above the rack-level, override `topology_above_rack_topology` in your groups vars
126
+
(see [topology docs](../ansible/roles/topology/README.md) for more detail)
127
+
121
128
- Consider whether mapping of baremetal nodes to ironic nodes is required. See
0 commit comments