]> git.openstreetmap.org Git - chef.git/blobdiff - roles/palulukon.rb
nominatim: install secondary importance file
[chef.git] / roles / palulukon.rb
index 9045e7bcc7833bc8a22af088246bbfdc627a95a8..661febeb692e46b0152ad4d6f44b3ac60fd98855 100644 (file)
@@ -4,25 +4,24 @@ description "Master role applied to palulukon"
 default_attributes(
   :networking => {
     :firewall => {
-      :whitelist => ["172.31.0.2"]
+      :allowlist => ["172.31.0.2"]
     },
     :interfaces => {
-      :external_ipv4 => {
+      :external => {
         :interface => "ens5",
         :role => :external,
-        :family => :inet,
-        :address => "172.31.37.101",
-        :prefix => "20",
-        :gateway => "172.31.32.1",
-        :public_address => "3.144.0.72"
+        :inet => {
+          :address => "172.31.37.101",
+          :prefix => "20",
+          :gateway => "172.31.32.1",
+          :public_address => "3.144.0.72"
+        }
       }
     }
   },
   :postgresql => {
     :settings => {
       :defaults => {
-        :shared_buffers => "8GB",
-        :maintenance_work_mem => "7144MB",
         :effective_cache_size => "16GB"
       }
     }
@@ -38,7 +37,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "14/main",
+      :cluster => "16/main",
       :postgis => "3"
     },
     :mapnik => "3.1",