Merge lp://staging/~ltrager/maas/rootfs_over_http into lp://staging/~maas-committers/maas/trunk
Proposed by
Lee Trager
Status: | Merged |
---|---|
Approved by: | Blake Rouse |
Approved revision: | no longer in the source branch. |
Merged at revision: | 6106 |
Proposed branch: | lp://staging/~ltrager/maas/rootfs_over_http |
Merge into: | lp://staging/~maas-committers/maas/trunk |
Diff against target: |
479 lines (+98/-180) 6 files modified
src/maasserver/forms/settings.py (+9/-1) src/maasserver/models/config.py (+3/-2) src/maasserver/rpc/boot.py (+1/-0) src/provisioningserver/kernel_opts.py (+44/-67) src/provisioningserver/rpc/region.py (+1/-0) src/provisioningserver/tests/test_kernel_opts.py (+40/-110) |
To merge this branch: | bzr merge lp://staging/~ltrager/maas/rootfs_over_http |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Blake Rouse (community) | Approve | ||
Andres Rodriguez (community) | Needs Fixing | ||
Mike Pontillo (community) | Approve | ||
Review via email: mp+325655@code.staging.launchpad.net |
Commit message
When booting the ephemeral environment, fetch the rootfs over HTTP instead of using iSCSI.
To post a comment you must log in.
This looks like a nice improvement! A few questions below (mainly around IPv6 support; please add specific tests for that, too).
Somewhat related question: do we ever present a hostname in the fs_host, or is it always an IP address? (I assume it's just an IP address, and I think that's okay.)
We should also make sure we don't present an IPv6 link-local address as the fs_host (if we aren't doing that already).