From 5b5c213d8508454b4cdfb560c8bb3d5692230088 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 6 Mar 2022 12:22:11 +0000 Subject: [PATCH] Drop web-storage role --- roles/fafnir.rb | 1 - roles/grisu.rb | 1 - roles/ironbelly.rb | 1 - roles/web-storage.rb | 14 -------------- 4 files changed, 17 deletions(-) delete mode 100644 roles/web-storage.rb diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 648b7acd4..cbd12fc1c 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -56,6 +56,5 @@ run_list( "role[equinix-dub]", "role[hp-g9]", "role[gateway]", - "role[web-storage]", "recipe[dhcpd]" ) diff --git a/roles/grisu.rb b/roles/grisu.rb index b260ff895..c82f3e511 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -39,7 +39,6 @@ run_list( "role[bytemark]", "role[hp-dl180-g6]", "role[gateway]", - "role[web-storage]", "role[backup]", "role[planet]" # "role[planetdump]" diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 68c55c8fa..810f977a0 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -119,7 +119,6 @@ default_attributes( run_list( "role[equinix-ams]", "role[gateway]", - "role[web-storage]", "role[supybot]", "role[backup]", "role[planet]", diff --git a/roles/web-storage.rb b/roles/web-storage.rb deleted file mode 100644 index 4dc1b3d79..000000000 --- a/roles/web-storage.rb +++ /dev/null @@ -1,14 +0,0 @@ -name "web-storage" -description "Base role applied to all web/api storage servers" - -default_attributes( - :accounts => { - :users => { - :rails => { :status => :role } - } - } -) - -run_list( - "recipe[nfs::server]" -) -- 2.43.2