]> git.openstreetmap.org Git - chef.git/commitdiff
Add role for ascalon
authorTom Hughes <tom@compton.nu>
Tue, 8 May 2018 20:56:12 +0000 (21:56 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 8 May 2018 20:56:47 +0000 (21:56 +0100)
cookbooks/networking/templates/default/shorewall-zones.erb
roles/ascalon.rb [new file with mode: 0644]
roles/ca.rb [new file with mode: 0644]
roles/jakelong.rb
roles/netalerts.rb [new file with mode: 0644]
roles/stormfly-02.rb

index 01f819f1d5a5856e123294fab5a107e61b7fbdd0..b650d7e182a1efa4ff1e8a7a842b3f2503bf550c 100644 (file)
@@ -36,3 +36,4 @@ ffr:osm         <%= @type %>
 ixz:osm         <%= @type %>
 grn:osm         <%= @type %>
 g5s:osm         <%= @type %>
+na:osm          <%= @type %>
diff --git a/roles/ascalon.rb b/roles/ascalon.rb
new file mode 100644 (file)
index 0000000..073bdcb
--- /dev/null
@@ -0,0 +1,34 @@
+name "ascalon"
+description "Master role applied to ascalon"
+
+default_attributes(
+  :networking => {
+    :interfaces => {
+      :external_ipv4 => {
+        :interface => "eth0",
+        :role => :external,
+        :family => :inet,
+        :address => "184.107.48.228",
+        :prefix => "27",
+        :gateway => "184.107.48.225"
+      }
+    }
+  },
+  :squid => {
+    :cache_mem => "16000 MB",
+    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
+  },
+  :tilecache => {
+    :tile_parent => "montreal.render.openstreetmap.org",
+    :tile_siblings => [
+      "stormfly-02.openstreetmap.org",
+      "jakelong.openstreetmap.org"
+    ]
+  }
+)
+
+run_list(
+  "role[netalerts]",
+  "role[geodns]",
+  "role[tilecache]"
+)
diff --git a/roles/ca.rb b/roles/ca.rb
new file mode 100644 (file)
index 0000000..3d83f88
--- /dev/null
@@ -0,0 +1,10 @@
+name "ca"
+description "Role applied to all servers located in Canada"
+
+override_attributes(
+  :country => "ca"
+)
+
+run_list(
+  "role[base]"
+)
index 5d3f5ef932bd19ac4b19ae890068d2a7f686f619..abe8d31bb3b477b29f160d4183e81fe83fc97636 100644 (file)
@@ -46,9 +46,8 @@ default_attributes(
   :tilecache => {
     :tile_parent => "sanfrancisco.render.openstreetmap.org",
     :tile_siblings => [
-      "nadder-01.openstreetmap.org",
-      "nadder-02.openstreetmap.org",
       "stormfly-02.openstreetmap.org",
+      "ascalon.openstreetmap.org",
       "nepomuk.openstreetmap.org",
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org"
diff --git a/roles/netalerts.rb b/roles/netalerts.rb
new file mode 100644 (file)
index 0000000..6f401ec
--- /dev/null
@@ -0,0 +1,28 @@
+name "netalerts"
+description "Role applied to all servers at NetAlerts"
+
+default_attributes(
+  :hosted_by => "NetAlerts",
+  :location => "MontrĂ©al, Canada",
+  :networking => {
+    :nameservers => [
+      "209.172.41.202",
+      "209.172.41.200"
+    ],
+    :roles => {
+      :external => {
+        :zone => "na"
+      }
+    }
+  }
+)
+
+override_attributes(
+  :ntp => {
+    :servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "america.pool.ntp.org"]
+  }
+)
+
+run_list(
+  "role[ca]"
+)
index 76c62732a6dff300737a841e6d55a0c9b911280e..865ba66a0caec5cb37ff363f35f71f31910af073 100644 (file)
@@ -25,8 +25,7 @@ default_attributes(
   :tilecache => {
     :tile_parent => "corvallis.render.openstreetmap.org",
     :tile_siblings => [
-      "nadder-01.openstreetmap.org",
-      "nadder-02.openstreetmap.org",
+      "ascalon.openstreetmap.org",
       "jakelong.openstreetmap.org",
       "nepomuk.openstreetmap.org",
       "lurien.openstreetmap.org"