lp:~racb/maas/arch-detect
- Get this branch:
- bzr branch lp:~racb/maas/arch-detect
Branch merges
- Gavin Panella (community): Approve
-
Diff: 371 lines (+175/-45)4 files modifiedsrc/maasserver/api.py (+66/-12)
src/maasserver/tests/test_api.py (+36/-25)
src/provisioningserver/tests/test_tftp.py (+30/-3)
src/provisioningserver/tftp.py (+43/-5)
Related bugs
Bug #1041092: Add netboot architecture detection without using DHCP | High | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 1126. By John A Meinel
-
[r=jameinel]
[bug=][ author= jameinel] Small bits of polish for the hardware_details. Don't use a 'recover=True' parser. We don't need to be lax in our parsing, the input data should always be valid.
Put more logic into the XPATH statements. This gives us nice consistency with people wanting to use XPATH for tagging. - 1125. By Jeroen T. Vermeulen
-
[r=julian-
edwards] [bug=][ author= jtv] Replace ifconfig-parser with netifaces. We need this to avoid fork()ing off ifconfig, which confuses Upstart's fork tracking. - 1124. By John A Meinel
-
[r=allenap]
[bug=][ author= jameinel] Evaluate tags using LXML rather than using postgres's xpath* functions. This gives us a little bit more control, and allows us to farm the work out into workers, rather than having to do everything inside the database (1 DB, N workers).
Also, it ends up cleaning up a fair amount of code, because we don't touch db transactions while evaluating the xpath content. - 1123. By John A Meinel
-
[r=rvb]
[bug=][ author= jameinel] Pull out common HTML template between nodes and tags into nodes_listing.html.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~maas-committers/maas/trunk