Dzahn has uploaded a new change for review.
https://gerrit.wikimedia.org/r/174015
Change subject: gerrit role: add ssh::server listening on other IP
......................................................................
gerrit role: add ssh::server listening on other IP
since recently ssh::server is now more configurable
use the new listen_address option how and it a ssh server
to the gerrit production role class that only listens
on one of the 2 IPs ytterbium has on eth0
as long as we don't _also_ include a default sshd
from base it should work, but the question is where
does ytterbium even get base from currently ??
Change-Id: I6f31318188e184d0da3a24898ebfbeafae7afd81
---
M manifests/role/gerrit.pp
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/15/174015/1
diff --git a/manifests/role/gerrit.pp b/manifests/role/gerrit.pp
index 7086c85..deb37b1 100644
--- a/manifests/role/gerrit.pp
+++ b/manifests/role/gerrit.pp
@@ -43,6 +43,10 @@
prefixlen => '128',
}
+ ssh::server {
+ listen_address => '208.80.154.80',
+ }
+
ferm::service { 'gerrit_ssh':
proto => 'tcp',
port => '29418',
--
To view, visit https://gerrit.wikimedia.org/r/174015
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f31318188e184d0da3a24898ebfbeafae7afd81
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits