Comment 1 for bug 1930467

Revision history for this message
Huw Wilkins (huwshimi) wrote :

> I am unable to create an unconfigured interface alias using the MAAS UI. VMware ESXi deployments require an unconfigured alias for VMs to be associated with.

If I understand correctly, an alias is currently created by linking a subnet:

https://git.launchpad.net/maas/tree/src/maasserver/websockets/handlers/machine.py#n1051

As far as I can see we'd need to add another way to create an alias

> Testing also revealed I am unable to create an alias configured for DHCP.

The ui logic could be wrong here. If the physical interface or none of the interface's aliases (or VLANs?) provide DHCP then we should allow an alias to be configure for DHCP?