]> git.openstreetmap.org Git - chef.git/commitdiff
Tilecache: add a few manual siblings trogdor <-> fume, jakelong -> nadder-0[12]
authorGrant Slater <git@firefishy.com>
Mon, 2 Sep 2013 13:58:01 +0000 (14:58 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 2 Sep 2013 13:58:01 +0000 (14:58 +0100)
cookbooks/tilecache/templates/default/squid.conf.erb

index fdd161091d79ac11272b96846f2833be0b6faadc..b3e447aebe330a16bb7d8d9964c8da2d11219dcf 100644 (file)
@@ -12,6 +12,16 @@ cache_peer nadder-02.openstreetmap.org sibling 3128 3130 proxy-only
 <% 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