Unable to create unconfigured or DHCP interface alias
Bug #1930467 reported by
Lee Trager
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Incomplete
|
Undecided
|
Unassigned | ||
3.0 |
Won't Fix
|
Undecided
|
Unassigned | ||
maas-ui |
Incomplete
|
Unknown
|
Unassigned |
Bug Description
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. Testing also revealed I am unable to create an alias configured for DHCP.
summary: |
- Unable to create unconfigured alias + Unable to create unconfigured or DHCP interface alias |
description: | updated |
Changed in maas-ui: | |
importance: | Undecided → Unknown |
Changed in maas: | |
milestone: | 3.0.0 → 3.0.1 |
Changed in maas: | |
status: | New → Triaged |
Changed in maas: | |
milestone: | 3.0.1 → none |
To post a comment you must log in.
> 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?