Skip to content

Commit 531b3b9

Browse files
authored
Merge pull request #221 from stackhpc/fix/grafana-upgrade
Always skip updating grafana
2 parents d3e99b0 + 543705a commit 531b3b9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

environments/common/inventory/group_vars/all/update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ update_enable: false
44
# These variables define the packages updates and are passed to ansible's yum module parameters with the same names: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_module.html
55
update_name: '*'
66
update_state: latest
7-
update_exclude: omit
7+
update_exclude:
8+
- grafana
89
update_disablerepo: omit
910
# Log changes during update here on localhost:
1011
update_log_path: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/logs/{{ inventory_hostname }}-updates.log"

environments/common/inventory/group_vars/builder/defaults.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ openhpc_slurm_service_started: false
66
nfs_client_mnt_state: present
77
openhpc_rebuild_reconfigure: false
88
update_enable: true
9-
update_exclude:
10-
- grafana
119
block_devices_partition_state: skip
1210
block_devices_filesystem_state: skip
1311
block_devices_mount_state: present

0 commit comments

Comments
 (0)