X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f19359e475bf150c9e60c5fb142a9116962d0588..b88d6ea0fa7181ba138ef249a9a4aac0ce77c8a3:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 7f5e2bd71..4cf1d2c24 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,11 +4,17 @@ description "Master role applied to ascalon" default_attributes( :networking => { :interfaces => { - :external_ipv4 => { + :internal_ipv4 => { :interface => "eth1", + :role => :internal, + :family => :inet, + :address => "10.0.0.18" + }, + :external_ipv4 => { + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.45.193" + :address => "193.60.236.10" } } }, @@ -20,6 +26,7 @@ default_attributes( ) run_list( - "role[ucl-wolfson]", + "role[ucl-slough]", + "role[hp-g5]", "role[roundup]" )