]> git.openstreetmap.org Git - chef.git/commitdiff
Remove roles for cmok, naga and norbert
authorTom Hughes <tom@compton.nu>
Thu, 15 Apr 2021 18:15:03 +0000 (19:15 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 15 Apr 2021 18:15:03 +0000 (19:15 +0100)
roles/cmok.rb [deleted file]
roles/datahata.rb [deleted file]
roles/grifon.rb [deleted file]
roles/milkywan.rb [deleted file]
roles/naga.rb [deleted file]
roles/norbert.rb [deleted file]

diff --git a/roles/cmok.rb b/roles/cmok.rb
deleted file mode 100644 (file)
index 5653d09..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-name "cmok"
-description "Master role applied to cmok"
-
-default_attributes(
-  :hardware => {
-    :shm_size => "6g"
-  },
-  :munin => {
-    :plugins => {
-      "diskstats_latency.sdd" => {
-        :avgrdwait => { :warning => "0:30" }
-      }
-    }
-  },
-  :networking => {
-    :interfaces => {
-      :external_ipv4 => {
-        :interface => "enp4s0",
-        :role => :external,
-        :family => :inet,
-        :address => "31.130.201.40",
-        :prefix => "27",
-        :gateway => "31.130.201.33"
-      },
-      :external_ipv6 => {
-        :interface => "enp4s0",
-        :role => :external,
-        :family => :inet6,
-        :address => "2001:67c:2268:1005:21e:8cff:fe8c:8d3b",
-        :prefix => "64",
-        :gateway => "fe80::20c:42ff:feb2:8ff8"
-      }
-    }
-  },
-  :squid => {
-    :version => 4,
-    :cache_mem => "4096 MB",
-    :cache_dir => [
-      "rock /store/squid/rock-4096 12800 swap-timeout=200 slot-size=4096 max-size=3996",
-      "rock /store/squid/rock-8192 16000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092",
-      "rock /store/squid/rock-16384 22400 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284",
-      "rock /store/squid/rock-32768 22800 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
-    ]
-  },
-  :tilecache => {
-    :tile_parent => "minsk.render.openstreetmap.org"
-  }
-)
-
-run_list(
-  "role[datahata]",
-  "role[tilecache]"
-)
diff --git a/roles/datahata.rb b/roles/datahata.rb
deleted file mode 100644 (file)
index d257382..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-name "datahata"
-description "Role applied to all servers at DataHata"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :kom => { :status => :administrator }
-    }
-  },
-  :hosted_by => "DataHata",
-  :location => "Minsk, Belarus"
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.by.pool.ntp.org", "1.by.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[by]"
-)
diff --git a/roles/grifon.rb b/roles/grifon.rb
deleted file mode 100644 (file)
index e7bf0b2..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-name "grifon"
-description "Role applied to all servers at Grifon"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :alarig => { :status => :administrator },
-      :gizmo => { :status => :administrator },
-      :nemo => { :status => :administrator }
-    }
-  },
-  :hosted_by => "Grifon",
-  :location => "Rennes, France",
-  :munin => {
-    :allow => ["2a00:5884::8"]
-  },
-  :networking => {
-    :firewall => {
-      :inet6 => [
-        {
-          :action => "ACCEPT",
-          :source => "net:[2a00:5884::8]",
-          :dest => "fw",
-          :proto => "tcp",
-          :dest_ports => "munin",
-          :source_ports => "1024:",
-          :rate_limit => "-",
-          :connection_limit => "-"
-        }
-      ]
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[fr]"
-)
diff --git a/roles/milkywan.rb b/roles/milkywan.rb
deleted file mode 100644 (file)
index d353814..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-name "milkywan"
-description "Role applied to all servers at MilkyWan"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :milkywan => { :status => :administrator }
-    }
-  },
-  :hosted_by => "MilkyWan",
-  :location => "Paris, France",
-  :networking => {
-    :firewall => {
-      :inet => [
-        {
-          :action => "ACCEPT",
-          :source => "net:212.25.24.64/28",
-          :dest => "fw",
-          :proto => "udp",
-          :dest_ports => "snmp",
-          :source_ports => "1024:",
-          :rate_limit => "-",
-          :connection_limit => "-"
-        }
-      ]
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[fr]"
-)
diff --git a/roles/naga.rb b/roles/naga.rb
deleted file mode 100644 (file)
index 5ff6a35..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-name "naga"
-description "Master role applied to naga"
-
-default_attributes(
-  :hardware => {
-    :shm_size => "14g"
-  },
-  :networking => {
-    :interfaces => {
-      :external_ipv4 => {
-        :interface => "ens18",
-        :role => :external,
-        :family => :inet,
-        :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"
-      }
-    }
-  },
-  :squid => {
-    :version => 4,
-    :cache_mem => "10240 MB",
-    :cache_dir => [
-      "rock /store/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996",
-      "rock /store/squid/rock-8192 25000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092",
-      "rock /store/squid/rock-16384 35000 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284",
-      "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
-    ]
-  },
-  :tilecache => {
-    :tile_parent => "france.render.openstreetmap.org"
-  }
-)
-
-run_list(
-  "role[milkywan]",
-  "role[tilecache]"
-)
diff --git a/roles/norbert.rb b/roles/norbert.rb
deleted file mode 100644 (file)
index 1543375..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-name "norbert"
-description "Master role applied to norbert"
-
-default_attributes(
-  :hardware => {
-    :shm_size => "12g"
-  },
-  :networking => {
-    :interfaces => {
-      :external_ipv4 => {
-        :interface => "ens18",
-        :role => :external,
-        :family => :inet,
-        :address => "89.234.186.100",
-        :prefix => "27",
-        :gateway => "89.234.186.97"
-      },
-      :external_ipv6 => {
-        :interface => "ens18",
-        :role => :external,
-        :family => :inet6,
-        :address => "2a00:5884:821c::1",
-        :prefix => "48",
-        :gateway => "fe80::204:92:100:1"
-      }
-    }
-  },
-  :squid => {
-    :version => 4,
-    :cache_mem => "10240 MB",
-    :cache_dir => [
-      "rock /store/squid/rock-4096 12800 swap-timeout=200 slot-size=4096 max-size=3996",
-      "rock /store/squid/rock-8192 16000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092",
-      "rock /store/squid/rock-16384 22400 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284",
-      "rock /store/squid/rock-32768 22800 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
-    ]
-  },
-  :nginx => {
-    :cache => {
-      :proxy => {
-        :keys_zone => "proxy_cache_zone:64M",
-        :max_size => "2048M"
-      }
-    }
-  },
-  :tilecache => {
-    :tile_parent => "france.render.openstreetmap.org"
-  }
-)
-
-run_list(
-  "role[grifon]",
-  "role[tilecache]"
-)