From: Tom Hughes Date: Mon, 29 Aug 2022 18:16:06 +0000 (+0100) Subject: Drop roles for thorn-04 and thorn-05 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/624bf91fe89a9361fe934fef63749425db710df2 Drop roles for thorn-04 and thorn-05 --- diff --git a/roles/thorn-04.rb b/roles/thorn-04.rb deleted file mode 100644 index baf14f7f8..000000000 --- a/roles/thorn-04.rb +++ /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 index b62859111..000000000 --- a/roles/thorn-05.rb +++ /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]" -)