X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/13c438992edec34c32e745a6c38b72c3c02cdcbd..b48a593c1d23cf965eb42c6993cba78850dcf9f2:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index b9b339262..47307292d 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -8,7 +8,15 @@ default_attributes( :interface => "em1", :role => :external, :family => :inet, - :address => "140.211.167.105" + :address => "140.211.167.105", + :prefix => "28", + :gateway => "140.211.167.97" + }, + :external_ipv6 => { + :interface => "em1", + :role => :external, + :family => :inet6, + :address => "2605:bc80:3010:700::8cde:a769" } } }, @@ -19,8 +27,7 @@ default_attributes( :tilecache => { :tile_parent => "corvallis.render.openstreetmap.org", :tile_siblings => [ - "nadder-01.openstreetmap.org", - "nadder-02.openstreetmap.org", + "ascalon.openstreetmap.org", "jakelong.openstreetmap.org", "nepomuk.openstreetmap.org", "lurien.openstreetmap.org"