X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aca8c4a423f9c883abbafe30c02f0f7272ace6b9..b3ee7b1035952ca54061e6cc5c058805101b4cce:/roles/grindtooth.rb diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index 28f2c8cd9..f24618d0e 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -5,13 +5,13 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "em2.2801", + :interface => "em1.2801", :role => :internal, :family => :inet, :address => "10.0.0.19" }, :external_ipv4 => { - :interface => "em2.2800", + :interface => "em1.2800", :role => :external, :family => :inet, :address => "193.60.236.15" @@ -21,7 +21,7 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[hp-dl360-g6]", "role[taginfo]" )