mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -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 0ce9a414ad)
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
|
|
}
|
|
}
|
|
]
|