opnsense-src/release/scripts/oracle/arm64_shape_compatibilities.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

24 lines
397 B
JSON

[
{
"internalShapeName": "VM.Standard.A1.Flex",
"ocpuConstraints": {
"min": 1,
"max": 80
},
"memoryConstraints": {
"minInGBs": 1,
"maxInGBs": 512
}
},
{
"internalShapeName": "VM.Standard.A2.Flex",
"ocpuConstraints": {
"min": 1,
"max": 78
},
"memoryConstraints": {
"minInGBs": 1,
"maxInGBs": 946
}
}
]