From dd70748b24f3641e494383ea2894b95e5950f17e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 1 Oct 2013 20:15:59 +0100 Subject: [PATCH] Update noquiklos role for move to UCL --- roles/noquiklos.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index 0cf85aaaf..053952796 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -8,12 +8,18 @@ default_attributes( :interface => "eth0", :role => :internal, :family => :inet, - :address => "10.89.121.98" + :address => "10.0.0.13" + }, + :external_ipv4 => { + :interface => "eth1", + :role => :external, + :family => :inet, + :address => "128.40.168.99" } } } ) run_list( - "role[firefishynet]" + "role[ucl-internal]" ) -- 2.43.2