Skip to content

Commit

Permalink
Additional robustness for shibboleth appliance build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 30, 2016
1 parent 01157b0 commit 48c33cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"builders": [
{
"type": "virtualbox-iso",
"name": "shibboleth-appliance-centos7-ova",
"vm_name": "shibboleth-appliance-centos7-{{user `profile`}}",
"name": "{{user `outputfile_name`}}-ova",
"vm_name": "{{user `outputfile_name`}}-{{user `profile`}}",
"headless": true,
"guest_os_type": "RedHat_64",
"disk_size": "{{user `disk_size`}}",
Expand Down Expand Up @@ -66,9 +66,9 @@
"guest_os_type": "RedHat",
"disk_size": "{{user `disk_size`}}",
"vmx_data": {
"cpuid.coresPerSocket": "1",
"memsize": "1024",
"numvcpus": "1"
"cpuid.coresPerSocket": "{{user `cpus`}}",
"memsize": "{{user `memory`}}",
"numvcpus": "{{user `cpus`}}"
},
"iso_url": "http://mirror.vcu.edu/pub/gnu+linux/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso",
"iso_checksum": "f90e4d28fa377669b2db16cbcb451fcb9a89d2460e3645993e30e137ac37d284",
Expand Down

0 comments on commit 48c33cf

Please sign in to comment.