X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/82c43f49686180c81790d40a8707e3d6b44a8a35..5f273f1b91609cb4b5d1c1cfbd145b8f0e494202:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 61a72bb2c..5d69d4a22 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -11,10 +11,10 @@ default_attributes( :address => "10.0.0.18" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.168.105" + :address => "193.60.236.10" } } }, @@ -26,6 +26,7 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-slough]", + "role[hp-g5]", "role[roundup]" )