X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..401efa499aa0e89e4964e48e35adb983e19d0bcc:/roles/eustace.rb diff --git a/roles/eustace.rb b/roles/eustace.rb index 26b2b2dfc..c5b4186a2 100644 --- a/roles/eustace.rb +++ b/roles/eustace.rb @@ -5,22 +5,23 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth0.2801", :role => :internal, :family => :inet, :address => "10.0.0.9" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth0.2800", :role => :external, :family => :inet, - :address => "128.40.168.101" + :address => "193.60.236.14" } } } ) run_list( - "role[ucl-wates]", + "role[ucl-slough]", + "role[hp-dl360-g6]", "role[piwik]" )