Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Add ferm rules for postgres/maps
......................................................................


Add ferm rules for postgres/maps

Change-Id: I30f3498c82704bd94c9563b8dbc076bc88cbcb35
---
M modules/role/manifests/maps/master.pp
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/role/manifests/maps/master.pp 
b/modules/role/manifests/maps/master.pp
index 5352a4c..17e1ccf 100644
--- a/modules/role/manifests/maps/master.pp
+++ b/modules/role/manifests/maps/master.pp
@@ -51,4 +51,12 @@
         port   => '6379',
         srange => "(${maps_hosts_ferm})",
     }
+
+    # Access to postgres master from postgres slaves
+    ferm::service { 'postgres_maps':
+        proto  => 'tcp',
+        port   => '5432',
+        srange => "(${maps_hosts_ferm})",
+    }
 }
+

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I30f3498c82704bd94c9563b8dbc076bc88cbcb35
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Yurik <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to