Increase Fuel disk size from 50 GB to 100 GB 67/9267/2
authorPeter Barabas <peter.barabas@ericsson.com>
Thu, 4 Feb 2016 13:20:20 +0000 (14:20 +0100)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Thu, 4 Feb 2016 22:10:39 +0000 (22:10 +0000)
Change-Id: I4a5471f9b910584d6af6620bf901d6308a425bb9
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
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'}