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:
parent
05711c4bbd
commit
e785cf9df0
|
@ -101,7 +101,6 @@ resource "opennebula_template" "vm_template" {
|
||||||
network_id = nic.value.network_id
|
network_id = nic.value.network_id
|
||||||
model = "virtio"
|
model = "virtio"
|
||||||
mac = nic.value.mac
|
mac = nic.value.mac
|
||||||
ip = nic.value.ip
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
permissions = var.permissions
|
permissions = var.permissions
|
||||||
|
|
Loading…
Reference in New Issue