Merge lp:~smoser/maas/vdenv-updates into lp:maas/trunk
| Status: | Merged |
|---|---|
| Approved by: | Julian Edwards on 2012-07-19 |
| Approved revision: | 764 |
| Merged at revision: | 753 |
| Proposed branch: | lp:~smoser/maas/vdenv-updates |
| Merge into: | lp:maas/trunk |
| Diff against target: |
243 lines (+107/-57) 3 files modified
vdenv/bin/system-setup (+1/-1) vdenv/zimmer-build/build (+7/-6) vdenv/zimmer-build/ud-build.txt (+99/-50) |
| To merge this branch: | bzr merge lp:~smoser/maas/vdenv-updates |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Julian Edwards (community) | 2012-07-19 | Approve on 2012-07-19 | |
|
Review via email:
|
|||
Commit Message
changes and updates to zimmer-build in vdenv.
* default to importing isos only from the same release
as the zimmer build is.
* correctly set the DEFAULT_MAAS_URL value on each boot, to
account for the zimmer image being booted on with different
networking than originally. This makes use of 'maas-set-ip'
script installed into /usr/local/bin.
* set both http_proxy and https_proxy if desired during the
zimmer build. Previously only http_proxy was set, meaning
the proxy would not get used for maas-import-
* when invoking kvm to build zimmer, pass 'boot=on' to kvm
only on release older than precise.
* change zimmer build to use quantal, support changing this
by environment variable ZIMMER_
* remove preseeding of cobbler password, and remove installation
of cobbler-web, which would cause build to fail.
* make zimmer build create a larger disk as data doesn't fit
inside a < 2G image any more.
Description of the Change
This branch makes changes to zimmer-build in vdenv.
* default to importing isos only from the same release
as the zimmer build is.
* correctly set the DEFAULT_MAAS_URL value on each boot, to
account for the zimmer image being booted on with different
networking than originally. This makes use of 'maas-set-ip'
script installed into /usr/local/bin.
* set both http_proxy and https_proxy if desired during the
zimmer build. Previously only http_proxy was set, meaning
the proxy would not get used for maas-import-
* when invoking kvm to build zimmer, pass 'boot=on' to kvm
only on release older than precise.
* change zimmer build to use quantal, support changing this
by environment variable ZIMMER_
* remove preseeding of cobbler password, and remove installation
of cobbler-web, which would cause build to fail.
* make zimmer build create a larger disk as data doesn't fit
inside a < 2G image any more.
- 764. By Scott Moser on 2012-07-19
-
vdenv: system-setup relax the dpkg-query output parsing.
on 12.04:
$ dpkg-query --show non-existant-package grep
grep 2.10-1
No packages found matching non-existant-package. on 12.10:
$ dpkg-query --show non-existant-package grep
grep 2.12-2
dpkg-query: no packages found matching non-existant-package Just relax the parsing of the "no packages" to match both.


Rubber stamping.