Skip to content

Commit 733e4e2

Browse files
committed
use hpctests group_vars
1 parent 5ccd772 commit 733e4e2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

group_vars/cluster.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ update_enable: "{{ cluster_upgrade_system_packages | default('false') | bool }}"
44
# In CaaS, the Ansible controller is an ephemeral AWX pod, so all that matters is that
55
# this is a location that is writable by the container user
66
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"
97

108
# Read the secrets from the Ansible local facts on the control host
119
vault_azimuth_user_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"
@@ -22,6 +20,3 @@ appliances_local_users_podman_enable: "{{ groups.get('podman', []) | length > 0
2220
# The server name for Open OnDemand depends on whether Zenith is enabled or not
2321
openondemand_servername_default: "{{ hostvars[groups['openstack'][0]].cluster_floating_ip_address | replace('.', '-') ~ '.sslip.io' }}"
2422
openondemand_servername: "{{ zenith_fqdn_ood | default(openondemand_servername_default) }}"
25-
26-
# Skip plotting pingpong as matplotlib not in runner environment:
27-
hpctests_pingpong_plot: false

group_vars/hpctests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Skip plotting pingpong as matplotlib not in runner environment
2+
hpctests_pingpong_plot: false
3+
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+
hpctests_outdir: "{{ playbook_dir }}/.tmp/hpctests"

0 commit comments

Comments
 (0)