[2.x] DHCP IP addresses on HA rack controller causes incorrect fabric creation
Bug #1705654 reported by
Mike Pontillo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Mike Pontillo | ||
2.2 |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
The heuristic which determines the proper VLAN for a given interface is currently ignoring DHCP IP addresses (erroneously only considering static IP addresses).
DHCP addresses should be considered as a second priority after looking at static addresses.
Related branches
~mpontillo/maas:fix-ha-rack-dhcp-fabric-creation--bug-1705654
Merged
into
maas:master
- Blake Rouse (community): Approve
-
Diff: 156 lines (+74/-7)4 files modifiedsrc/maasserver/models/node.py (+12/-6)
src/maasserver/models/signals/interfaces.py (+2/-0)
src/maasserver/models/signals/tests/test_interfaces.py (+13/-1)
src/maasserver/models/tests/test_node.py (+47/-0)
summary: |
- [2.2,2.3] DHCP IP addresses on HA rack controller causes incorrect - fabric creation + [2.x] DHCP IP addresses on HA rack controller causes incorrect fabric + creation |
Changed in maas: | |
milestone: | 2.3.0alpha1 → 2.3.0 |
description: | updated |
Changed in maas: | |
assignee: | nobody → Mike Pontillo (mpontillo) |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 2.3.0 → 2.3.0alpha1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.