]> git.openstreetmap.org Git - chef.git/commitdiff
Switch naga to be the new milkywan cache node
authorTom Hughes <tom@compton.nu>
Wed, 18 Mar 2020 00:02:52 +0000 (00:02 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 18 Mar 2020 00:02:52 +0000 (00:02 +0000)
roles/fullsave.rb [deleted file]
roles/naga.rb

diff --git a/roles/fullsave.rb b/roles/fullsave.rb
deleted file mode 100644 (file)
index 657f927..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-name "fullsave"
-description "Role applied to all servers at FullSave"
-
-default_attributes(
-  :hosted_by => "FullSave",
-  :location => "Toulouse, France",
-  :networking => {
-    :firewall => {
-      :inet => [
-        {
-          :action => "ACCEPT",
-          :source => "net:185.116.130.12",
-          :dest => "fw",
-          :proto => "udp",
-          :dest_ports => "snmp",
-          :source_ports => "1024:",
-          :rate_limit => "-",
-          :connection_limit => "-"
-        },
-        {
-          :action => "ACCEPT",
-          :source => "net:100.80.8.0/24",
-          :dest => "fw",
-          :proto => "udp",
-          :dest_ports => "snmp",
-          :source_ports => "1024:",
-          :rate_limit => "-",
-          :connection_limit => "-"
-        }
-      ]
-    },
-    :nameservers => ["141.0.202.202", "141.0.202.203"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[fr]"
-)
index 664510b1f845729bbc1c5d5bfd39bed8be36a08b..1cecde6364e12261a919d1140572fc4beb82890e 100644 (file)
@@ -3,17 +3,25 @@ description "Master role applied to naga"
 
 default_attributes(
   :hardware => {
-    :shm_size => "38g"
+    :shm_size => "14g"
   },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eno1",
+        :interface => "ens18",
         :role => :external,
         :family => :inet,
-        :address => "185.116.130.151",
-        :prefix => "24",
-        :gateway => "185.116.130.151"
+        :address => "45.13.104.40",
+        :prefix => "32",
+        :gateway => "10.0.4.1"
+      },
+      :external_ipv6 => {
+        :interface => "ens18",
+        :role => :external,
+        :family => :inet6,
+        :address => "2a0b:cbc0:1101:1::41",
+        :prefix => "64",
+        :gateway => "2a0b:cbc0:1101:1::1"
       }
     }
   },
@@ -33,6 +41,6 @@ default_attributes(
 )
 
 run_list(
-  "role[fullsave]",
+  "role[milkywan]",
   "role[tilecache]"
 )