File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
roles/cluster_infra/tasks Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5252 groups : " {{ hostvars[item].group_names | stackhpc.terraform.terraform_infra_expand_groups(cluster_groups_monitoring) }}"
5353 loop : " {{ groups.get('cluster', []) }}"
5454
55+ - name : Add cluster hosts to validation groups
56+ add_host :
57+ name : " {{ item }}"
58+ groups : " {{ hostvars[item].group_names | stackhpc.terraform.terraform_infra_expand_groups(cluster_groups_validation) }}"
59+ loop : " {{ groups.get('cluster', []) }}"
60+ when : cluster_run_validation | default(false) | bool
61+
5562- name : Add cluster hosts to Zenith groups
5663 add_host :
5764 name : " {{ item }}"
Original file line number Diff line number Diff line change 108108 when : zenith_subdomain_ood is defined
109109
110110- import_playbook : vendor/stackhpc/ansible-slurm-appliance/ansible/adhoc/hpctests.yml
111- when : cluster_run_validation | default(false) | bool
112111
113112# Write the outputs as the final task
114113- hosts : localhost
You can’t perform that action at this time.
0 commit comments