[2.5] If maas-dhcp is disabled for a VLAN (and using a external DHCP), MAAS continues to provide URLs using external DNS
Bug #1800518 reported by
Andres Rodriguez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Blake Rouse |
Bug Description
When using a external DHCP server (and having MAAS DHCP disable), MAAS continues to provide URL based on the internal DNS instead of providing IP addresses as it used to provide before.
The expected solution is that if MAAS doesn't provide DHCP on a VLAN, then MAAS should fallback to using IP addresses when providing the machine the endpoint for the metadata server.
Related branches
~blake-rouse/maas:fix-1800518
Merged
into
maas:master
- Andres Rodriguez (community): Approve
- Mike Pontillo (community): Needs Information
- Lee Trager (community): Approve
- MAAS Lander: Needs Fixing
-
Diff: 331 lines (+86/-34)4 files modifiedsrc/maasserver/compose_preseed.py (+19/-11)
src/maasserver/rpc/boot.py (+3/-2)
src/maasserver/rpc/tests/test_boot.py (+5/-3)
src/maasserver/tests/test_compose_preseed.py (+59/-18)
Changed in maas: | |
milestone: | none → 2.5.0rc1 |
importance: | Undecided → Critical |
status: | New → Triaged |
assignee: | nobody → Blake Rouse (blake-rouse) |
description: | updated |
tags: | added: track |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.