]> git.openstreetmap.org Git - chef.git/blobdiff - roles/odin.rb
Switch uplink monitoring to Juniper switch in Amsterdam
[chef.git] / roles / odin.rb
index ad003331caa71d77e02683e0e7a5bc2d878fe5f3..abce74926bbb19d62fc273a556e5e2221d353ccb 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.15",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[eno1 eno2]
         }
       },
@@ -47,10 +50,10 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "12/main",
-      :postgis => "3",
-      :mapnik => "3.1"
+      :cluster => "14/main",
+      :postgis => "3"
     },
+    :mapnik => "3.1",
     :styles => {
       :default => {
         :tile_directories => [
@@ -62,6 +65,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
+  "role[equinix-ams]",
   "role[tile]"
 )