]> git.openstreetmap.org Git - chef.git/commitdiff
Drop idris role
authorTom Hughes <tom@compton.nu>
Thu, 8 Dec 2016 10:41:49 +0000 (10:41 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 8 Dec 2016 10:41:49 +0000 (10:41 +0000)
roles/idris.rb [deleted file]

diff --git a/roles/idris.rb b/roles/idris.rb
deleted file mode 100644 (file)
index 372aba8..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-name "idris"
-description "Master role applied to idris"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.0.4"
-      },
-      :external_ipv4 => {
-        :interface => "eth1",
-        :role => :external,
-        :family => :inet,
-        :address => "128.40.45.200"
-      }
-    }
-  }
-)
-
-run_list(
-  "role[ucl-wolfson]",
-  "role[hp-g5]"
-)