X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aca8c4a423f9c883abbafe30c02f0f7272ace6b9..29b8151b8011f934785f3434e3826eee78e61943:/roles/noquiklos.rb diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index d92aedf5a..e7078609f 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -2,16 +2,22 @@ name "noquiklos" description "Master role applied to noquiklos" default_attributes( + :memcached => { + :memory_limit => 24 * 1024 + }, :networking => { + :firewall => { + :engine => "nftables" + }, :interfaces => { :internal_ipv4 => { - :interface => "eth1.2801", + :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 +27,6 @@ default_attributes( ) run_list( - "role[ucl-slough]", - "role[hp-dl360-g6]", - "role[gps-tile]" + "role[ucl]", + "role[hp-dl360-g6]" )