]> git.openstreetmap.org Git - chef.git/blobdiff - roles/vhagar.rb
Drop last traces of old shorewall firewall zones
[chef.git] / roles / vhagar.rb
index b952a699fba7f93c03f74a156fb7b216903adae5..c8cd4a92fbf07dbe2c2e37aa2b83927114bc70e5 100644 (file)
@@ -5,45 +5,41 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal => {
-        :interface => "bond0",
-        :role => :internal,
         :inet => {
           :address => "10.0.48.5"
         },
         :bond => {
-          :mode => "802.3ad",
-          :lacprate => "fast",
-          :xmithashpolicy => "layer3+4",
           :slaves => %w[eno1 eno2 eno3 eno4 eno5 eno6]
         }
       },
-      :external => {
-        :interface => "bond0.3",
-        :role => :external,
+      :henet => {
         :inet => {
           :address => "184.104.179.133"
         },
         :inet6 => {
           :address => "2001:470:1:fa1::5"
         }
+      },
+      :equinix => {
+        :inet => {
+          :address => "82.199.86.101"
+        },
+        :inet6 => {
+          :address => "2001:4d78:500:5e3::5"
+        }
       }
     }
   },
   :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
   }
 )
 
 run_list(
-  "role[equinix-ams]",
+  "role[equinix-ams-public]",
   "role[nominatim]"
 )