]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
Move OSUOSL hosts to use interface inheritance for network configuration
[chef.git] / roles / naga.rb
index 1fba0b69da9e2c0f4afb4ec1b236fa8e3c604cc1..1bcf3c1765816a18cdda6aee7acec7c057430940 100644 (file)
@@ -3,45 +3,50 @@ description "Master role applied to naga"
 
 default_attributes(
   :networking => {
-    :engine => "systemd-networkd",
     :interfaces => {
       :internal => {
-        :interface => "bond0",
-        :role => :internal,
         :inet => {
           :address => "10.0.64.8"
         },
         :bond => {
-          :mode => "802.3ad",
-          :lacprate => "fast",
-          :xmithashpolicy => "layer3+4",
           :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50]
         }
       },
-      :external => {
-        :interface => "bond0.101",
-        :role => :external,
+      :henet => {
         :inet => {
           :address => "184.104.226.104"
         },
         :inet6 => {
           :address => "2001:470:1:b3b::8"
         }
+      },
+      :equinix => {
+        :inet => {
+          :address => "87.252.214.104"
+        },
+        :inet6 => {
+          :address => "2001:4d78:fe03:1c::8"
+        }
       }
     }
   }
 )
 
 run_list(
-  "role[equinix-dub]",
+  "role[equinix-dub-public]",
   "role[hp-g9]",
   "role[subversion]",
   "role[trac]",
   "role[irc]",
   "role[blogs]",
-  "role[munin]",
   "role[switch2osm]",
+  "recipe[foundation::birthday]",
+  "recipe[foundation::mastodon]",
   "recipe[foundation::owg]",
   "recipe[foundation::welcome]",
-  "recipe[stateofthemap::container]"
+  "recipe[stateofthemap::container]",
+  "recipe[hot]",
+  "recipe[ideditor]",
+  "recipe[dmca]",
+  "role[otrs]"
 )