mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04: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)
24 lines
397 B
JSON
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
|
|
}
|
|
}
|
|
]
|