Eevans has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/332682 )

Change subject: fix incorrect port in ferm rule
......................................................................

fix incorrect port in ferm rule

In f435b8, the Prometheus JVM agent was configured to listen on 7800,
but the Ferm rule opened 7300.

Bug: T155120
Change-Id: I510a75dd76104755c84de5f0608c9a5fc169e14c
---
M modules/role/manifests/cassandra.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/332682/1

diff --git a/modules/role/manifests/cassandra.pp 
b/modules/role/manifests/cassandra.pp
index f093a91..a675f78 100644
--- a/modules/role/manifests/cassandra.pp
+++ b/modules/role/manifests/cassandra.pp
@@ -73,7 +73,7 @@
     # Prometheus jmx_exporter for Cassandra
     ferm::service { 'cassandra-jmx_exporter':
         proto  => 'tcp',
-        port   => '7300',
+        port   => '7800',
         srange => "@resolve((${prometheus_nodes_ferm}))",
     }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I510a75dd76104755c84de5f0608c9a5fc169e14c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Eevans <eev...@wikimedia.org>

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

Reply via email to