]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Revert "Update ascalon configuration for squid 3"
[chef.git] / roles / ascalon.rb
index 7f5e2bd710cf323c6adb7d2ebe4c15781f978976..073bdcb2f2e515aeeddbaf69bac0dab8e474c033 100644 (file)
@@ -5,21 +5,30 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth0",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.193"
+        :address => "184.107.48.228",
+        :prefix => "27",
+        :gateway => "184.107.48.225"
       }
     }
   },
-  :accounts => {
-    :users => {
-      :emacsen => { :status => :administrator }
-    }
+  :squid => {
+    :cache_mem => "16000 MB",
+    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
+  },
+  :tilecache => {
+    :tile_parent => "montreal.render.openstreetmap.org",
+    :tile_siblings => [
+      "stormfly-02.openstreetmap.org",
+      "jakelong.openstreetmap.org"
+    ]
   }
 )
 
 run_list(
-  "role[ucl-wolfson]",
-  "role[roundup]"
+  "role[netalerts]",
+  "role[geodns]",
+  "role[tilecache]"
 )