]> git.openstreetmap.org Git - chef.git/commitdiff
Drop roles for thorn-04 and thorn-05
authorTom Hughes <tom@compton.nu>
Mon, 29 Aug 2022 18:16:06 +0000 (19:16 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 29 Aug 2022 18:16:06 +0000 (19:16 +0100)
roles/thorn-04.rb [deleted file]
roles/thorn-05.rb [deleted file]

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]"
-)
diff --git a/roles/thorn-05.rb b/roles/thorn-05.rb
deleted file mode 100644 (file)
index b628591..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-name "thorn-05"
-description "Master role applied to thorn-05"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "bond0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.32.42",
-        :bond => {
-          :slaves => %w[enp3s0f0 enp3s0f1]
-        }
-      }
-    }
-  }
-)
-
-run_list(
-  "role[bytemark]"
-)