BBlack has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/41/214341/1

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: newchange
Gerrit-Change-Id: I3cb9332962335fad248c027790c8a13646406a8e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <bbl...@wikimedia.org>

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

Reply via email to