]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
nominatim: switch stormfly back to php frontend
[chef.git] / roles / dulcy.rb
index 5c067440a01091a4b2372fa35beb60fb72c5273e..9ef7d15c8f861ddb00de3de8b0be853ff21b388f 100644 (file)
@@ -18,13 +18,13 @@ default_attributes(
         }
       },
       :external => {
-        :interface => "bond0.2",
+        :interface => "bond0.3",
         :role => :external,
         :inet => {
-          :address => "130.117.76.9"
+          :address => "184.104.179.137"
         },
         :inet6 => {
-          :address => "2001:978:2:2c::172:9"
+          :address => "2001:470:1:fa1::9"
         }
       }
     }
@@ -45,6 +45,9 @@ default_attributes(
     :postgis => "3",
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :logdir => "/ssd/nominatim/log",
+    :api_flavour => "python",
+    :api_workers => 14,
+    :api_pool_size => 10,
     :config => {
       :forward_dependencies => "yes"
     }