]> git.openstreetmap.org Git - chef.git/blobdiff - roles/karm.rb
Merge remote-tracking branch 'github/pull/202'
[chef.git] / roles / karm.rb
index e200ce7cbac23edb65c3144135857b34f6350aeb..9f1fc2a9a6ac9d535c8a7280a5b42f3a17c03291 100644 (file)
@@ -11,11 +11,13 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "enp1s0f0",
+        :interface => "bond0",
         :role => :internal,
         :family => :inet,
-        :address => "146.179.159.168",
-        :hwaddress => "0c:c4:7a:a3:aa:ac"
+        :address => "10.0.48.50",
+        :bond => {
+          :slaves => %w[enp1s0f0 enp1s0f1]
+        }
       }
     }
   },
@@ -26,7 +28,8 @@ default_attributes(
         :work_mem => "64MB",
         :maintenance_work_mem => "1GB",
         :effective_cache_size => "180GB",
-        :effective_io_concurrency => "256"
+        :effective_io_concurrency => "256",
+        :random_page_cost => "1.1"
       }
     }
   },
@@ -57,7 +60,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ic]",
+  "role[equinix]",
   "role[db-master]",
   "role[db-backup]"
 )