X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/641a3e2c678e5fb09e390b956dd65272cbcd9b75..aca8c4a423f9c883abbafe30c02f0f7272ace6b9:/roles/eustace.rb diff --git a/roles/eustace.rb b/roles/eustace.rb index 51af9e243..d2115dac9 100644 --- a/roles/eustace.rb +++ b/roles/eustace.rb @@ -2,31 +2,26 @@ name "eustace" description "Master role applied to eustace" default_attributes( - :chef => { - :client => { - :version => "12.1.2-1" - } - }, :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth1.2801", :role => :internal, :family => :inet, :address => "10.0.0.9" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.45.197" + :address => "193.60.236.14" } } } ) run_list( - "role[ucl-wolfson]", - "role[hp-g6]", + "role[ucl-slough]", + "role[hp-dl360-g6]", "role[piwik]" )