Skip to content

Commit

Permalink
docs: correct units and channels of the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
matheushent authored and NucciTheBoss committed Nov 1, 2024
1 parent 3ce36ab commit ea6cb4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions howto/getting-started/deploy-workload-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,27 @@ applications:
slurmctld:
charm: slurmctld
constraints: virt-type=virtual-machine
channel: latest/edge
num_units: 1
slurmd:
charm: slurmd
constraints: virt-type=virtual-machine
channel: latest/edge
num_units: 1
slurmdbd:
charm: slurmdbd
constraints: virt-type=virtual-machine
channel: latest/edge
num_units: 1
slurmrestd:
charm: slurmrestd
constraints: virt-type=virtual-machine
channel: latest/edge
num_units: 1
mysql:
charm: mysql
channel: 8.0/stable
num_units: 1
slurmdbd-mysql-router:
charm: mysql-router
channel: dpe/beta
Expand Down

0 comments on commit ea6cb4b

Please sign in to comment.