X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/487a005b1708189b2b2dddda3f0a7568b82b23db..0354a2880b3cfe6aacf4f98cd9c207618c09ffbe:/roles/tuatara.rb diff --git a/roles/tuatara.rb b/roles/tuatara.rb index afad1ab82..018542645 100644 --- a/roles/tuatara.rb +++ b/roles/tuatara.rb @@ -3,15 +3,14 @@ description "Master role applied to tuatara" default_attributes( :networking => { - :netplan => true, :interfaces => { :external_ipv4 => { :interface => "eno1", :role => :external, :family => :inet, - :address => "103.106.66.202", - :prefix => "24", - :gateway => "103.106.66.254" + :address => "114.23.141.203", + :prefix => "29", + :gateway => "114.23.141.201" } } }, @@ -23,9 +22,7 @@ default_attributes( :tile_parent => "wellington.render.openstreetmap.org", :tile_siblings => [ "waima.openstreetmap.org", - "longma.openstreetmap.org", - "storfly-02.openstreetmap.org", - "jakelong.openstreetmap.org" + "longma.openstreetmap.org" ] } )