Skip to content

Commit c98b92b

Browse files
author
Matt Pryor
authored
Merge pull request #5 from stackhpc/fix/update-log-path
Use a local path for update logs
2 parents c8131bf + fc365c2 commit c98b92b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

group_vars/cluster.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Convert the variable supplied by the portal into the one expected by the Slurm appliance
22
update_enable: "{{ cluster_upgrade_system_packages | default('false') | bool }}"
3+
# Don't store the update logs as they are created in the job container anyway
4+
update_log_path: "{{ playbook_dir }}/logs/{{ inventory_hostname }}-updates.log"
35

46
# Read the secrets from the Ansible local facts on the control host
57
vault_azimuth_user_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"

0 commit comments

Comments
 (0)