]> git.openstreetmap.org Git - chef.git/blobdiff - roles/culebre.rb
Add an extra resolve for nidhogg
[chef.git] / roles / culebre.rb
index b1938d2b109c0fad370e97cf1243dd419ad51b8a..b7e4fc80ace9b9a97d1a012888b318df77ea796e 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to culebre"
 
 default_attributes(
   :networking => {
-    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "ens3",
@@ -23,7 +22,7 @@ default_attributes(
     }
   },
   :squid => {
-    :cache_mem => "6100 MB",
+    :cache_mem => "12500 MB",
     :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
@@ -32,7 +31,6 @@ default_attributes(
       "trogdor.openstreetmap.org",
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org",
-      "ridgeback.openstreetmap.org",
       "gorynych.openstreetmap.org"
     ]
   }