]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Merge remote-tracking branch 'github/pull/202'
[chef.git] / roles / pummelzacken.rb
index 76d2df6421d566215e0c9a44a0e6adccf9b299a3..e431a66455a9efb8ce98f4fb5c65ed6c01a31665 100644 (file)
@@ -5,21 +5,21 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "em1",
+        :interface => "em1.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.20"
       },
       :external_ipv4 => {
-        :interface => "em2",
+        :interface => "em1.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.204"
+        :address => "193.60.236.18"
       }
     }
   },
   :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",
@@ -48,11 +50,15 @@ default_attributes(
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
     },
-    :revision => "cmake-port"
+    :fpm_pools => {
+      :www => {
+        :max_children => "40"
+      }
+    }
   }
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl]",
   "role[nominatim]"
 )