X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8eba37ca714c3567220dc8e1355a4f3be5480e68..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/konqi.rb diff --git a/roles/konqi.rb b/roles/konqi.rb index 5f7fb006f..6e3ee6834 100644 --- a/roles/konqi.rb +++ b/roles/konqi.rb @@ -5,7 +5,7 @@ default_attributes( :networking => { :interfaces => { :external_ipv4 => { - :interface => "p2p1", + :interface => "eth0", :role => :external, :family => :inet, :address => "81.7.11.83", @@ -13,10 +13,10 @@ default_attributes( :gateway => "81.7.11.1" }, :external_ipv6 => { - :interface => "p2p1", + :interface => "eth0", :role => :external, :family => :inet6, - :address => "2a02:180:1:1::517:ad5", + :address => "2a02:180:1:1::517:b53", :prefix => "64", :gateway => "2a02:180:1:1::1" } @@ -29,14 +29,12 @@ default_attributes( :tilecache => { :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" ] } )