]> git.openstreetmap.org Git - chef.git/blobdiff - roles/konqi.rb
Enable netplan for some european tile caches
[chef.git] / roles / konqi.rb
index 4dd68f0255eff20166bba4af5ea05890f70388ed..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",
@@ -29,12 +30,10 @@ default_attributes(
   :tilecache => {
     :tile_parent => "germany.render.openstreetmap.org",
     :tile_siblings => [
-      "tabaluga.openstreetmap.org",
       "katie.openstreetmap.org",
       "trogdor.openstreetmap.org",
       "nepomuk.openstreetmap.org",
       "ridgeback.openstreetmap.org",
-      "fume.openstreetmap.org",
       "gorynych.openstreetmap.org",
       "simurgh.openstreetmap.org"
     ]