~blake-rouse/maas:fix-1768575

Last commit made on 2018-05-09
Get this branch:
git clone -b fix-1768575 https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
fix-1768575
Repository:
lp:~blake-rouse/maas

Recent commits

167c1e5... by Blake Rouse

LP: #1768575 - Disable the DHCP probing service for now. Being split into its own process in later branch.

96755c3... by Alberto Donato

LP #1767979 - generate curtin config for special filesystems mounts

291c48e... by Blake Rouse

LP: #1769929 - Fix debug messages. Add missing tests so unit test catch error.

3865108... by Lee Trager

LP: #1768659 - Handle unqueryable power drivers when power cycling.

0ee9d52... by Blake Rouse

LP: #1769716 - regiond don't load rackd.conf.

2c72476... by Alberto Donato

Create partition for all block devices is the raid has a boot device

3b9917a... by Andres Rodriguez

LP: #1768911 - Log curtin preseed on failed deployment

c015c4f... by Newell Jensen

Clean up some docstrings in Pods API (also a side straggler in Nodes API that was noticed).

8005dd8... by Lee Trager

LP: #1768534 - Fix NTP test when run with chrony or timesyncd

2c48791... by Lee Trager

LP: #1768323 - Create generic link for old style hwe kernels.

18b0508 made sure only the ga kernel is launched when the ephemerial
environment is started is a generic kernel by making sure only the 'generic'
hard link is only created for the ga kernel. This did not account for old
style kernels using the format hwe-<first letter of release>. This caused no
generic hard link to be created. Trusty deployments were not effected as MAAS
specifies the real kernel and subarch name(hwe-t). This does not happen with
precise as the commissioning OS is used to deploy and generic is used for the
image subarch instead.

Also fixes a bug where MAAS would use theimage URL for any subarch matching
the arch, osystem, and series. This allows Precise to deploy with current
streams.