X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c97ab416b812405837e803dd3a4a42c3ef134c1f..aca8c4a423f9c883abbafe30c02f0f7272ace6b9:/roles/zark.rb diff --git a/roles/zark.rb b/roles/zark.rb index abee7f5e7..8a6fc9748 100644 --- a/roles/zark.rb +++ b/roles/zark.rb @@ -5,16 +5,16 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth1.2801", :role => :internal, :family => :inet, :address => "10.0.0.8" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.45.209" + :address => "193.60.236.23" } } }, @@ -31,6 +31,6 @@ default_attributes( ) run_list( - "role[ucl-wolfson]", + "role[ucl-slough]", "role[owl]" )