Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290868

Change subject: grafana: disable automatic update checking and external 
snapshots
......................................................................

grafana: disable automatic update checking and external snapshots

Automatic update checks default to enabled (grr). Ditto the possibility of
posting snapshots to raintank.io. So disable both, explicitly.

Change-Id: I7f322b9638b3f1245af2dcc85f3d0a218295d801
---
M manifests/role/grafana.pp
1 file changed, 9 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/68/290868/1

diff --git a/manifests/role/grafana.pp b/manifests/role/grafana.pp
index 7560ce1..c5434ff 100644
--- a/manifests/role/grafana.pp
+++ b/manifests/role/grafana.pp
@@ -78,10 +78,17 @@
                 cookie_secure => true,
             },
 
-            # Don't send anonymous usage stats to stats.grafana.org.
             # We don't like it when software phones home.
-            'analytics'  => {
+            # Don't send anonymous usage stats to stats.grafana.org,
+            # and don't check for updates automatically.
+            'analytics' => {
                 reporting_enabled => false,
+                check_for_updates => false,
+            },
+
+            # Also, don't allow publishing to raintank.io.
+            'snapshots' => {
+                external_enabled => false,
             },
         },
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/290868
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f322b9638b3f1245af2dcc85f3d0a218295d801
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to