X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ee6580d55e1bbed06787ac3e5f18af1bb35c8e6d..3ec71f5485e7f07c4ff2306d65d780951b61d71e:/roles/noquiklos.rb diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index 8103dcfc2..99f2a459c 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -2,26 +2,29 @@ name "noquiklos" description "Master role applied to noquiklos" default_attributes( + :memcached => { + :memory_limit => 24 * 1024 + }, :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth0.2801", :role => :internal, :family => :inet, :address => "10.0.0.13" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth0.2800", :role => :external, :family => :inet, - :address => "128.40.45.201" + :address => "193.60.236.16" } } } ) run_list( - "role[ucl-wolfson]", - "role[hp-g6]", + "role[ucl]", + "role[hp-dl360-g6]", "role[gps-tile]" )