mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
- requires base tar & flua, qemu-tools & curl from ports - set ORACLE_PAR_URL to upload to local file:/// dir or cloud buckets Reviewed by: emaste Approved by: cperciva Differential Revision: https://reviews.freebsd.org/D48382 Sponsored by: SkunkWerks, GmbH (cherry picked from commit 0ce9a414adc33af29607adbd81e0760e014fcd76)
96 lines
2.1 KiB
JSON
96 lines
2.1 KiB
JSON
{
|
|
"capabilities": {
|
|
"Compute.AMD_SecureEncryptedVirtualization": {
|
|
"descriptorType": "boolean",
|
|
"defaultValue": false
|
|
},
|
|
"Storage.BootVolumeType": {
|
|
"descriptorType": "enumstring",
|
|
"values": [
|
|
"ISCSI",
|
|
"PARAVIRTUALIZED",
|
|
"SCSI",
|
|
"IDE",
|
|
"NVME"
|
|
],
|
|
"defaultValue": "PARAVIRTUALIZED"
|
|
},
|
|
"Storage.Iscsi.MultipathDeviceSupported": {
|
|
"descriptorType": "boolean",
|
|
"defaultValue": false
|
|
},
|
|
"Storage.ParaVirtualization.EncryptionInTransit": {
|
|
"descriptorType": "boolean",
|
|
"defaultValue": true
|
|
},
|
|
"Storage.ConsistentVolumeNaming": {
|
|
"descriptorType": "boolean",
|
|
"defaultValue": true
|
|
},
|
|
"Compute.SecureBoot": {
|
|
"descriptorType": "boolean",
|
|
"defaultValue": false
|
|
},
|
|
"Storage.ParaVirtualization.AttachmentVersion": {
|
|
"descriptorType": "enuminteger",
|
|
"values": [
|
|
1,
|
|
2
|
|
],
|
|
"defaultValue": 2
|
|
},
|
|
"Storage.LocalDataVolumeType": {
|
|
"descriptorType": "enumstring",
|
|
"values": [
|
|
"ISCSI",
|
|
"PARAVIRTUALIZED",
|
|
"SCSI",
|
|
"IDE",
|
|
"NVME"
|
|
],
|
|
"defaultValue": "PARAVIRTUALIZED"
|
|
},
|
|
"Network.AttachmentType": {
|
|
"descriptorType": "enumstring",
|
|
"values": [
|
|
"PARAVIRTUALIZED",
|
|
"VDPA"
|
|
],
|
|
"defaultValue": "PARAVIRTUALIZED"
|
|
},
|
|
"Storage.RemoteDataVolumeType": {
|
|
"descriptorType": "enumstring",
|
|
"values": [
|
|
"ISCSI",
|
|
"PARAVIRTUALIZED",
|
|
"SCSI",
|
|
"IDE",
|
|
"NVME"
|
|
],
|
|
"defaultValue": "PARAVIRTUALIZED"
|
|
},
|
|
"Compute.LaunchMode": {
|
|
"descriptorType": "enumstring",
|
|
"values": [
|
|
"NATIVE",
|
|
"EMULATED",
|
|
"VDPA",
|
|
"PARAVIRTUALIZED",
|
|
"CUSTOM"
|
|
],
|
|
"defaultValue": "PARAVIRTUALIZED"
|
|
},
|
|
"Network.IPv6Only": {
|
|
"descriptorType": "boolean",
|
|
"defaultValue": false
|
|
},
|
|
"Compute.Firmware": {
|
|
"descriptorType": "enumstring",
|
|
"values": [
|
|
"BIOS",
|
|
"UEFI_64"
|
|
],
|
|
"defaultValue": "UEFI_64"
|
|
}
|
|
}
|
|
}
|