]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-04.rb
Drop roles for thorn-04 and thorn-05
[chef.git] / roles / thorn-04.rb
diff --git a/roles/thorn-04.rb b/roles/thorn-04.rb
deleted file mode 100644 (file)
index baf14f7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-name "thorn-04"
-description "Master role applied to thorn-04"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "bond0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.32.41",
-        :bond => {
-          :slaves => %w[enp3s0f0 enp3s0f1]
-        }
-      }
-    }
-  }
-)
-
-run_list(
-  "role[bytemark]"
-)