From 4a0e9cfb2f3312387f87f1c1774e62296d657268 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 30 Aug 2017 03:07:41 -0700 Subject: [PATCH] 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. --- oem/oracle/launch-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/oracle/launch-instance b/oem/oracle/launch-instance index cea9c542b3..9ca2c03dde 100755 --- a/oem/oracle/launch-instance +++ b/oem/oracle/launch-instance @@ -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"