Filippo Giunchedi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/372826 )

Change subject: role: explicit cluster label for thumbor
......................................................................

role: explicit cluster label for thumbor

Bug: T151554
Change-Id: I36eb87f2b1f2711e3365eaff6d238469ad6805b4
---
M modules/role/manifests/prometheus/ops.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/26/372826/1

diff --git a/modules/role/manifests/prometheus/ops.pp 
b/modules/role/manifests/prometheus/ops.pp
index ff7cd90..015c8c3 100644
--- a/modules/role/manifests/prometheus/ops.pp
+++ b/modules/role/manifests/prometheus/ops.pp
@@ -334,7 +334,9 @@
         site    => $::site,
         cluster => 'thumbor',
         port    => 8800,
-        labels  => {},
+        labels  => {
+            'cluster' => 'thumbor'
+        },
     }
 
     prometheus::server { 'ops':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36eb87f2b1f2711e3365eaff6d238469ad6805b4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to