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
@@ -12,22 +11,23 @@ reconfigure an already running cluster after a `ansible/site.yml` run. You will
12
11
to run the `ansible/adhoc/restart-slurm.yml` playbook for changes to topology.conf to be
13
12
recognised.
14
13
15
-
Role Variables
16
-
--------------
14
+
## Role Variables
17
15
18
16
-`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 `[]`.
19
17
-`topology_conf_template`: Optional str. Path to Jinja2 template of topology.conf file. Default
20
18
`templates/topology.conf.j2`
21
-
-`topology_above_rack_topology`: Optionally multiline str. Used to define topology above racks/AZs if
22
-
you wish to partition racks further under different logical switches. New switches above should be
23
-
defined as [SwitchName lines](https://slurm.schedmd.com/topology.html#hierarchical) referencing
24
-
rack Availability Zones under that switch in their `Switches fields`. These switches must themselves
0 commit comments