This commit is contained in:
33
packer/ova/packer-common.json
Normal file
33
packer/ova/packer-common.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"boot_wait": "10s",
|
||||
"convert_to_template": "false",
|
||||
"cpu": "4",
|
||||
"cpu_cores": "1",
|
||||
"disk_controller_type": "pvscsi",
|
||||
"disk_thin_provisioned": "true",
|
||||
"disk_type_id": "0",
|
||||
"firmware": "bios",
|
||||
"format": "",
|
||||
"guestinfo_datasource_ref": "v1.4.1",
|
||||
"guestinfo_datasource_script": "{{user `guestinfo_datasource_slug`}}/{{user `guestinfo_datasource_ref`}}/install.sh",
|
||||
"guestinfo_datasource_slug": "https://raw.githubusercontent.com/vmware/cloud-init-vmware-guestinfo",
|
||||
"headless": "true",
|
||||
"insecure_connection": "false",
|
||||
"memory": "8192",
|
||||
"network": "",
|
||||
"network_card": "vmxnet3",
|
||||
"remote_datastore": "",
|
||||
"remote_host": "",
|
||||
"remote_password": "",
|
||||
"remote_type": "",
|
||||
"remote_username": "",
|
||||
"skip_compaction": "false",
|
||||
"ssh_password": "builder",
|
||||
"ssh_timeout": "60m",
|
||||
"ssh_username": "builder",
|
||||
"vmx_version": "15",
|
||||
"vnc_bind_address": "127.0.0.1",
|
||||
"vnc_disable_password": "false",
|
||||
"vnc_port_max": "6000",
|
||||
"vnc_port_min": "5900"
|
||||
}
|
Reference in New Issue
Block a user