]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-05.rb
Reduce random_page_cost for postgres instances on SSD
[chef.git] / roles / spike-05.rb
index 7dcb968b0ce57da9f554965dbea83d52429ac2e4..7710900aa7b69ca5426aba3f6da104283043cdd0 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.22",
         :bond => {
-          :slaves => %w(eth0 eth1)
+          :slaves => %w[em1 em2]
         }
       },
       :external_ipv4 => {
@@ -39,6 +39,6 @@ default_attributes(
 )
 
 run_list(
-  "role[bm]",
+  "role[bytemark]",
   "role[web-frontend]"
 )