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
Top-level inter-rack Switch -> Availability Zones -> Hypervisors -> VMs
9
9
10
+
Warning: This role doesn't currently trigger a restart of Slurm so will therefore not
11
+
reconfigure an already running cluster after a `ansible/site.yml` run. You will therefore need
12
+
to run the `ansible/adhoc/restart-slurm.yml` playbook for changes to topology.conf to be
13
+
recognised.
14
+
10
15
Role Variables
11
16
--------------
12
17
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 `[]`.
18
+
-`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
19
-`topology_conf_template`: Optional str. Path to Jinja2 template of topology.conf file. Default
15
20
`templates/topology.conf.j2`
16
21
-`topology_above_rack_topology`: Optionally multiline str. Used to define topology above racks/AZs if
0 commit comments