Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak system and os_type for OVA #529

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/cmd-buildextend-vmware
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ os.mkdir(tmpdir)


def generate_ovf_parameters(qemu, vmdk, cpu=2,
memory=4096, system_type="vmx-07 vmx-08",
os_type="other26xLinux64Guest", scsi="VirtualSCSI",
memory=4096, system_type="vmx-13",
os_type="rhel7_64Guest", scsi="VirtualSCSI",
network="VmxNet3"):
"""
Returns a dictionary with the parameters needed to create an OVF file based
Expand Down