Ori.livneh has submitted this change and it was merged.

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, 8 insertions(+), 1 deletion(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/grafana.pp b/manifests/role/grafana.pp
index 7560ce1..c28483b 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.
+            # 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: merged
Gerrit-Change-Id: I7f322b9638b3f1245af2dcc85f3d0a218295d801
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to