]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Update carto stylesheet to v4.14.0
[chef.git] / roles / pummelzacken.rb
index d8992dd75bf95ae3e35cc17464271f78b504389f..e431a66455a9efb8ce98f4fb5c65ed6c01a31665 100644 (file)
@@ -5,13 +5,13 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "em2.2801",
+        :interface => "em1.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.20"
       },
       :external_ipv4 => {
-        :interface => "em2.2800",
+        :interface => "em1.2800",
         :role => :external,
         :family => :inet,
         :address => "193.60.236.18"
@@ -19,7 +19,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.5"],
+    :versions => ["10"],
     :settings => {
       :defaults => {
         :listen_addresses => "10.0.0.20",
@@ -33,8 +33,10 @@ default_attributes(
   },
   :nominatim => {
     :state => "standalone",
-    :dbadmins => %w(lonvia tomh),
-    :dbcluster => "9.5/main",
+    :dbadmins => %w[lonvia tomh],
+    :dbcluster => "10/main",
+    :postgis => "2.4",
+    :enable_backup => true,
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :tablespaces => {
       "dosm" => "/ssd/tablespaces/dosm",
@@ -47,11 +49,16 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
+    },
+    :fpm_pools => {
+      :www => {
+        :max_children => "40"
+      }
     }
   }
 )
 
 run_list(
-  "role[ucl-slough]",
+  "role[ucl]",
   "role[nominatim]"
 )