]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nepomuk.rb
Upgrade bytemark machines to chef 13
[chef.git] / roles / nepomuk.rb
index 38b4795ba4d765a1d28d6a7933f79f8bace13d42..8c2f3f4a32f4a53f18315386f536bde8cc25683a 100644 (file)
@@ -3,22 +3,36 @@ description "Master role applied to nepomuk"
 
 default_attributes(
   :networking => {
+    :firewall => {
+      :inet => [
+        {
+          :action => "ACCEPT",
+          :source => "net:77.95.64.120,77.95.64.131,77.95.64.139",
+          :dest => "fw",
+          :proto => "tcp",
+          :dest_ports => "5666",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        }
+      ]
+    },
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
         :role => :external,
         :family => :inet,
-        :address => "77.95.70.166",
+        :address => "77.95.65.39",
         :prefix => "27",
-        :gateway => "77.95.70.161"
+        :gateway => "77.95.65.33"
       },
       :external_ipv6 => {
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2a03:9180:1:21::a6",
+        :address => "2a03:9180:0:100::7",
         :prefix => "64",
-        :gateway => "2a03:9180:1:21::a1"
+        :gateway => "2a03:9180:0:100::1"
       }
     }
   },
@@ -51,7 +65,6 @@ default_attributes(
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org",
       "ridgeback.openstreetmap.org",
-      "fume.openstreetmap.org",
       "gorynych.openstreetmap.org"
     ]
   }