Merge lp://staging/~newell-jensen/maas/fix-1596046 into lp://staging/~maas-committers/maas/trunk
Proposed by
Newell Jensen
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Newell Jensen | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 5149 | ||||
Proposed branch: | lp://staging/~newell-jensen/maas/fix-1596046 | ||||
Merge into: | lp://staging/~maas-committers/maas/trunk | ||||
Diff against target: |
264 lines (+94/-48) 4 files modified
src/provisioningserver/boot/powernv.py (+28/-16) src/provisioningserver/boot/tests/test_powernv.py (+29/-29) src/provisioningserver/pserv_services/tests/test_tftp.py (+25/-0) src/provisioningserver/pserv_services/tftp.py (+12/-3) |
||||
To merge this branch: | bzr merge lp://staging/~newell-jensen/maas/fix-1596046 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gavin Panella (community) | Approve | ||
Review via email: mp+298690@code.staging.launchpad.net |
Commit message
This branch fixes a regression for powerNV where the "b'ppc64el/" was getting hardcoded into the dhcpd.conf. Additionally, it adds `path` to GetBootConfig (new in MAAS 2.0) on the rack, which was left out and needed.
To post a comment you must log in.
This was tested on powerNV hardware in 1ss. The nodes are now able to enlist, commission, and deploy with this fix.