opnsense-src/release/scripts/oracle/image_capability_data.json
Dave Cottlehuber e2125f57bd release: add cloudware oracle targets to package and upload .oci files
- 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)
2025-04-08 18:58:08 +00:00

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"
}
}
}