Muehlenhoff has submitted this change and it was merged.
Change subject: Add ferm rules for mariadb sanitarium
......................................................................
Add ferm rules for mariadb sanitarium
Bug: T104699
Change-Id: I43469f8d233a58a6deff111e5b6201f9305e243e
---
M manifests/role/mariadb.pp
1 file changed, 18 insertions(+), 0 deletions(-)
Approvals:
Muehlenhoff: Verified; Looks good to me, approved
diff --git a/manifests/role/mariadb.pp b/manifests/role/mariadb.pp
index bc281f7..1556462 100644
--- a/manifests/role/mariadb.pp
+++ b/manifests/role/mariadb.pp
@@ -460,6 +460,24 @@
password => $passwords::misc::scripts::mysql_root_pass,
}
+ ferm::service { 'mysqld_sanitarium':
+ proto => 'tcp',
+ port => '3311:3317',
+ srange => '$INTERNAL',
+ }
+
+ ferm::service { 'gmond_udp':
+ proto => 'udp',
+ port => '8649',
+ srange => '$INTERNAL',
+ }
+
+ ferm::service { 'gmond_tcp':
+ proto => 'tcp',
+ port => '8649',
+ srange => '$INTERNAL',
+ }
+
# One instance per shard using mysqld_multi.
# This allows us to send separate replication channels downstream.
$folders = [
--
To view, visit https://gerrit.wikimedia.org/r/234489
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I43469f8d233a58a6deff111e5b6201f9305e243e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits