]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridgeback.rb
Enable netplan for German tile caches
[chef.git] / roles / ridgeback.rb
index e8d1a4ff4c1fdf1fdad07898fb09f1e344f9ad57..3232dc3ef975b8bd652899f4846104f0a101e439 100644 (file)
@@ -23,6 +23,7 @@ default_attributes(
     }
   },
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
@@ -52,7 +53,6 @@ default_attributes(
   :tilecache => {
     :tile_parent => "oslo.render.openstreetmap.org",
     :tile_siblings => [
-      "fume.openstreetmap.org",
       "trogdor.openstreetmap.org",
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org",
@@ -65,5 +65,6 @@ default_attributes(
 
 run_list(
   "role[blix-no]",
+  "role[geodns]",
   "role[tilecache]"
 )