File tree Expand file tree Collapse file tree 4 files changed +4
-14
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 64
64
- import_role :
65
65
name : stackhpc.openhpc
66
66
tasks_from : validate.yml
67
- - assert :
68
- that : " 'enable_configless' in openhpc_config.SlurmctldParameters | default([])"
69
- fail_msg : |
70
- 'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
71
- Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
72
- success_msg : Checked Slurm will be configured for configless operation
73
- delegate_to : localhost
74
- run_once : true
75
67
76
68
- name : Validate filebeat configuration
77
69
hosts : filebeat
Original file line number Diff line number Diff line change 1
1
{
2
2
"cluster_image" : {
3
- "RL8" : " openhpc-RL8-250805-1048-59517120 " ,
4
- "RL9" : " openhpc-RL9-250805-1050-59517120 "
3
+ "RL8" : " openhpc-RL8-250805-1410-35724c15 " ,
4
+ "RL9" : " openhpc-RL9-250805-1409-35724c15 "
5
5
}
6
6
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ openhpc_packages_default:
43
43
- podman-compose
44
44
openhpc_packages_extra : []
45
45
openhpc_packages : " {{ (openhpc_packages_default + openhpc_packages_extra) | select | list }}"
46
- openhpc_munge_key : " {{ vault_openhpc_mungekey | b64decode }}"
46
+ openhpc_munge_key_b64 : " {{ vault_openhpc_mungekey }}"
47
47
openhpc_login_only_nodes : login
48
48
openhpc_state_save_location : " {{ appliances_state_dir + '/slurmctld' if appliances_state_dir is defined else '/var/spool' }}"
49
49
@@ -53,8 +53,6 @@ openhpc_config_extra: {}
53
53
54
54
# default additional slurm.conf parameters for the appliance:
55
55
openhpc_config_default :
56
- SlurmctldParameters :
57
- - enable_configless
58
56
TaskPlugin : task/cgroup,task/affinity
59
57
ReturnToService : 2 # workaround for templating bug TODO: Remove once on stackhpc.openhpc v1.2.0
60
58
TopologyPlugin : " topology/{{ 'tree' if (topology_nodes | length) > 0 else 'flat' }}"
Original file line number Diff line number Diff line change 4
4
version : v25.3.2
5
5
name : stackhpc.nfs
6
6
- src : https://github.com/stackhpc/ansible-role-openhpc.git
7
- version : v1.2 .0
7
+ version : v1.3 .0
8
8
name : stackhpc.openhpc
9
9
- src : https://github.com/stackhpc/ansible-node-exporter.git
10
10
version : stackhpc
You can’t perform that action at this time.
0 commit comments