Fabrice Krebs
Fabrice Krebs
Nutanix Terraform provider 1.2.1 In the documentation (https://registry.terraform.io/providers/nutanix/nutanix/latest/docs/data-sources/virtual_machine), it is documented the ip_address attribute is returned. But this attribute isn't returned nutanix@AUTOMATION-01:~/terraform/flow$ terraform apply -auto-approve ╷ │ Error: Unsupported attribute...
Starting with AOS 6.0.2, it is possible to enable Memory Overcommit for a virtual machine with the following command : acli vm.update vm memory_overcommit=True nutanix_virtual_machine resources should allow to set...
calm unpublish marketplace should: - Allow to unpublish it from only a specific project - Allow to unpublish from ALL projects - Allow to unpublish all versions of an item
As of now, this is not possible to sync the account added to Calm with Calm DSL. We should be able to manually trigger a platform sync operation, similair to...
When cloning a VM, and in the mean time adding an additional disk, the VM is cloned but no additional disk is added. For example when applying this configuration, the...
The actual documentation doesn't describe how to clone a VM with the terraform provider. It should be documented somewhere, that 2 sections should be defined, the **parent_reference** and the **data_source_reference**...
With current Terraform Provider documentation, there is no way to know if a change of a ressource will recreate it, or just update it. Documentation should be improved to describe...
When managing relationship with volsync, relation name needs to be passed in parameters. It isn't very convenient to know which relation is set as of today. The kubectl volsync plugin...
When creating a NetworkGroupTunnel, the name of the TunnelVM shown on Calm is the name of the class, and the name of the tunnel need to be manually specified, with...