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 6464 - import_role :
6565 name : stackhpc.openhpc
6666 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
7567
7668- name : Validate filebeat configuration
7769 hosts : filebeat
Original file line number Diff line number Diff line change 11{
22 "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 "
55 }
66}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ openhpc_packages_default:
4343 - podman-compose
4444openhpc_packages_extra : []
4545openhpc_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 }}"
4747openhpc_login_only_nodes : login
4848openhpc_state_save_location : " {{ appliances_state_dir + '/slurmctld' if appliances_state_dir is defined else '/var/spool' }}"
4949
@@ -53,8 +53,6 @@ openhpc_config_extra: {}
5353
5454# default additional slurm.conf parameters for the appliance:
5555openhpc_config_default :
56- SlurmctldParameters :
57- - enable_configless
5856 TaskPlugin : task/cgroup,task/affinity
5957 ReturnToService : 2 # workaround for templating bug TODO: Remove once on stackhpc.openhpc v1.2.0
6058 TopologyPlugin : " topology/{{ 'tree' if (topology_nodes | length) > 0 else 'flat' }}"
Original file line number Diff line number Diff line change 44 version : v25.3.2
55 name : stackhpc.nfs
66 - src : https://github.com/stackhpc/ansible-role-openhpc.git
7- version : v1.2 .0
7+ version : v1.3 .0
88 name : stackhpc.openhpc
99 - src : https://github.com/stackhpc/ansible-node-exporter.git
1010 version : stackhpc
You can’t perform that action at this time.
0 commit comments