]> git.openstreetmap.org Git - chef.git/blobdiff - roles/vhagar.rb
Update uplink interfaces for Amsterdam
[chef.git] / roles / vhagar.rb
index b952a699fba7f93c03f74a156fb7b216903adae5..c1d5b3b9d3e6d88daac5cc250e1e769fc489028a 100644 (file)
@@ -17,29 +17,35 @@ default_attributes(
           :slaves => %w[eno1 eno2 eno3 eno4 eno5 eno6]
         }
       },
-      :external => {
+      :external_he => {
         :interface => "bond0.3",
         :role => :external,
+        :metric => 150,
+        :source_route_table => 100,
         :inet => {
-          :address => "184.104.179.133"
-        },
-        :inet6 => {
-          :address => "2001:470:1:fa1::5"
+          :address => "184.104.179.133",
+          :prefix => "27",
+          :gateway => "184.104.179.129"
+        }
+      },
+      :external => {
+        :interface => "bond0.103",
+        :role => :external,
+        :source_route_table => 150,
+        :inet => {
+          :address => "82.199.86.101",
+          :prefix => "27",
+          :gateway => "82.199.86.97"
         }
       }
     }
   },
   :nominatim => {
-    :state => "standalone",
+    :dbcluster => "17/main",
     :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
     :api_flavour => "python",
     :api_workers => 24,
-    :api_pool_size => 10,
-    :fpm_pools => {
-      "nominatim.openstreetmap.org" => {
-        :max_children => 200
-      }
-    }
+    :api_pool_size => 8
   }
 )