X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d8a807d2d3fa09bb14484e03e193c0b37da26daa..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/grindtooth.rb diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index cf9538ed1..d6636294c 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -5,13 +5,13 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "em1", :role => :internal, :family => :inet, :address => "10.0.0.19" }, :external_ipv4 => { - :interface => "eth1", + :interface => "em2", :role => :external, :family => :inet, :address => "128.40.45.199" @@ -22,6 +22,6 @@ default_attributes( run_list( "role[ucl-wolfson]", - "role[hp-g5]", + "role[hp-dl360-g6]", "role[taginfo]" )