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

Change subject: Make Coal's whisper files accessible to Graphite front-ends.
......................................................................


Make Coal's whisper files accessible to Graphite front-ends.

Coal exists because I wanted more control over how client-side performance
numbers were aggregated than I could get from Graphite and StatSite. There is
no reason, though, to limit the visualization of the data to coal-web. So add
a symlink.

Change-Id: Ic0f17d9889622a96980d747fa924a8562e4fbe91
---
M manifests/role/performance.pp
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved



diff --git a/manifests/role/performance.pp b/manifests/role/performance.pp
index c8e5e6e..61f73e2 100644
--- a/manifests/role/performance.pp
+++ b/manifests/role/performance.pp
@@ -26,4 +26,10 @@
         content => template('apache/sites/performance.wikimedia.org.erb'),
         require => Git::Clone['performance/docroot'],
     }
+
+    # Make Coal's whisper files accessible to Graphite front-ends.
+    file { '/var/lib/carbon/whisper/coal':
+        ensure => link,
+        target => '/var/lib/coal',
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic0f17d9889622a96980d747fa924a8562e4fbe91
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@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