]> git.openstreetmap.org Git - chef.git/blobdiff - roles/saphira.rb
Remove roles for some unused machines from the old tile CDN
[chef.git] / roles / saphira.rb
diff --git a/roles/saphira.rb b/roles/saphira.rb
deleted file mode 100644 (file)
index 7da9a07..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-name "saphira"
-description "Master role applied to saphira"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :external_ipv4 => {
-        :interface => "eth0",
-        :role => :external,
-        :family => :inet,
-        :address => "185.73.44.30",
-        :prefix => "22",
-        :gateway => "185.73.44.1"
-      },
-      :external_ipv6 => {
-        :interface => "eth0",
-        :role => :external,
-        :family => :inet6,
-        :address => "2001:ba8:0:2c1e::",
-        :prefix => "64",
-        :gateway => "fe80::fcff:ffff:feff:ffff"
-      }
-    }
-  }
-)
-
-run_list(
-  "role[jump]",
-  "role[geodns]"
-)