From 0b7e2c9b0e1e38b3402276bbfd203f821199164e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= <loles@mirantis.com>
Date: Fri, 12 Feb 2016 12:24:26 +0100
Subject: [PATCH] Increase disk size

Now Riak is installed always and takes about 500MB. We need this space
for openstack example.

Change-Id: Ieee618499a9520c043e16b03d8e1036698ebe672
---
 bootstrap/solar-master.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap/solar-master.json b/bootstrap/solar-master.json
index 7465a0ae..5db9e15c 100644
--- a/bootstrap/solar-master.json
+++ b/bootstrap/solar-master.json
@@ -14,7 +14,7 @@
     "iso_url": "http://releases.ubuntu.com/14.04/ubuntu-14.04.3-server-amd64.iso",
     "iso_checksum": "9e5fecc94b3925bededed0fdca1bd417",
     "custom_script": ".",
-    "disk_size": "4000",
+    "disk_size": "4500",
     "mem_size": "512",
     "vcpu_num": "1",
     "ansible_config_path": "/etc/ansible",