From b0b77eaa248cf936cd1c6436b71a7641ac34976e Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Tue, 13 Sep 2016 11:40:30 -0400 Subject: [PATCH] Increase vm disk size for shibboleth appliance. --- shibboleth-appliance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index 13777c1..e3cccf9 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -3,7 +3,7 @@ "description": "Shibboleth appliance ", "variables": { "profile": "xfs", - "disk_size": "8192", + "disk_size": "20000", "memory": "2048", "cpus": "1", "guest_os_type": "RedHat_64",