Skip to content

Commit 501189e

Browse files
authored
Merge pull request #399 from stackhpc/fix/grafana-sync-policy
Sync grafana repository content immediately
2 parents d14c65d + ef90b59 commit 501189e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ rpm_package_repos:
255255
short_name: elasticsearch_logstash_kibana_7_x
256256
sync_group: third_party
257257
distribution_name: elasticsearch-logstash-kibana-7.x-
258-
# Note(piotrp): With repository size of 16G - for now we'll want this on_demand
258+
# Note(matta): Sync content immediately as it can be removed from the upstream mirrors
259259
- name: Grafana
260260
url: https://rpm.grafana.com
261-
policy: on_demand
261+
policy: immediate
262262
base_path: grafana/oss/rpm/
263263
short_name: grafana
264264
sync_group: grafana

0 commit comments

Comments
 (0)