]> git.openstreetmap.org Git - chef.git/blobdiff - roles/orm.rb
Update carto stylesheet to v4.23.0
[chef.git] / roles / orm.rb
index b5e00107ca0b9d74c6a25ac1304f7a4123ae640d..e8caaf82e9a17f6351932df07cf90409794c2771 100644 (file)
@@ -2,9 +2,6 @@ name "orm"
 description "Master role applied to orm"
 
 default_attributes(
-  :apt => {
-    :sources => ["postgresql"]
-  },
   :devices => {
     :ssd_samsung => {
       :comment => "Tune scheduler for SSD",
@@ -54,16 +51,6 @@ default_attributes(
       }
     }
   },
-  :postgresql => {
-    :versions => ["9.6"],
-    :settings => {
-      :defaults => {
-        :shared_buffers => "8GB",
-        :maintenance_work_mem => "7144MB",
-        :effective_cache_size => "16GB"
-      }
-    }
-  },
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
@@ -72,21 +59,6 @@ default_attributes(
         "kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
       }
     }
-  },
-  :tile => {
-    :database => {
-      :cluster => "9.6/main",
-      :postgis => "2.3"
-    },
-    :node_file => "/store/database/nodes",
-    :styles => {
-      :default => {
-        :tile_directories => [
-          { :name => "/store/tiles/default-low", :min_zoom => 0, :max_zoom => 17 },
-          { :name => "/store/tiles/default-high", :min_zoom => 18, :max_zoom => 19 }
-        ]
-      }
-    }
   }
 )
 
@@ -98,6 +70,5 @@ override_attributes(
 
 run_list(
   "role[equinix]",
-  "role[tyan-s7010]",
-  "role[tile]"
+  "role[tyan-s7010]"
 )