Skip to content
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

[Template] Add support for RAW #123

Closed
GnunuX opened this issue May 11, 2021 · 3 comments · Fixed by #138
Closed

[Template] Add support for RAW #123

GnunuX opened this issue May 11, 2021 · 3 comments · Fixed by #138

Comments

@GnunuX
Copy link

GnunuX commented May 11, 2021

I would like create a template that starts an UEFI image.
I need, in the template, something like:

RAW = [
  DATA = "
  <os firmware='efi'>
    <type>hvm</type>
    <loader secure='no'/>
  </os>
",
  TYPE = "kvm" ]
@treywelsh
Copy link
Collaborator

Link to the documentation of the RAW section of the template resource: https://docs.opennebula.io/5.12/operation/references/template.html?highlight=raw#hypervisor-section

This should be added to the template section of the Template resource.

@MEGrimshaw
Copy link

MEGrimshaw commented Jul 16, 2021

+1 Need this to access RNG & avoid entropy starvation on the VM's as OpenNebula doesn't currently support KVM RNG natively.

@jaypif
Copy link
Collaborator

jaypif commented Jul 19, 2021

Hi,

Until the new section "RAW" is available you can still use the deprecated "template" section to deploy templates with RAW section.

Regards

treywelsh added a commit to treywelsh/terraform-provider-opennebula that referenced this issue Aug 2, 2021
treywelsh added a commit to treywelsh/terraform-provider-opennebula that referenced this issue Aug 2, 2021
treywelsh added a commit to treywelsh/terraform-provider-opennebula that referenced this issue Aug 3, 2021
@treywelsh treywelsh linked a pull request Aug 31, 2021 that will close this issue
@jaypif jaypif added this to the 0.4.0 milestone Sep 8, 2021
treywelsh added a commit to treywelsh/terraform-provider-opennebula that referenced this issue Sep 8, 2021
treywelsh added a commit to treywelsh/terraform-provider-opennebula that referenced this issue Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants