]> git.openstreetmap.org Git - chef.git/blobdiff - roles/simurgh.rb
Enable netplan for NZ tile caches
[chef.git] / roles / simurgh.rb
index 0c9595fa4a96b010f271adb7cfb6c97ca8bf332e..e0a29ee708e1e2b53ac2eeb9aadb477c52fe8bd2 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eth0",
+        :interface => "ens32",
         :role => :external,
         :family => :inet,
         :address => "94.20.20.55",
@@ -21,10 +21,10 @@ default_attributes(
   :tilecache => {
     :tile_parent => "baku.render.openstreetmap.org",
     :tile_siblings => [
+      "katie.openstreetmap.org",
+      "konqi.openstreetmap.org",
       "nepomuk.openstreetmap.org",
-      "tabaluga.openstreetmap.org",
-      "trogdor.openstreetmap.org",
-      "fume.openstreetmap.org"
+      "ridgeback.openstreetmap.org"
     ]
   }
 )