Alexandros Kosiaris has submitted this change and it was merged.

Change subject: let tin have a proper IPv6 address
......................................................................


let tin have a proper IPv6 address

the one it gets per default is not
mapped, so the IPv6 address will not
match the IPv4 compatibility format

and then it will not match the cidr used
by tcpircbot  ('::ffff:10.64.0.196/128',     # tin)

and then dologmsg on tin will try Ipv6 first
but timeout, then try IPv4 and work,
which results in about 1 minute delay when
scapping

either this, or make it use IPv4

http://en.wikipedia.org/wiki/Dot-decimal_notation

Change-Id: Iadd9b9786c1a9c7a16b8bf4be022f5f97cbe57b7
---
M manifests/site.pp
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index 11a54ad..ac36213 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2656,6 +2656,10 @@
     package { 'unzip':
         ensure => 'present',
     }
+
+    interface::add_ip6_mapped { 'main':
+        interface => 'eth0',
+    }
 }
 
 # titinium hosts archiva.wikimedia.org

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iadd9b9786c1a9c7a16b8bf4be022f5f97cbe57b7
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Mark Bergsma <m...@wikimedia.org>
Gerrit-Reviewer: Rush <r...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to