]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nepomuk.rb
Remove old addresses from nepomuk
[chef.git] / roles / nepomuk.rb
index b7addd58c5ab273782e7078316e6868f3f6e67bd..2efce497d028e9b1ebdd9f26785ed0205450fae2 100644 (file)
@@ -5,27 +5,27 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eth0",
+        :interface => "eth1",
         :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",
+        :interface => "eth1",
         :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"
       }
     }
   },
   :sysctl => {
     :kvm => {
       :comment => "Tuning for KVM guest",
-      :parameters => { 
+      :parameters => {
         "kernel.sched_min_granularity_ns" => 10000000,
         "kernel.sched_wakeup_granularity_ns" => 15000000
       }
@@ -48,9 +48,9 @@ default_attributes(
     :tile_parent => "lyon.render.openstreetmap.org",
     :tile_siblings => [
       "trogdor.openstreetmap.org",
-      "tabaluga.openstreetmap.org",
+      "katie.openstreetmap.org",
+      "konqi.openstreetmap.org",
       "ridgeback.openstreetmap.org",
-      "fume.openstreetmap.org",
       "gorynych.openstreetmap.org"
     ]
   }