X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b88d6ea0fa7181ba138ef249a9a4aac0ce77c8a3..cf074f83728ffa2fdc43cf10f0dca5a4b443a29e:/roles/noquiklos.rb diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index 44c4a0185..99f2a459c 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -2,16 +2,19 @@ name "noquiklos" description "Master role applied to noquiklos" default_attributes( + :memcached => { + :memory_limit => 24 * 1024 + }, :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth1", + :interface => "eth0.2801", :role => :internal, :family => :inet, :address => "10.0.0.13" }, :external_ipv4 => { - :interface => "eth1.2800", + :interface => "eth0.2800", :role => :external, :family => :inet, :address => "193.60.236.16" @@ -21,7 +24,7 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[hp-dl360-g6]", "role[gps-tile]" )