]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-01.rb
Move promscale tuning to role and tune WAL sizes
[chef.git] / roles / thorn-01.rb
index e729c4e987d2235ba3c99386d0aa7b78f0cb4f2e..a64e6a29bec0c80b8f255fca35d73c2a19264106 100644 (file)
@@ -14,19 +14,9 @@ default_attributes(
         }
       }
     }
-  },
-  :sysctl => {
-    :ipv6_autoconf => {
-      :comment => "Disable IPv6 auto-configuration on internal interface",
-      :parameters => {
-        "net.ipv6.conf.eth0.autoconf" => "0",
-        "net.ipv6.conf.eth0.accept_ra" => "0"
-      }
-    }
   }
 )
 
 run_list(
-  "role[ic]",
-  "role[web-backend]"
+  "role[equinix]"
 )