Code review comment for lp:~newell-jensen/maas/add-xgene-uboot-mustang-subarch

Revision history for this message
Andres Rodriguez (andreserl) wrote :

What about the DTD file? If de enable mustang dont de need to send a DTD
file over simple streams?
On Jan 9, 2015 6:35 PM, "Newell Jensen" <email address hidden> wrote:

> Newell Jensen has proposed merging
> lp:~newell-jensen/maas/add-xgene-uboot-mustang-subarch into lp:maas.
>
> Commit message:
> This branch adds the new xgene-uboot-mustang sub-architecture.
>
> Requested reviews:
> MAAS Maintainers (maas-maintainers)
> Related bugs:
> Bug #1387610 in MAAS: "Create a new sub-arch for APM's Mustang X-Gene
> Board"
> https://bugs.launchpad.net/maas/+bug/1387610
>
> For more details, see:
>
> https://code.launchpad.net/~newell-jensen/maas/add-xgene-uboot-mustang-subarch/+merge/246023
>
> This branch doesn't have an isolated test for the change as the current
> tests already exercise the sub-architectures.
> --
> You are subscribed to branch lp:maas.
>
> === modified file 'src/provisioningserver/drivers/__init__.py'
> --- src/provisioningserver/drivers/__init__.py 2014-08-13 21:49:35 +0000
> +++ src/provisioningserver/drivers/__init__.py 2015-01-09 23:33:43 +0000
> @@ -246,6 +246,9 @@
> name="arm64/xgene-uboot", description="arm64/xgene-uboot",
> pxealiases=["arm"]),
> Architecture(
> + name="arm64/xgene-uboot-mustang",
> + description="arm64/xgene-uboot-mustang", pxealiases=["arm"]),
> + Architecture(
> name="armhf/highbank", description="armhf/highbank",
> pxealiases=["arm"], kernel_options=["console=ttyAMA0"]),
> Architecture(
>
>
>

« Back to merge proposal