]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Remove gpximport role from spike-01
[chef.git] / roles / thorn-02.rb
index c896b14cbcaced6ee75b2cc77ab759ec39922137..09754369438317d57d24cecd7ba1bee798efa786 100644 (file)
@@ -5,20 +5,19 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0",
+        :interface => "bond0",
         :role => :internal,
         :family => :inet,
-        :address => "146.179.159.166"
+        :address => "10.0.48.52",
+        :bond => {
+          :slaves => %w[eth0 eth1]
+        }
       }
     }
-  },
-  :web => {
-    :readonly_database_host => "db-slave"
   }
 )
 
 run_list(
-  "role[ic]",
-  "role[hp-g5]",
+  "role[equinix]",
   "role[web-backend]"
 )