Skip to content

Commit 2b752ba

Browse files
committed
fix openhpc_partition config for stackhpc.openhpc groups->nodegroups change
1 parent 1f99e4a commit 2b752ba

File tree

1 file changed

+1
-1
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+1
-1
lines changed

environments/common/inventory/group_vars/all/openhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ openhpc_slurm_control_host: "{{ groups['control'] | first }}" # avoid using host
1717
openhpc_slurmdbd_host: "{{ openhpc_slurm_control_host }}"
1818
openhpc_rebuild_partition: # not a role var - could actually add more indirection here for things we're expecting to be modified, e.g. groups and maxtime
1919
name: rebuild
20-
groups: "{{ cluster_compute_groups }}"
20+
nodegroups: "{{ cluster_compute_groups }}"
2121
default: NO
2222
maxtime: 30
2323
partition_params:

0 commit comments

Comments
 (0)