aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Barabas <peter.barabas@ericsson.com>2016-02-04 14:20:20 +0100
committerStefan Berg <stefan.k.berg@ericsson.com>2016-02-05 09:08:37 +0000
commit3ed1eb4c9626151d7c06dc953c3e6962dcaa1f7d (patch)
tree36bc04f1cdf0871e0d98ae52e3d128ca79bd08ac
parentd2fda79b092bd547aba11fc181e2227d0c18e29e (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)
-rwxr-xr-xdeploy/reap.py2
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'}