Skip to content

Commit

Permalink
Increase appliance disk size (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtchin authored Sep 1, 2017
1 parent 43c30f9 commit 079e6bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer/packer/packer-vic.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vmdk_name": "vic-disk",
"type": "vmware-iso",
"headless": false,
"disk_size": 8192,
"disk_size": 16384,
"disk_additional_size": [ 51200 ],
"disk_type_id": "thin",
"guest_os_type": "other3xlinux-64",
Expand Down Expand Up @@ -67,7 +67,7 @@
"vmdk_name": "system",
"type": "vmware-iso",
"headless": false,
"disk_size": 8192,
"disk_size": 16384,
"disk_additional_size": [ 16384 ],
"disk_type_id": 0,
"guest_os_type": "other3xlinux-64",
Expand Down
2 changes: 1 addition & 1 deletion installer/packer/vic-unified.ovf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</vmw:IpAssignmentSection>
<DiskSection>
<Info>List of the virtual disks and partitions needed</Info>
<Disk ovf:capacity="20" ovf:capacityAllocationUnits="byte * 2^30" ovf:diskId="system" ovf:fileRef="system.vmdk_id" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" ovf:populatedSize="629145600"/>
<Disk ovf:capacity="16" ovf:capacityAllocationUnits="byte * 2^30" ovf:diskId="system" ovf:fileRef="system.vmdk_id" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" ovf:populatedSize="629145600"/>
<Disk ovf:capacity="50" ovf:capacityAllocationUnits="byte * 2^30" ovf:diskId="data1" ovf:fileRef="data1.vmdk_id" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" ovf:populatedSize="0"/>
</DiskSection>
<VirtualSystem ovf:id="vic">
Expand Down

0 comments on commit 079e6bb

Please sign in to comment.