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: ansible/roles/topology/README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,17 @@ Role Variables
12
12
13
13
-`topology_topology_nodes:`: Required list of strs. List of inventory hostnames of nodes to include in topology tree. Must be set to include all compute nodes in Slurm cluster. Default `[]`.
14
14
-`topology_conf_template`: Optional str. Path to Jinja2 template of topology.conf file. Default
15
-
`templates/topology.conf.j2`
15
+
`templates/topology.conf.j2`
16
+
-`topology_above_rack_topology`: Optionally multiline str. Used to define topology above racks/AZs if
17
+
you wish to partition racks further under different logical switches. New switches above should be
18
+
defined as [SwitchName lines](https://slurm.schedmd.com/topology.html#hierarchical) referencing
19
+
rack Availability Zones under that switch in their `Switches fields`. These switches must themselves
0 commit comments