diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-02-04 14:20:20 +0100 |
---|---|---|
committer | Stefan Berg <stefan.k.berg@ericsson.com> | 2016-02-05 09:08:37 +0000 |
commit | 3ed1eb4c9626151d7c06dc953c3e6962dcaa1f7d (patch) | |
tree | 36bc04f1cdf0871e0d98ae52e3d128ca79bd08ac /deploy | |
parent | d2fda79b092bd547aba11fc181e2227d0c18e29e (diff) |
Increase Fuel disk size from 50 GB to 100 GB
Change-Id: I4a5471f9b910584d6af6620bf901d6308a425bb9
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
(cherry picked from commit 161597bc99de06e4b7918120548c8d2f4fbc677f)
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy/reap.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'} |