From: Peter Barabas Date: Thu, 4 Feb 2016 13:20:20 +0000 (+0100) Subject: Increase Fuel disk size from 50 GB to 100 GB X-Git-Tag: colorado.1.rc1~225^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=161597bc99de06e4b7918120548c8d2f4fbc677f;p=fuel.git Increase Fuel disk size from 50 GB to 100 GB Change-Id: I4a5471f9b910584d6af6620bf901d6308a425bb9 Signed-off-by: Peter Barabas --- diff --git a/deploy/reap.py b/deploy/reap.py index dd5b242cf..bf64d405a 100755 --- a/deploy/reap.py +++ b/deploy/reap.py @@ -74,7 +74,7 @@ DHA_2 = ''' # which may not be correct - please adjust as needed. ''' -DISKS = {'fuel': '50G', +DISKS = {'fuel': '100G', 'controller': '100G', 'compute': '100G'}