Increase Fuel disk size from 50 GB to 100 GB 61/9361/1
authorPeter Barabas <peter.barabas@ericsson.com>
Thu, 4 Feb 2016 13:20:20 +0000 (14:20 +0100)
committerStefan Berg <stefan.k.berg@ericsson.com>
Fri, 5 Feb 2016 09:08:37 +0000 (09:08 +0000)
Change-Id: I4a5471f9b910584d6af6620bf901d6308a425bb9
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
(cherry picked from commit 161597bc99de06e4b7918120548c8d2f4fbc677f)

deploy/reap.py

index dd5b242..bf64d40 100755 (executable)
@@ -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'}