X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/77e19bb05f5b61db0b75945a7bba3b5f1c72d577..fe0c3cd23523cd1e596c1cab048fdf2c9e19865e:/roles/konqi.rb diff --git a/roles/konqi.rb b/roles/konqi.rb index 80c88fa0d..38a0a4618 100644 --- a/roles/konqi.rb +++ b/roles/konqi.rb @@ -5,7 +5,7 @@ default_attributes( :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "p4p1", :role => :external, :family => :inet, :address => "81.7.11.83", @@ -13,10 +13,10 @@ default_attributes( :gateway => "81.7.11.1" }, :external_ipv6 => { - :interface => "eth0", + :interface => "p4p1", :role => :external, :family => :inet6, - :address => "2a02:0180:1:1::551f:bbf6", + :address => "2a02:180:1:1::517:b53", :prefix => "64", :gateway => "2a02:180:1:1::1" } @@ -27,16 +27,14 @@ default_attributes( :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { - :tile_parent => "falkenstein.render.openstreetmap.org", + :tile_parent => "germany.render.openstreetmap.org", :tile_siblings => [ - "tabaluga.openstreetmap.org", - "katie.openstreetmap.org", - "trogdor.openstreetmap.org", - "nepomuk.openstreetmap.org", - "ridgeback.openstreetmap.org", - "fume.openstreetmap.org", - "gorynych.openstreetmap.org", - "simurgh.openstreetmap.org" + "katie.openstreetmap.org", + "trogdor.openstreetmap.org", + "nepomuk.openstreetmap.org", + "ridgeback.openstreetmap.org", + "gorynych.openstreetmap.org", + "simurgh.openstreetmap.org" ] } )