X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/de36e6558743eebc1185d32fa0b58dbafe9bbc53..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/culebre.rb diff --git a/roles/culebre.rb b/roles/culebre.rb index c50f00588..ed3d93ddb 100644 --- a/roles/culebre.rb +++ b/roles/culebre.rb @@ -14,13 +14,6 @@ default_attributes( :address => "155.210.4.103", :prefix => "28", :gateway => "155.210.4.110" - }, - :internal_ipv4 => { - :interface => "ens4", - :role => :internal, - :family => :inet, - :address => "10.148.97.151", - :prefix => "24" } } }, @@ -35,13 +28,7 @@ default_attributes( ] }, :tilecache => { - :tile_parent => "zaragoza.render.openstreetmap.org", - :tile_siblings => [ - "trogdor.openstreetmap.org", - "katie.openstreetmap.org", - "konqi.openstreetmap.org", - "gorynych.openstreetmap.org" - ] + :tile_parent => "zaragoza.render.openstreetmap.org" } )