Hashar has uploaded a new change for review.

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

Change subject: contint/beta: set natfix for the labs shared proxy
......................................................................

contint/beta: set natfix for the labs shared proxy

To save up public IP on labs, we have a shared proxy which has public IP
208.80.155.156 and private IP 10.68.16.65.  We have some browsertests
running on Jenkins labs instance that runs against labs instance
maintained by other teams.  So we better have to be able to reach them
directly.

Change-Id: I5886bee1ed3a667cd8492dbfe979519a4026fa82
---
M modules/beta/manifests/natfix.pp
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/87/129687/1

diff --git a/modules/beta/manifests/natfix.pp b/modules/beta/manifests/natfix.pp
index a0b2fb2..61ddf2f 100644
--- a/modules/beta/manifests/natfix.pp
+++ b/modules/beta/manifests/natfix.pp
@@ -32,6 +32,10 @@
         'deployment-cache-mobile03' => {public_ip  => '208.80.155.139',
                                         private_ip => '10.68.16.13' },
 
+        # A wide variety of hosts are reachable via a public web proxy.
+        'labs_shared_proxy' => {public_ip  => '208.80.155.156',
+                                private_ip => '10.68.16.65'},
+
     }
     create_resources( 'beta::natdestrewrite', $nat_mappings )
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5886bee1ed3a667cd8492dbfe979519a4026fa82
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>

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

Reply via email to