Skip to content

Commit

Permalink
This can and does drive builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 6, 2016
1 parent 08c0c7c commit fa385e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"disk_size": "8192",
"memory": "6122",
"cpus": "2",
"guest_os_type": "RedHat_64",
"ssh_username": "centos",
"ssh_password": "centos",
"region": "us-west-1",
Expand Down Expand Up @@ -39,7 +40,8 @@
"disk_size": "{{user `disk_size`}}",
"vboxmanage": [
["modifyvm", "{{.Name}}", "--memory", "{{user `memory`}}"],
["modifyvm", "{{.Name}}", "--cpus", "{{user `cpus`}}"]
["modifyvm", "{{.Name}}", "--cpus", "{{user `cpus`}}"],
["modifyvm", "{{.Name}}", "--ostype", "{{user `guest_os_type`}}"]
],
"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 fa385e8

Please sign in to comment.