File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Convert the variable supplied by the portal into the one expected by the Slurm appliance
22update_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"
3+ # The update logs are written on the Ansible controller
4+ # In CaaS, the Ansible controller is an ephemeral AWX pod, so all that matters is that
5+ # this is a location that is writable by the container user
6+ update_log_path : " {{ playbook_dir }}/.tmp/logs/{{ inventory_hostname }}-updates.log"
7+ # Same for the hpctests output directory
8+ hpctests_outdir : " {{ playbook_dir }}/.tmp/hpctests"
59
610# Read the secrets from the Ansible local facts on the control host
711vault_azimuth_user_password : " {{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments