X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..aca8c4a423f9c883abbafe30c02f0f7272ace6b9:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index b27b9e087..7725f4907 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -5,10 +5,16 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth1.2801", :role => :internal, :family => :inet, :address => "10.0.0.18" + }, + :external_ipv4 => { + :interface => "eth1.2800", + :role => :external, + :family => :inet, + :address => "193.60.236.10" } } }, @@ -20,6 +26,7 @@ default_attributes( ) run_list( - "role[ucl-wates]", + "role[ucl-slough]", + "role[hp-g5]", "role[roundup]" )