Dzahn has uploaded a new change for review.

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

Change subject: add IPv6 interface to dataset1001 (eth2)
......................................................................

add IPv6 interface to dataset1001 (eth2)

This has been attempted before in Id7071adc57481383 to resolve T68996
but was reverted in Ic057897acf744c101 because it broke puppet.

reason was: "Breaks puppet. dataset1001 has its IP on eth2, not eth0."

and indeed, dataset1001 uses eth2:

4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:0a:f7:5d:a0:20 brd ff:ff:ff:ff:ff:ff
    inet 208.80.154.11/26 brd 208.80.154.63 scope global eth2
    inet6 2620:0:861:1:20a:f7ff:fe5d:a020/64 scope global dynamic

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/187121/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 8d9b884..ab4effa 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -634,6 +634,10 @@
     include role::dataset::systemusers
     include role::dataset::primary
     include role::dumps
+
+    interface::add_ip6_mapped { 'eth2':
+        interface => 'eth2',
+    }
 }
 
 # eqiad dbs

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iade83d3af3a21841c84a3e5fb5af7b36a9d7110f
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

Reply via email to