]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix-ams.rb
Update to osm-carto v5.8.0
[chef.git] / roles / equinix-ams.rb
index 1715e9d470d4db5d7012234d3c21e586280c4af3..7923e09d46e744837baf0221ae07bf37f14c4df6 100644 (file)
@@ -14,7 +14,23 @@ default_attributes(
         }
       },
       :external => {
-        :zone => "ams"
+        :zone => "ams",
+        :inet => {
+          :prefix => "27",
+          :gateway => "184.104.179.129"
+        },
+        :inet6 => {
+          :prefix => "64",
+          :gateway => "2001:470:1:fa1::1"
+        }
+      }
+    }
+  },
+  :prometheus => {
+    :metrics => {
+      :host_location => {
+        :help => "Host location",
+        :labels => { :site => "amsterdam" }
       }
     }
   },