feat(nebula): removing support for ip in nic

This modules is made for matchbox/typhoon Kubernetes provisionning
so we need to use "Ethernet" networks and not IPs.
This commit is contained in:
Philippe Caseiro 2023-02-07 14:40:58 +01:00
parent 05711c4bbd
commit e785cf9df0
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ resource "opennebula_template" "vm_template" {
network_id = nic.value.network_id
model = "virtio"
mac = nic.value.mac
ip = nic.value.ip
}
}
permissions = var.permissions