From: Chandan Babu R <chandanbabu@kernel.org>
To: kdevops@lists.linux.dev
Cc: Chandan Babu R <chandanbabu@kernel.org>, chuck.lever@oracle.com
Subject: [PATCH] terraform/oci: Add VM.Standard.x86.Generic shape to available options
Date: Wed, 7 May 2025 15:25:16 +0530 [thread overview]
Message-ID: <20250507095522.1027554-1-chandanbabu@kernel.org> (raw)
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
next reply other threads:[~2025-05-07 9:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-07 9:55 Chandan Babu R [this message]
2025-05-07 13:56 ` [PATCH] terraform/oci: Add VM.Standard.x86.Generic shape to available options 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250507095522.1027554-1-chandanbabu@kernel.org \
--to=chandanbabu@kernel.org \
--cc=chuck.lever@oracle.com \
--cc=kdevops@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox