]> git.openstreetmap.org Git - chef.git/commitdiff
Repurpose stormfly-03 as a prometheus server
authorTom Hughes <tom@compton.nu>
Wed, 27 Jan 2021 19:15:53 +0000 (19:15 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 27 Jan 2021 19:15:53 +0000 (19:15 +0000)
roles/stormfly-03.rb

index 2543d227448a23c5a0225f06258ead0d8301c649..f17fb5a8ca40982b08fb43640b3f9298aec95fc9 100644 (file)
@@ -2,9 +2,6 @@ name "stormfly-03"
 description "Master role applied to stormfly-03"
 
 default_attributes(
-  :hardware => {
-    :shm_size => "38g"
-  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
@@ -24,23 +21,6 @@ default_attributes(
       }
     }
   },
-  :squid => {
-    :version => 4,
-    :cache_mem => "32768 MB",
-    :cache_dir => [
-      "rock /store/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996",
-      "rock /store/squid/rock-8192 25000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092",
-      "rock /store/squid/rock-16384 35000 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284",
-      "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
-    ]
-  },
-  :nginx => {
-    :cache => {
-      :proxy => {
-        :max_size => "65536M"
-      }
-    }
-  },
   :tilecache => {
     :tile_parent => "corvallis.render.openstreetmap.org"
   }
@@ -49,5 +29,5 @@ default_attributes(
 run_list(
   "role[osuosl]",
   "role[hp-g9]",
-  "role[tilecache]"
+  "role[prometheus]"
 )