From: Tom Hughes Date: Fri, 7 Mar 2025 17:04:25 +0000 (+0000) Subject: Drop last remnants of old bytemark networking X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/5d3548bfe8bfd95ccc9441408c51a96c48d6c211?ds=inline Drop last remnants of old bytemark networking --- diff --git a/roles/bytemark.rb b/roles/bytemark.rb index 8f23bd5d0..109a17208 100644 --- a/roles/bytemark.rb +++ b/roles/bytemark.rb @@ -3,30 +3,7 @@ description "Role applied to all servers at Bytemark" default_attributes( :hosted_by => "Bytemark", - :location => "York, England", - :networking => { - :roles => { - :internal => { - :inet => { - :prefix => "20", - :gateway => "10.0.32.20", - :routes => { - "10.0.0.0/8" => { :via => "10.0.32.20" } - } - } - }, - :external => { - :inet => { - :prefix => "28", - :gateway => "89.16.162.17" - }, - :inet6 => { - :prefix => "64", - :gateway => "fe80::1" - } - } - } - } + :location => "York, England" ) override_attributes( diff --git a/roles/shenron.rb b/roles/shenron.rb index f91677226..7f9f36a1c 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -19,14 +19,6 @@ default_attributes( "it87" ] }, - :prometheus => { - :metrics => { - :exim_queue_limit => { :metric => 250 } - } - } -) - -override_attributes( :networking => { :dnssec => "false", :interfaces => { @@ -45,6 +37,11 @@ override_attributes( } } } + }, + :prometheus => { + :metrics => { + :exim_queue_limit => { :metric => 250 } + } } )