X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..59c52348248fc332f96eebee113de7bbf74addb2:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index c73baca1d..d925702c8 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 => "12.1.2-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 => { @@ -49,7 +60,7 @@ default_attributes( :port => "1194", :mode => "client", :peer => { - :host => "horntail.openstreetmap.org", + :host => "ironbelly.openstreetmap.org", :port => "1194" } }, @@ -75,7 +86,8 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", + "role[hp-g6]", "role[gateway]", "role[foundation]", "role[stateofthemap]",