]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
wordpress: use ssl_config.set_default_paths instead of a hardcoded bundle location
[chef.git] / roles / ironbelly.rb
index b5c07e67d057dc2f35d1ed6586a1833d22d0ae44..e59b4683f75b300a3c95b256d4297f6087d692dd 100644 (file)
@@ -47,21 +47,6 @@ default_attributes(
       }
     }
   },
-  :prometheus => {
-    :junos => {
-      "switch1" => { :address => "184.104.179.129", :labels => { "site" => "amsterdam" } }
-    },
-    :snmp => {
-      "pdu1" => { :address => "10.0.48.100", :modules => %w[apcups], :labels => { "site" => "amsterdam" } },
-      "pdu2" => { :address => "10.0.48.101", :modules => %w[apcups], :labels => { "site" => "amsterdam" } }
-    },
-    :metrics => {
-      :uplink_interface => {
-        :help => "Site uplink interface name",
-        :labels => { :site => "amsterdam", :name => "ge-[01]/2/[02]" }
-      }
-    }
-  },
   :nginx => {
     :cache => {
       :proxy => {
@@ -76,7 +61,5 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "recipe[rsyncd]",
-  "recipe[imagery::za_ngi_aerial]",
-  "recipe[imagery::us_imagery]"
+  "recipe[rsyncd]"
 )