OpenNebula / terraform-provider-opennebula

Terraform provider for OpenNebula
https://www.terraform.io/docs/providers/opennebula/
Mozilla Public License 2.0
63 stars 52 forks source link

Add support for IPv6 address information #247

Open frousselet opened 2 years ago

frousselet commented 2 years ago

Community Note

Description

Add computed IPv6 information on resource opennebula_virtual_machine along side of computed_ip: computed_ip6_global and computed_ip6_link

New or Affected Resource(s)

Potential Terraform Configuration

resource "opennebula_virtual_machine" "my_vm" {
  # ...
}

# opennebula_virtual_machine.my_vm.computed_ip6_global
# opennebula_virtual_machine.my_vm.computed_ip6_link

References

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.

danimo commented 1 year ago

Why was this closed? It's still very much needed. Anything we can do to help?

Right now we are running a patched fork with this feature and it works nicely.

sebhoss commented 9 months ago

@frousselet can you reopen this? It would be awesome to have access to the "IPv6 Global" value which can be seen in the admin UI of each VM.