public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] terraform/oci: Add VM.Standard.x86.Generic shape to available options
@ 2025-05-07  9:55 Chandan Babu R
  2025-05-07 13:56 ` Chuck Lever
  2025-05-07 17:05 ` Luis Chamberlain
  0 siblings, 2 replies; 8+ messages in thread
From: Chandan Babu R @ 2025-05-07  9:55 UTC (permalink / raw)
  To: kdevops; +Cc: Chandan Babu R, chuck.lever

The VM.Standard.x86.Generic is another shape available for Oracle Linux kernel
developers. This commit adds this shape to the list of available flexible
shapes.

Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
---
Chuck,

Kconfig's "choice" construct does not allow "free text" to be
entered. Hence, I had to add the new entry as a choice.

Also, I did not find any official documentation for
VM.Standard.x86.Generic. The limits for OCPUs and memory were obtained
from the web console which is used during the creation of a VM.

 terraform/oci/kconfigs/shapes/Kconfig.flex | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/terraform/oci/kconfigs/shapes/Kconfig.flex b/terraform/oci/kconfigs/shapes/Kconfig.flex
index 67d50604..c2b3f571 100644
--- a/terraform/oci/kconfigs/shapes/Kconfig.flex
+++ b/terraform/oci/kconfigs/shapes/Kconfig.flex
@@ -9,6 +9,13 @@ choice
 
 	  https://docs.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm#flexible
 
+config TERRAFORM_OCI_SHAPE_VM_STANDARD_X86_GENERIC
+       bool "VM.Standard.x86.Generic"
+	depends on TARGET_ARCH_X86_64
+	help
+	  Selecting this option provisions each guest with between 1
+	  and 32 OCPUs (physical cores) and up to 512MB of memory.
+
 config TERRAFORM_OCI_SHAPE_VM_STANDARD3_FLEX
 	bool "VM.Standard3.Flex"
 	depends on TARGET_ARCH_X86_64
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-05-08 14:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07  9:55 [PATCH] terraform/oci: Add VM.Standard.x86.Generic shape to available options Chandan Babu R
2025-05-07 13:56 ` Chuck Lever
2025-05-07 17:05 ` Luis Chamberlain
2025-05-07 17:33   ` Chuck Lever
2025-05-07 17:52     ` Luis Chamberlain
2025-05-08 13:07       ` Chandan Babu R
2025-05-08 13:11         ` Chuck Lever
2025-05-08 14:27           ` Chandan Babu R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox