From ff6e215ca12d2efe3493da1eb0152751ceef7162 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 21 Oct 2022 00:47:08 +0100 Subject: [PATCH] Drop roles for thorn-02 and thorn-03 --- roles/thorn-02.rb | 25 ------------------------- roles/thorn-03.rb | 25 ------------------------- 2 files changed, 50 deletions(-) delete mode 100644 roles/thorn-02.rb delete mode 100644 roles/thorn-03.rb diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb deleted file mode 100644 index 5b8b4052c..000000000 --- a/roles/thorn-02.rb +++ /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 index d64a870a1..000000000 --- a/roles/thorn-03.rb +++ /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]" -) -- 2.43.2