mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
oem/oracle: Launch a small VM instance by default
This is faster and cheaper than launching a bare-metal instance, which is no longer necessary now that networkd works in OCI VMs.
This commit is contained in:
parent
8f85212687
commit
4a0e9cfb2f
@ -10,7 +10,7 @@ availability_domain=$(get_availability_domain "${compartment}")
|
||||
image_id=$(get_an_image_id "${compartment}")
|
||||
subnet_id=$(get_subnet_id "${compartment}" "${availability_domain}")
|
||||
name=
|
||||
shape="BM.Standard1.36"
|
||||
shape="VM.Standard1.1"
|
||||
ipxe=0
|
||||
ignition=
|
||||
baseurl="http://alpha.release.core-os.net/amd64-usr/current"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user