X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/da8f75f725d2c105419c351195231bac70a46e7c..ee6580d55e1bbed06787ac3e5f18af1bb35c8e6d:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 371d39f85..7637af87d 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,7 +2,18 @@ name "ridley" description "Master role applied to ridley" default_attributes( - :dhcpd =>{ + :apache => { + :ssl => { + :certificate => "osmfoundation", + :certificate_chain => "startcom" + } + }, + :chef => { + :client => { + :version => "11.18.0-1" + } + }, + :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254" }, @@ -19,7 +30,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 +43,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 +86,8 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", + "role[hp-g6]", "role[gateway]", "role[foundation]", "role[stateofthemap]",