X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/68e068818d559ef35bdf2a138a93596337828ef9..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index aee7655c9..60ebf295c 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -12,26 +12,25 @@ default_attributes( :max_connections_per_child => 10000 } }, - :bind => { - :clients => "ucl" - }, :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254" }, :networking => { :interfaces => { - :external_ipv4 => { + :external => { :interface => "eth0.2800", :role => :external, - :family => :inet, - :address => "193.60.236.19" + :inet => { + :address => "193.60.236.19" + } }, - :internal_ipv4 => { + :internal => { :interface => "eth0.2801", :role => :internal, - :family => :inet, - :address => "10.0.0.3" + :inet => { + :address => "10.0.0.3" + } } } } @@ -43,7 +42,6 @@ run_list( "role[gateway]", "role[foundation]", "role[stateofthemap]", - "role[switch2osm]", "role[blog]", "role[otrs]", "role[donate]",