]> git.openstreetmap.org Git - chef.git/blobdiff - roles/saphira.rb
Enable netplan for some european tile caches
[chef.git] / roles / saphira.rb
index dc01144a44b3048506bb5bc6490bbf496bf31e99..4e32f12ee294f09f5bbaa9b770f30d83f83fed3e 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to saphira"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
@@ -33,7 +34,6 @@ default_attributes(
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org",
       "ridgeback.openstreetmap.org",
-      "fume.openstreetmap.org",
       "gorynych.openstreetmap.org"
     ]
   }
@@ -41,5 +41,6 @@ default_attributes(
 
 run_list(
   "role[jump]",
+  "role[geodns]",
   "role[tilecache]"
 )