]> git.openstreetmap.org Git - chef.git/commitdiff
Remove role for culebre
authorTom Hughes <tom@compton.nu>
Tue, 26 Jan 2021 08:17:00 +0000 (08:17 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 26 Jan 2021 08:17:00 +0000 (08:17 +0000)
roles/culebre.rb [deleted file]
roles/unizar.rb [deleted file]

diff --git a/roles/culebre.rb b/roles/culebre.rb
deleted file mode 100644 (file)
index ed3d93d..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-name "culebre"
-description "Master role applied to culebre"
-
-default_attributes(
-  :hardware => {
-    :shm_size => "18g"
-  },
-  :networking => {
-    :interfaces => {
-      :external_ipv4 => {
-        :interface => "ens3",
-        :role => :external,
-        :family => :inet,
-        :address => "155.210.4.103",
-        :prefix => "28",
-        :gateway => "155.210.4.110"
-      }
-    }
-  },
-  :squid => {
-    :version => 4,
-    :cache_mem => "16384 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 => "zaragoza.render.openstreetmap.org"
-  }
-)
-
-run_list(
-  "role[unizar]",
-  "role[tilecache]"
-)
diff --git a/roles/unizar.rb b/roles/unizar.rb
deleted file mode 100644 (file)
index 3f5f681..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-name "unizar"
-description "Role applied to all servers at University of Zaragoza"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :osluz => { :status => :administrator }
-    }
-  },
-  :hosted_by => "University of Zaragoza",
-  :location => "Zaragoza, Spain"
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[es]"
-)