]> git.openstreetmap.org Git - chef.git/blobdiff - roles/piasa.rb
Switch matomo tests to run on Debian
[chef.git] / roles / piasa.rb
index 8b4c8d5db3195fc030326f03d26e9cbaf9a91896..085fdc66e31a11847950cd4221a16a6b3b8f9055 100644 (file)
@@ -5,8 +5,6 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external => {
-        :interface => "bond0",
-        :role => :external,
         :inet => {
           :address => "140.211.167.101"
         },
@@ -22,8 +20,6 @@ default_attributes(
   :postgresql => {
     :settings => {
       :defaults => {
-        :shared_buffers => "8GB",
-        :maintenance_work_mem => "7144MB",
         :effective_cache_size => "16GB"
       }
     }
@@ -39,7 +35,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "14/main",
+      :cluster => "16/main",
       :postgis => "3"
     },
     :mapnik => "3.1",