From 1503ce5434f98eff93aaf03d9cd4c52b4c11458a Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Mon, 12 Sep 2016 10:48:43 -0400 Subject: [PATCH] Increase VM size, per Jim Jokl feedback. --- shibboleth-appliance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index b937963..c7f5164 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": "6122", "cpus": "2", "ssh_username": "centos",