oracle / oci-designer-toolkit

OCI designer toolKIT (OKIT) is a set of tools for enabling design, deploy and visualise OCI environments through a graphical web based interface.
Universal Permissive License v1.0
260 stars 122 forks source link

Boot volume validation #633

Open hecsa opened 3 months ago

hecsa commented 3 months ago

Hi! The issue I'm facing is about validating an already created tenant with its structure, specifically when querying the boot volumes. OKIT recognizes everything I have on my tenant, but when validating the components, the boot volumes created by default do not pass the validation because OKIT takes the 47 GB boot volume as wrong, specifying that a valid boot volume must start in 50 GB. Maybe it's as simple as modifying a variable, maybe not, I still didn't look at the code. This is a great project, if we can modify this things, allowing the Terraform code to be generated, it would be great! Thanks, and best regards, HeCSa.

toxophilist commented 3 months ago

@hecsa This is an oddity with existing boot volumes. When creating images the minimum volume size is 50GB but when using the standard images and then querying them the size comes back as 47GB which, as you have seen, fails the validation within OKIT. If you want to generate TF for the queried design switch it to R/W from the menu and edit the boot volume size.