]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix-ams.rb
ironbelly: update interface names
[chef.git] / roles / equinix-ams.rb
index 7eb6cae11e875d06c1cd47634dfc0aed09cf287e..771586a8de7cf1afa9ee9a77ddfdfca01e907c74 100644 (file)
@@ -7,9 +7,9 @@ default_attributes(
       :internal => {
         :inet => {
           :prefix => "20",
-          :gateway => "10.0.48.10",
+          :gateway => "10.0.48.17",
           :routes => {
-            "10.0.0.0/8" => { :via => "10.0.48.10" }
+            "10.0.0.0/8" => { :via => "10.0.48.17" }
           }
         }
       },
@@ -26,6 +26,14 @@ default_attributes(
       }
     }
   },
+  :prometheus => {
+    :metrics => {
+      :host_location => {
+        :help => "Host location",
+        :labels => { :site => "amsterdam" }
+      }
+    }
+  },
   :web => {
     :fileserver => "ironbelly",
     :readonly_database_host => "snap-01.ams.openstreetmap.org",