]> git.openstreetmap.org Git - chef.git/commitdiff
Drop roles for thorn-02 and thorn-03
authorTom Hughes <tom@compton.nu>
Thu, 20 Oct 2022 23:47:08 +0000 (00:47 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 20 Oct 2022 23:47:08 +0000 (00:47 +0100)
roles/thorn-02.rb [deleted file]
roles/thorn-03.rb [deleted file]

diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb
deleted file mode 100644 (file)
index 5b8b405..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-name "thorn-02"
-description "Master role applied to thorn-02"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "bond0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.48.52",
-        :bond => {
-          :mode => "802.3ad",
-          :lacprate => "fast",
-          :xmithashpolicy => "layer3+4",
-          :slaves => %w[eth0 eth1]
-        }
-      }
-    }
-  }
-)
-
-run_list(
-  "role[equinix-ams]"
-)
diff --git a/roles/thorn-03.rb b/roles/thorn-03.rb
deleted file mode 100644 (file)
index d64a870..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-name "thorn-03"
-description "Master role applied to thorn-03"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "bond0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.48.53",
-        :bond => {
-          :mode => "802.3ad",
-          :lacprate => "fast",
-          :xmithashpolicy => "layer3+4",
-          :slaves => %w[eth0 eth1]
-        }
-      }
-    }
-  }
-)
-
-run_list(
-  "role[equinix-ams]"
-)