From: Tom Hughes Date: Wed, 18 Feb 2015 13:55:18 +0000 (+0000) Subject: Update poldi for move to IC X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2dbf9f83e1f0d1ace37b31914d7221d494e689c6 Update poldi for move to IC --- diff --git a/roles/poldi.rb b/roles/poldi.rb index 0f5b6c8b1..b9aa337dc 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -40,13 +40,13 @@ default_attributes( :interface => "eth0", :role => :internal, :family => :inet, - :address => "10.0.0.16" + :address => "146.179.159.164" }, :external_ipv4 => { :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.45.203" + :address => "193.63.75.101" } } }, @@ -99,7 +99,7 @@ default_attributes( ) run_list( - "role[ucl-wolfson]", + "role[ic]", "role[tyan-s7010]", "role[nominatim]" )