]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/templates/default/squid.conf.erb
Tilecache: add a few manual siblings trogdor <-> fume, jakelong -> nadder-0[12]
[chef.git] / cookbooks / tilecache / templates / default / squid.conf.erb
index 1a23b4022accd22eca6d5b9e89fea833a468302a..b3e447aebe330a16bb7d8d9964c8da2d11219dcf 100644 (file)
@@ -6,12 +6,21 @@ http_access allow osmtile_sites
 acl osmtile_nocache_url urlpath_regex \.png/(status|dirty)$
 cache deny osmtile_sites osmtile_nocache_url
 
-<% if node[:fqdn] == "nadder-01.openstreetmap.org" || node[:fqdn] == "nadder-02.openstreetmap.org" -%> 
-<% @caches.each do |cache| -%>
-<% cache.ipaddresses(:family => :inet, :role => :external).sort.each do |address| -%>
-#cache_peer <%= address %> sibling 3128 3130
+<% if node[:fqdn] == "nadder-01.openstreetmap.org" -%>
+cache_peer nadder-02.openstreetmap.org sibling 3128 3130 proxy-only
+<% end -%>
+<% if node[:fqdn] == "nadder-02.openstreetmap.org" -%> 
+cache_peer nadder-01.openstreetmap.org sibling 3128 3130 proxy-only
+<% end -%>
+<% if node[:fqdn] == "trogdor.openstreetmap.org" -%>
+cache_peer fume.openstreetmap.org sibling 3128 3130
 <% end -%>
+<% if node[:fqdn] == "fume.openstreetmap.org" -%>
+cache_peer trogdor.openstreetmap.org sibling 3128 3130
 <% end -%>
+<% if node[:fqdn] == "jakelong.openstreetmap.org" -%>
+cache_peer nadder-01.openstreetmap.org sibling 3128 3130 proxy-only
+cache_peer nadder-02.openstreetmap.org sibling 3128 3130 proxy-only
 <% end -%>
 cache_peer <%= node[:tilecache][:tile_parent] %> parent 80 0 no-query originserver name=osmtileAccel login=PASS connect-timeout=60 no-digest weight=1000
 cache_peer render.openstreetmap.org parent 80 0 no-query originserver name=osmtileAccelBackup login=PASS connect-timeout=60 no-digest weight=10