From: Tom Hughes Date: Thu, 20 Oct 2022 23:47:08 +0000 (+0100) Subject: Drop roles for thorn-02 and thorn-03 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ff6e215ca12d2efe3493da1eb0152751ceef7162 Drop roles for thorn-02 and thorn-03 --- 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]" -)