]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chrysophylax.rb
Enable netplan for American tile caches
[chef.git] / roles / chrysophylax.rb
index 45482639b8c6e18ea53a4558d1463418b0666385..91bd103dd329968e2e84e48c256e67aa3137166d 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to chrysophylax"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "ens160",
@@ -27,7 +28,7 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "france.render.openstreetmap.org",
+    :tile_parent => "zurich.render.openstreetmap.org",
     :tile_siblings => [
       "noomoahk.openstreetmap.org",
       "nepomuk.openstreetmap.org",
@@ -39,5 +40,6 @@ default_attributes(
 
 run_list(
   "role[iway]",
+  "role[geodns]",
   "role[tilecache]"
 )