Skip to content

Commit af8e55e

Browse files
author
Matt Pryor
committed
Put hpctests output directory in writable location
1 parent d4180ca commit af8e55e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

group_vars/cluster.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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"
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
711
vault_azimuth_user_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"

group_vars/openhpc_tests.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)