X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1ff76f74e0d15fd0fec34a3d98b043dca84c953b..5f273f1b91609cb4b5d1c1cfbd145b8f0e494202:/roles/errol.rb diff --git a/roles/errol.rb b/roles/errol.rb index a26658036..a3880421e 100644 --- a/roles/errol.rb +++ b/roles/errol.rb @@ -2,11 +2,6 @@ name "errol" description "Master role applied to errol" default_attributes( - :chef => { - :client => { - :version => "12.1.2-1" - } - }, :devices => { :osdsk => { :comment => "First os disk", @@ -38,17 +33,17 @@ default_attributes( :address => "10.0.0.14" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.45.196" + :address => "193.60.236.13" } } } ) run_list( - "role[ucl-wolfson]", + "role[ucl-slough]", "role[tyan-s7010]", "role[dev]" )