]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Configure the publisher URL for rails port instances
[chef.git] / roles / pummelzacken.rb
index ec2ac08b62bc4e5bd4da7522d649e8584c592aac..f5a573d47d01e952b31893b7b511065c387d56f1 100644 (file)
@@ -2,22 +2,19 @@ name "pummelzacken"
 description "Master role applied to pummelzacken"
 
 default_attributes(
-  :apt => {
-    :sources => ["postgresql"]
-  },
   :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"
       }
     }
   },
@@ -29,11 +26,13 @@ default_attributes(
         :work_mem => "160MB",
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
-        :effective_cache_size => "60GB"
+        :effective_cache_size => "60GB",
+        :fsync => "on"
       }
     }
   },
   :nominatim => {
+    :state => "standalone",
     :dbadmins => %w(lonvia tomh),
     :dbcluster => "9.5/main",
     :flatnode_file => "/ssd/nominatim/nodes.store",
@@ -48,12 +47,11 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
-    },
-    :revision => "cmake-port"
+    }
   }
 )
 
 run_list(
-  "role[ucl-wolfson]",
-  "role[nominatim-base]"
+  "role[ucl]",
+  "role[nominatim]"
 )