TGM
TGM
A potential resource allocation manner that could be suppassed by NIC_ALIAS. ``` # dynamic "template_section" { # for_each = { # for k, v in opennebula_virtual_network_address_range.ar : # k =>...
This is allso a good alternative, if a parent is set than set the interface as alias, else do nothing. ``` dynamic "nic" { for_each = { for k, v...
If I use cpumodel as specified in the https://github.com/OpenNebula/terraform-provider-opennebula/blob/master/opennebula/resource_opennebula_virtual_machine_test.go#L605 The feature is added, ``` CPUMODEL = [ MODEL = "host-passthrough" ] DESCRIPTION = "Uses Proton default image that enables root...
Update: Works properly with ``` cpumodel { model = "host-passthrough" } ``` but IMO should be renamed. Adding this PR here since I allready have it. https://github.com/OpenNebula/terraform-provider-opennebula/pull/454 TODO: add a...
On the same page, setting the cpumodel to "" should have the same behavior as seting it to default. As far as I can tell default is "" but in...
I'll close this one, and open a new one for what I've found.
Reopening, as this bug still remains Setting model to "" does not revert back to default model. ``` cpumodel { model = "" } ```
Hello, Any update on this?
Wird, strip_refreshing dosen't do anything now.