X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ff044920428608b2c04507ad52d6ab52c9d6555f..bf224da116c5a68ed9317a2433dfffd99b992ac4:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index 9bbaddd5c..dc28adf56 100644 --- a/roles/draco.rb +++ b/roles/draco.rb @@ -5,16 +5,16 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth0.2801", :role => :internal, :family => :inet, :address => "10.0.0.11" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth0.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]", "role[hp-g5]" )