File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1+ # Account for the fact we are running outside of the expected environment system:
2+ # NB: this only works for playbooks in ansible/*, not in ansible/adhoc!
3+ appliances_repository_root : " {{ playbook_dir }}/../"
4+
15# Convert the variable supplied by the portal into the one expected by the Slurm appliance
26update_enable : " {{ cluster_upgrade_system_packages | default('false') | bool }}"
37# The update logs are written on the Ansible controller
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,3 @@ openondemand_address: "{{ hostvars[groups['openondemand'].0].api_address if 'ope
66# Override group_var set in ansible-slurm-appliance all group - unless
77# OOD is being deployed then there won't be an OOD group
88prometheus_scrape_configs : " {{ prometheus_scrape_configs_default + (openondemand_scrape_configs if ( 'openondemand' in groups ) else [] ) }}"
9-
10- # Modify to account for the fact we are running outside of the expected environment system
11- prometheus_alert_rules_files :
12- - " {{ playbook_dir }}/../environments/common/files/prometheus/rules/*.rules"
You can’t perform that action at this time.
0 commit comments