]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl-wolfson.rb
Drop support for old UCL locations
[chef.git] / roles / ucl-wolfson.rb
diff --git a/roles/ucl-wolfson.rb b/roles/ucl-wolfson.rb
deleted file mode 100644 (file)
index 208185a..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-name "ucl-wolfson"
-description "Role applied to all servers at UCL which are in Wolfson House"
-
-default_attributes(
-  :networking => {
-    :roles => {
-      :internal => {
-        :inet => {
-          :prefix => "20",
-          :gateway => "10.0.0.3"
-        }
-      },
-      :external => {
-        :zone => "ucl",
-        :inet => {
-          :prefix => "27",
-          :gateway => "128.40.45.222"
-        }
-      }
-    }
-  }
-)
-
-override_attributes(
-  :networking => {
-    :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"],
-    :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
-  }
-)
-
-run_list(
-  "role[ucl]"
-)