-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VM keys in Goca Template are not up to date for OS Vector #6782
Comments
jaypif
added a commit
to OpenNebula/terraform-provider-opennebula
that referenced
this issue
Nov 8, 2024
This commit adds support for missing OS section in VM template. It aligns the OS section with the Documentation: https://docs.opennebula.io/6.10/management_and_operations/references/template.html?highlight=firmware#os-and-boot-options-section A correct fix consist in updating GOCA OSVec structure to reflec the Documentation A dedicated issue has bee openned in the Goca Repo: OpenNebula/one#6782 Closes: F-558
7 tasks
jaypif
added a commit
to OpenNebula/terraform-provider-opennebula
that referenced
this issue
Nov 8, 2024
This commit adds support for missing OS section in VM template. It aligns the OS section with the Documentation: https://docs.opennebula.io/6.10/management_and_operations/references/template.html?highlight=firmware#os-and-boot-options-section A correct fix consist in updating GOCA OSVec structure to reflec the Documentation A dedicated issue has bee openned in the Goca Repo: OpenNebula/one#6782 Closes: F-558
jaypif
added a commit
to OpenNebula/terraform-provider-opennebula
that referenced
this issue
Nov 8, 2024
This commit adds support for missing OS section in VM template. It aligns the OS section with the Documentation: https://docs.opennebula.io/6.10/management_and_operations/references/template.html?highlight=firmware#os-and-boot-options-section A correct fix consist in updating GOCA OSVec structure to reflec the Documentation A dedicated issue has bee openned in the Goca Repo: OpenNebula/one#6782 Closes: F-558
jaypif
added a commit
to OpenNebula/terraform-provider-opennebula
that referenced
this issue
Nov 8, 2024
This commit adds support for missing OS section in VM template. It aligns the OS section with the Documentation: https://docs.opennebula.io/6.10/management_and_operations/references/template.html?highlight=firmware#os-and-boot-options-section A correct fix consist in updating GOCA OSVec structure to reflec the Documentation A dedicated issue has bee openned in the Goca Repo: OpenNebula/one#6782 Closes: F-558
jaypif
added a commit
to OpenNebula/terraform-provider-opennebula
that referenced
this issue
Nov 8, 2024
This commit adds support for missing OS section in VM template. It aligns the OS section with the Documentation: https://docs.opennebula.io/6.10/management_and_operations/references/template.html?highlight=firmware#os-and-boot-options-section A correct fix consist in updating GOCA OSVec structure to reflec the Documentation A dedicated issue has bee openned in the Goca Repo: OpenNebula/one#6782 Closes: F-558
jaypif
added a commit
to OpenNebula/terraform-provider-opennebula
that referenced
this issue
Nov 8, 2024
This commit adds support for missing OS section in VM template. It aligns the OS section with the Documentation: https://docs.opennebula.io/6.10/management_and_operations/references/template.html?highlight=firmware#os-and-boot-options-section A correct fix consist in updating GOCA OSVec structure to reflec the Documentation A dedicated issue has bee openned in the Goca Repo: OpenNebula/one#6782 Closes: F-558
jaimecb
added a commit
to jaimecb/one
that referenced
this issue
Nov 18, 2024
Signed-off-by: Jaime <jconchello@opennebula.io>
rsmontero
added a commit
to OpenNebula/docs
that referenced
this issue
Nov 20, 2024
rsmontero
pushed a commit
that referenced
this issue
Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Based on the documentation page: https://docs.opennebula.io/6.10/management_and_operations/references/template.html?highlight=firmware#os-and-boot-options-section
The OSVec struct in the Goca are not accurate.
Firmware values are missing
Here is the current state in the
one/src/oca/go/src/goca/schemas/vm/keys/template.go
file:type OS string
The text was updated successfully, but these errors were encountered: