BBlack has submitted this change and it was merged.

Change subject: Deploy v6 token approach to some jessie/trusty hosts
......................................................................


Deploy v6 token approach to some jessie/trusty hosts

Change-Id: I3cb9332962335fad248c027790c8a13646406a8e
---
M modules/interface/manifests/add_ip6_mapped.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/interface/manifests/add_ip6_mapped.pp 
b/modules/interface/manifests/add_ip6_mapped.pp
index 6d72bc4..4ff8bd2 100644
--- a/modules/interface/manifests/add_ip6_mapped.pp
+++ b/modules/interface/manifests/add_ip6_mapped.pp
@@ -28,8 +28,8 @@
             prefixlen => '64'
         }
 
-        # XXX Temporary: testing on cp1008 first in a couple of different 
scenarios...
-        if $::hostname == 'cp1008' {
+        # XXX Temporary: testing on jessie/trusty hostnames ending in the 
digit 1
+        if $::hostname =~ /1$/ {
 
         # The above sets up an "up" command to add the fixed IPv6 mapping of 
the v4
         # address statically, and also executes the command to add the address

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3cb9332962335fad248c027790c8a13646406a8e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: John F. Lewis <johnflewi...@gmail.com>
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