Skip to content

Commit 28457a7

Browse files
committed
added readme
1 parent 96c13de commit 28457a7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ansible/roles/topology/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
topology
2+
========
3+
4+
Templates out /etc/slurm/topology.conf file based on an Openstack project for use by
5+
Slurm's [topology/tree plugin.](https://slurm.schedmd.com/topology.html) Models
6+
project as tree with a heirarchy of:
7+
8+
Project -> Availability Zones -> Hypervisors -> VMs
9+
10+
Role Variables
11+
--------------
12+
13+
- `topology_topology_nodes: []`: Required list[str]. List of nodes to include in topology tree. Must be set to include all compute nodes in Slurm cluster. Default `[]`.
14+
- `topology_topology_override:`: Optional str. If set, will override templating and be provided as custom topology.conf content. Undefined by default.

0 commit comments

Comments
 (0)