]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Update carto stylesheet to v4.23.0
[chef.git] / roles / ucl.rb
index e61a04f7dfafd69b06d680ab58efaada2dd5cbd6..27064ea2359a8a42a83c83705ae899c20a1b3777 100644 (file)
@@ -2,9 +2,7 @@ name "ucl"
 description "Role applied to all servers at UCL"
 
 default_attributes(
-  :bind => {
-    :forwarders => [ "144.82.100.1", "144.82.100.41" ]
-  },
+  :location => "Slough, England",
   :networking => {
     :roles => {
       :internal => {
@@ -17,25 +15,20 @@ default_attributes(
         :zone => "ucl",
         :inet => {
           :prefix => "24",
-          :gateway => "128.40.168.126"
+          :gateway => "193.60.236.254"
         }
       }
     }
-  },
-  :sysctl => {
-    :sack => {
-      :comment => "Disable SACK as the UCL firewall breaks it",
-      :parameters => { 
-        "net.ipv4.tcp_sack" => "0"
-      }
-    }
   }
-
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"],
+    :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
+  },
   :ntp => {
-    :servers => [ "ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk" ]
+    :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"]
   }
 )