]> git.openstreetmap.org Git - chef.git/commitdiff
Add timezone information to nodes
authorTom Hughes <tom@compton.nu>
Sun, 28 Jul 2019 10:08:23 +0000 (11:08 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 28 Jul 2019 10:08:23 +0000 (11:08 +0100)
28 files changed:
roles/aarnet.rb
roles/az.rb
roles/by.rb
roles/c3sl.rb
roles/ch.rb
roles/cl.rb
roles/cz.rb
roles/de.rb
roles/dk.rb
roles/es.rb
roles/fr.rb
roles/gb.rb
roles/gr.rb
roles/hr.rb
roles/hu.rb
roles/ie.rb
roles/netalerts.rb
roles/nl.rb
roles/no.rb
roles/nz.rb
roles/osuosl.rb
roles/prgmr.rb
roles/se.rb
roles/teraswitch.rb
roles/tw.rb
roles/ua.rb
roles/yandex.rb
roles/za.rb

index 7cda2b70e270849125e0acdcb61d6231e6945dcb..7e2b97e8bfe30d6223305e5d192831d7091ee9dc 100644 (file)
@@ -10,6 +10,7 @@ default_attributes(
   },
   :hosted_by => "AARNet",
   :location => "Carlton, Victoria, Australia",
+  :timezone => "Australia/Melbourne",
   :networking => {
     :nameservers => ["202.158.207.1", "202.158.207.2"]
   }
index 037dcb422c3eb0c9c118a6b8c3ccbe2577f67b6b..0d8a30b7ae20a05074186b5e282e91f4b3fc0168 100644 (file)
@@ -2,7 +2,8 @@ name "az"
 description "Role applied to all servers located in Azerbaijan"
 
 override_attributes(
-  :country => "az"
+  :country => "az",
+  :timezone => "Asia/Baku"
 )
 
 run_list(
index 60a54bcaa4b7fd2f5d1503334cc5ae206a2e4498..918d3396a9df04eca735e900f4bfc1a4813cbbb7 100644 (file)
@@ -2,7 +2,8 @@ name "by"
 description "Role applied to all servers located in Belarus"
 
 override_attributes(
-  :country => "by"
+  :country => "by",
+  :timezone => "Europe/Minsk"
 )
 
 run_list(
index e53eb64b24ea93e1ff6826691c21abe0266bd7b6..08708084e348800b1922c71c181bcf7b38849291 100644 (file)
@@ -9,6 +9,7 @@ default_attributes(
   },
   :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná",
   :location => "Curitiba, Brazil",
+  :timezone => "America/Sao_Paulo",
   :networking => {
     :nameservers => ["200.17.202.3", "200.236.31.1"],
     :roles => {
index daee53a87dedb6bdea2e02d3d0b4fdcdd8f3e915..d3fc1f7033522e148aa35d590989f1652141a4d8 100644 (file)
@@ -2,7 +2,8 @@ name "ch"
 description "Role applied to all servers located in Switzerland"
 
 override_attributes(
-  :country => "ch"
+  :country => "ch",
+  :timezone => "Europe/Zurich"
 )
 
 run_list(
index 8686bd5c00f6434509df90ff24a15de6b37d92f4..44ffb07734759836ceac51e510ea4f1bcdda48e3 100644 (file)
@@ -2,7 +2,8 @@ name "cl"
 description "Role applied to all servers located in Chile"
 
 override_attributes(
-  :country => "cl"
+  :country => "cl",
+  :timezone => "America/Santiago"
 )
 
 run_list(
index 8b7b084411d8561aea1a436f2999bb3da9cf3172..641fd9e2ff340e59048af258f3fd2c247f755a81 100644 (file)
@@ -1,8 +1,9 @@
 name "cz"
-description "Role applied to all servers located in the Czech Repuclib"
+description "Role applied to all servers located in the Czech Republic"
 
 override_attributes(
-  :country => "cz"
+  :country => "cz",
+  :timezone => "Europe/Prague"
 )
 
 run_list(
index 9fd3dbb7890c695fdb5e392c7912aa205c81b4df..21b0caf05007531ca1d8ff909e7ee98a76427f28 100644 (file)
@@ -2,7 +2,8 @@ name "de"
 description "Role applied to all servers located in Germany"
 
 override_attributes(
-  :country => "de"
+  :country => "de",
+  :timezone => "Europe/Berlin"
 )
 
 run_list(
index 2fbe1c9b83e1b203141f3ee40d0b95b9ab1798e9..31cf3893c201cf9e149289bd916983de5be82ce9 100644 (file)
@@ -2,7 +2,8 @@ name "dk"
 description "Role applied to all servers located in Denmark"
 
 override_attributes(
-  :country => "dk"
+  :country => "dk",
+  :timezone => "Europe/Copenhagen"
 )
 
 run_list(
index 4c66e5308ed82070ab3b7d65cd83c411810285a8..30e0e6497ee0fbbd24bd52c871152276698e1050 100644 (file)
@@ -2,7 +2,8 @@ name "es"
 description "Role applied to all servers located in Spain"
 
 override_attributes(
-  :country => "es"
+  :country => "es",
+  :timezone => "Europe/Madrid"
 )
 
 run_list(
index 0e076d9e7b4447ea1b1e7d48013b97314527eaa7..7403aa8a6fb8fe6cfeab07d3eb0a4379084b6c20 100644 (file)
@@ -2,7 +2,8 @@ name "fr"
 description "Role applied to all servers located in France"
 
 override_attributes(
-  :country => "fr"
+  :country => "fr",
+  :timezone => "Europe/Paris"
 )
 
 run_list(
index 7362781f1c9197fd684282123bae5f836e1470e5..fc52fb14e47a1f50d363be1be993849d82100448 100644 (file)
@@ -2,7 +2,8 @@ name "gb"
 description "Role applied to all servers located in the UK"
 
 override_attributes(
-  :country => "gb"
+  :country => "gb",
+  :timezone => "Europe/London"
 )
 
 run_list(
index 69053278eb8381ef21c286303d45e04e44dd462c..d785b052df72bdada812450d9ca128c0dc2e3453 100644 (file)
@@ -2,7 +2,8 @@ name "gr"
 description "Role applied to all servers located in Greece"
 
 override_attributes(
-  :country => "gr"
+  :country => "gr",
+  :timezone => "Europe/Athens"
 )
 
 run_list(
index f5bc1e1a9d2826b78505bfd15fdb6126474893ba..4421a1169cc74abe086ba7f28cdbc8e31a7a6e37 100644 (file)
@@ -2,7 +2,8 @@ name "hr"
 description "Role applied to all servers located in Croatia"
 
 override_attributes(
-  :country => "hr"
+  :country => "hr",
+  :timezone => "Europe/Zagreb"
 )
 
 run_list(
index 073abad902ea20bbcfe74603d4e1ac729250cbb5..1f37de9b1b97c75e8d736d76a7c79ea0d4b6e1bf 100644 (file)
@@ -2,7 +2,8 @@ name "hu"
 description "Role applied to all servers located in Hungary"
 
 override_attributes(
-  :country => "hu"
+  :country => "hu",
+  :timezone => "Europe/Budapest"
 )
 
 run_list(
index 812ba6bb5f7efe24b479a4339a2aeb22587a1a5b..75a2a260a23f285f52e760d3d4a83fe9d17201e9 100644 (file)
@@ -2,7 +2,8 @@ name "ie"
 description "Role applied to all servers located in Ireland"
 
 override_attributes(
-  :country => "ie"
+  :country => "ie",
+  :timezone => "Europe/Dublin"
 )
 
 run_list(
index 6f401ecc5e940c2db1345fdd0a68ef2e216cb022..41f1908325e9815c4735b57f9a21ac342b4f0f69 100644 (file)
@@ -4,6 +4,7 @@ description "Role applied to all servers at NetAlerts"
 default_attributes(
   :hosted_by => "NetAlerts",
   :location => "Montréal, Canada",
+  :timezone => "America/Montreal",
   :networking => {
     :nameservers => [
       "209.172.41.202",
index e42f1b222278e91051329b196a081c0801a988ad..184d3d39accf302b7614653c6ba857e941785b51 100644 (file)
@@ -2,7 +2,8 @@ name "nl"
 description "Role applied to all servers located in the Netherlands"
 
 override_attributes(
-  :country => "nl"
+  :country => "nl",
+  :timezone => "Europe/Amsterdam"
 )
 
 run_list(
index ce6e2bf02dba7e7ac3d650b1765f36b52dc07e06..a352a42464c1f67e7bd235adce1ca414813f7661 100644 (file)
@@ -2,7 +2,8 @@ name "no"
 description "Role applied to all servers located in Norway"
 
 override_attributes(
-  :country => "no"
+  :country => "no",
+  :timezone => "Europe/Oslo"
 )
 
 run_list(
index c7adbe837c282b30ff8b5ac4cf3f4a2e71a62e13..aa08a96c844ccf654ac5701cee794e9703bc6c4c 100644 (file)
@@ -2,7 +2,8 @@ name "nz"
 description "Role applied to all servers located in New Zealand"
 
 override_attributes(
-  :country => "nz"
+  :country => "nz",
+  :timezone => "Pacific/Auckland"
 )
 
 run_list(
index 33f18e7eea59f2f25e084a1bfaa8e2558c247080..f80b1177a2fae2f824922a527ee91f17f08e3ac0 100644 (file)
@@ -9,6 +9,7 @@ default_attributes(
   },
   :hosted_by => "OSUOSL",
   :location => "Corvallis, Oregon",
+  :timezone => "PST8PDT",
   :networking => {
     :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
index 63a7f8bd4b2b4a4e9c6d5085e063fb314fa17ad0..e6816ebc35fc1668d1415b4779c0a2374cabbccc 100644 (file)
@@ -4,6 +4,7 @@ description "Role applied to all servers at prgmr.com"
 default_attributes(
   :hosted_by => "prgmr.com",
   :location => "San Francisco, California",
+  :timezone => "PST8PDT",
   :networking => {
     :nameservers => ["8.8.4.4", "65.19.174.2", "65.19.175.2"],
     :roles => {
index cab945af3eeedb678a3a63ae97e5de9149ba434c..18bc425a03d5b69dccaca23b5d312e26e471b618 100644 (file)
@@ -2,7 +2,8 @@ name "se"
 description "Role applied to all servers located in Sweden"
 
 override_attributes(
-  :country => "se"
+  :country => "se",
+  :timezone => "Europe/Stockholm"
 )
 
 run_list(
index 1fb206e0a08bd3c05b523bd735259d3d9cdb747e..292232e62c8f391ac2a04d17edb49c4560e632ea 100644 (file)
@@ -9,6 +9,7 @@ default_attributes(
   },
   :hosted_by => "TeraSwitch Networks",
   :location => "Pittsburgh, Pennsylvania",
+  :timezone => "EST5EDT",
   :networking => {
     :nameservers => [
       "1.1.1.1",
index a52541dfc8102cc6f493b2bd93a5ce3e5ca4d06e..9d46c3aa92ac37674b5a16089f3feae516d4c792 100644 (file)
@@ -2,7 +2,8 @@ name "tw"
 description "Role applied to all servers located in Taiwan"
 
 override_attributes(
-  :country => "tw"
+  :country => "tw",
+  :timezone => "Asia/Taipei"
 )
 
 run_list(
index 48674f9ee0a32e66e8c58ac78cd00ab4a0150df9..7674f809c359996f0ad376820d13c79fe6ea42d9 100644 (file)
@@ -2,7 +2,8 @@ name "ua"
 description "Role applied to all servers located in Ukraine"
 
 override_attributes(
-  :country => "ua"
+  :country => "ua",
+  :timezone => "Europe/Kiev"
 )
 
 run_list(
index 3e3c31c6e9c4ef5fd7df75c3ba02c97d8287c4c2..0199950477e58dbd5eef915bc5557b50716c0ec3 100644 (file)
@@ -4,6 +4,7 @@ description "Role applied to all servers at Yandex"
 default_attributes(
   :hosted_by => "Yandex",
   :location => "Moscow, Russia",
+  :timezone => "Europe/Moscow",
   :networking => {
     :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
index f42d36607abd416a873eb47394d976784d91fdb3..9c207bc633f3ab67e89efcf55506cf24516dd733 100644 (file)
@@ -2,7 +2,8 @@ name "za"
 description "Role applied to all servers located in South Africa"
 
 override_attributes(
-  :country => "za"
+  :country => "za",
+  :timezone => "Africa/Johannesburg"
 )
 
 run_list(