Muehlenhoff has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/299116

Change subject: etcd: Use DOMAIN_NETWORKS
......................................................................

etcd: Use DOMAIN_NETWORKS

The conf* hosts are only accessed by systems in the production networks
and the etcd installations in labs only by labs hosts.

Change-Id: I09c4888cb42a63581d5f2003e9f0ead8fd36a5d4
---
M manifests/role/etcd.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/16/299116/1

diff --git a/manifests/role/etcd.pp b/manifests/role/etcd.pp
index 17a0d99..fdb5ad0 100644
--- a/manifests/role/etcd.pp
+++ b/manifests/role/etcd.pp
@@ -14,13 +14,13 @@
     ferm::service{'etcd_clients':
         proto  => 'tcp',
         port   => hiera('etcd::client_port', '2379'),
-        srange => '$ALL_NETWORKS',
+        srange => '$DOMAIN_NETWORKS',
     }
 
     ferm::service{'etcd_peers':
         proto  => 'tcp',
         port   => hiera('etcd::peer_port', '2380'),
-        srange => '$ALL_NETWORKS',
+        srange => '$DOMAIN_NETWORKS',
     }
 
     # Back up etcd

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09c4888cb42a63581d5f2003e9f0ead8fd36a5d4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <mmuhlenh...@wikimedia.org>

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

Reply via email to