X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d9b306faae3d14a74798b130a9e7d6175361b167..291deafc9f84fdee1d0ff92ca2268297c828bb74:/roles/grindtooth.rb diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index b4d07fdc6..2d78c10b7 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -5,23 +5,22 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "em1.2801", :role => :internal, :family => :inet, :address => "10.0.0.19" }, :external_ipv4 => { - :interface => "eth1", + :interface => "em1.2800", :role => :external, :family => :inet, - :address => "128.40.45.199" + :address => "193.60.236.15" } } } ) run_list( - "role[ucl-wolfson]", - "role[hp-g6]", + "role[ucl]", "role[taginfo]" )