]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
Add support for installing functions to a rendering database
[chef.git] / roles / tabaluga.rb
index 3293268edbf715324ba8be186ea5a9f788b5c951..c891fa8948c6012c3902d8102a643d64019f1fa1 100644 (file)
@@ -2,10 +2,6 @@ name "tabaluga"
 description "Master role applied to tabaluga"
 
 default_attributes(
-  :dhcpd => {
-    :first_address => "10.0.62.1",
-    :last_address => "10.0.62.254"
-  },
   :networking => {
     :interfaces => {
       :internal => {
@@ -22,13 +18,13 @@ default_attributes(
         }
       },
       :external => {
-        :interface => "bond0.2",
+        :interface => "bond0.3",
         :role => :external,
         :inet => {
-          :address => "130.117.76.14"
+          :address => "184.104.179.142"
         },
         :inet6 => {
-          :address => "2001:978:2:2c::172:e"
+          :address => "2001:470:1:fa1::e"
         }
       }
     }
@@ -38,5 +34,5 @@ default_attributes(
 run_list(
   "role[equinix-ams]",
   "role[hp-g9]",
-  "recipe[dhcpd]"
+  "role[blog-staging]"
 )