Skip to content

Commit ef90b59

Browse files
authored
Sync grafana repository content immediately
Grafana RPMs can go missing from the upstream, causing unexpected 404s when we try and download an RPM that our synced metadata says should exist. Immediately sync RPMs from the upstream Grafana repositories, so that we have a copy in Ark if they are removed from https://rpm.grafana.com.
1 parent d14c65d commit ef90b59

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)