]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
dns: fix dnscontrol dpkg install
[chef.git] / roles / naga.rb
index 956be864728097c0bd832c7ac4446cfec4c609cc..c9b7e00c4b8bf8e8277394f5da8787307985e888 100644 (file)
@@ -12,7 +12,8 @@ default_attributes(
         :bond => {
           :mode => "802.3ad",
           :lacprate => "fast",
-          :slaves => %w[eno1 eno2]
+          :xmithashpolicy => "layer3+4",
+          :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50]
         }
       },
       :external_ipv4 => {
@@ -33,5 +34,14 @@ default_attributes(
 
 run_list(
   "role[equinix-dub]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[subversion]",
+  "role[trac]",
+  "role[irc]",
+  "role[blogs]",
+  "role[munin]",
+  "role[switch2osm]",
+  "recipe[foundation::owg]",
+  "recipe[foundation::welcome]",
+  "recipe[stateofthemap::container]"
 )