From 0a610f5658389e6fa37c8c14330cbdae38b5db65 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 11 Jul 2013 17:27:37 +0100 Subject: [PATCH 1/1] Move web file storage to ironbelly --- roles/db.rb | 2 +- roles/horntail.rb | 1 - roles/ironbelly.rb | 1 + roles/web.rb | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/db.rb b/roles/db.rb index 031865a6c..44026b0ac 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -31,7 +31,7 @@ default_attributes( } }, :nfs => { - "/store/rails" => { :host => "horntail", :path => "/store/rails" } + "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :postgresql => { :versions => [ "9.1" ], diff --git a/roles/horntail.rb b/roles/horntail.rb index bc54918fb..894eb0d07 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -108,7 +108,6 @@ run_list( "role[ic]", "role[planet]", "role[stats]", - "role[web-storage]", "role[backup]", "recipe[rsyncd]" ) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 0726d13f0..faf753d35 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -80,6 +80,7 @@ run_list( "role[gateway]", "role[chef-server]", "role[chef-repository]", + "role[web-storage]", "role[supybot]", "recipe[rsyncd]", "recipe[openvpn]" diff --git a/roles/web.rb b/roles/web.rb index 1e8c2666b..7a6c8a6c1 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -14,7 +14,7 @@ default_attributes( :sources => [ "brightbox-ruby-ng" ] }, :nfs => { - "/store/rails" => { :host => "horntail", :path => "/store/rails" } + "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :web => { :status => "online", -- 2.43.2