X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ff044920428608b2c04507ad52d6ab52c9d6555f..3a41dcbfa3b8c0f657115cd37fca494ea3603206:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index 9bbaddd5c..0d0300b86 100644 --- a/roles/draco.rb +++ b/roles/draco.rb @@ -11,10 +11,10 @@ default_attributes( :address => "10.0.0.11" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.45.195" + :address => "193.60.236.12" } } }, @@ -30,6 +30,6 @@ default_attributes( ) run_list( - "role[ucl-wolfson]", + "role[ucl-slough]", "role[hp-g5]" )