]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
Move AMS gateway to tabaluga
[chef.git] / roles / tabaluga.rb
index 60b585475558598bee75975a6812b0cbf062c0fc..df8d76ea7e5b7ca6014e40bb9b13f3e15b8028ec 100644 (file)
@@ -2,6 +2,10 @@ name "tabaluga"
 description "Master role applied to tabaluga"
 
 default_attributes(
+  :dhcpd => {
+    :first_address => "10.0.63.1",
+    :last_address => "10.0.63.254"
+  },
   :networking => {
     :interfaces => {
       :internal => {
@@ -18,7 +22,7 @@ default_attributes(
         }
       },
       :external => {
-        :interface => "bond0.2",
+        :interface => "bond0.3",
         :role => :external,
         :inet => {
           :address => "184.104.179.142"
@@ -33,5 +37,7 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[gateway]",
+  "recipe[dhcpd]"
 )