]> git.openstreetmap.org Git - chef.git/blobdiff - roles/konqi.rb
Enable netplan for some european tile caches
[chef.git] / roles / konqi.rb
index af0055ce01e41263a8d6e41f18a5b5aa67e7fb3d..10e69e19617b3891a53cf00004cc0bfd8244a077 100644 (file)
@@ -3,9 +3,10 @@ description "Master role applied to konqi"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
-        :interface => "p2p1",
+        :interface => "eth0",
         :role => :external,
         :family => :inet,
         :address => "81.7.11.83",
@@ -13,7 +14,7 @@ default_attributes(
         :gateway => "81.7.11.1"
       },
       :external_ipv6 => {
-        :interface => "p2p1",
+        :interface => "eth0",
         :role => :external,
         :family => :inet6,
         :address => "2a02:180:1:1::517:b53",
@@ -33,7 +34,6 @@ default_attributes(
       "trogdor.openstreetmap.org",
       "nepomuk.openstreetmap.org",
       "ridgeback.openstreetmap.org",
-      "fume.openstreetmap.org",
       "gorynych.openstreetmap.org",
       "simurgh.openstreetmap.org"
     ]