X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..4ffc2ea14e4ca0db54934cd79551446528bf3c26:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 08093d90d..f4f45c032 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,7 +2,7 @@ name "ridley" description "Master role applied to ridley" default_attributes( - :dhcpd =>{ + :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254" }, @@ -19,7 +19,7 @@ default_attributes( :category => "Ups", :values => { :load => { - :sum => [ "apcpdu_apc1.load", "apcpdu_apc2.load", "apcpdu_apc3.load" ], + :sum => ["apcpdu_apc1.load", "apcpdu_apc2.load", "apcpdu_apc3.load"], :label => "Load" } } @@ -32,14 +32,14 @@ default_attributes( :interface => "eth0", :role => :external, :family => :inet, - :address => "128.40.168.102" + :address => "128.40.45.205" }, :internal_ipv4 => { :interface => "eth1", :role => :internal, :family => :inet, :address => "10.0.0.3" - }, + } } }, :openvpn => { @@ -75,7 +75,8 @@ default_attributes( ) run_list( - "role[ucl-wates]", + "role[ucl-wolfson]", + "role[hp-g6]", "role[gateway]", "role[foundation]", "role[stateofthemap]",