]> git.openstreetmap.org Git - chef.git/blobdiff - roles/faffy.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / faffy.rb
index 2d1808708ef8ea9fe2afa926dacdec9218c4bba8..c7b8170d2b5ffd4212caee79cd66196feb511e6f 100644 (file)
@@ -5,58 +5,34 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0",
+        :interface => "bond0",
         :role => :internal,
         :family => :inet,
-        :address => "10.0.0.7"
+        :address => "10.0.48.3",
+        :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
+          :slaves => %w[eno1 eno2 eno3 eno4 eno5 eno6]
+        }
       },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "bond0.2",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.108"
-      }
-    }
-  },
-  :rsyncd => {
-    :modules => {
-      :agri_imagery => {
-        :comment => "AGRI Imagery Archive",
-        :path => "/mnt/md0/agri",
-        :read_only => true,
-        :write_only => false,
-        :list => true,
-        :uid => "nobody",
-        :gid => "nogroup",
-        :transfer_logging => false,
-        :exclude => [ ".*" ],
-        :max_connections => 10,
-        :ignore_errors => true,
-        :ignore_nonreadable => true,
-        :timeout => 3600,
-        :refuse_options => [ "checksum" ]
+        :address => "130.117.76.3"
       },
-      :agri_extra => {
-        :comment => "AGRI Extras Archive",
-        :path => "/var/www/agri.openstreetmap.org/download",
-        :read_only => true,
-        :write_only => false,
-        :list => true,
-        :uid => "nobody",
-        :gid => "nogroup",
-        :transfer_logging => false,
-        :exclude => [ ".*" ],
-        :max_connections => 10,
-        :ignore_errors => true,
-        :ignore_nonreadable => true,
-        :timeout => 3600,
-        :refuse_options => [ "checksum" ]
+      :external_ipv6 => {
+        :interface => "bond0.2",
+        :role => :external,
+        :family => :inet6,
+        :address => "2001:978:2:2C::172:3"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-wates]",
-  "recipe[rsyncd]"
+  "role[equinix-ams]",
+  "role[dev]"
 )