You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: