We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opennebula_virtual_router_nic
Since https://github.com/OpenNebula/one-ee/commit/0a7a03e098d4da6db5f057cec29daf56028b83b6 VR instances support instance deployment without NIC-dedicated IPs if the VIP is defined and is marked floating_only. Would be nice to have this feature exposed in the Provider.
floating_only
resource "opennebula_virtual_router_nic" "eth0" { depends_on = [ opennebula_virtual_router_instance.router, ] model = "virtio" floating_ip = true floating_only = true virtual_router_id = opennebula_virtual_router.router.id network_id = data.opennebula_virtual_network.service.id }
https://docs.opennebula.io/6.8/management_and_operations/network_management/vrouter.html#high-availability
The text was updated successfully, but these errors were encountered:
F #547: Add floating_only VR nic IP allocation
7ca9a64
70a6890
50ab4c3
sk4zuzu
Successfully merging a pull request may close this issue.
Description
Since https://github.com/OpenNebula/one-ee/commit/0a7a03e098d4da6db5f057cec29daf56028b83b6 VR instances support instance deployment without NIC-dedicated IPs if the VIP is defined and is marked
floating_only
. Would be nice to have this feature exposed in the Provider.New or affected resources and data sources
opennebula_virtual_router_nic
Potential terraform configuration
References
https://docs.opennebula.io/6.8/management_and_operations/network_management/vrouter.html#high-availability
The text was updated successfully, but these errors were encountered: