Merge lp://staging/~guilhem-fr/vmbuilder/oneiric-support into lp://staging/vmbuilder
Proposed by
Guilhem Lettron
Status: | Needs review | ||||||||
---|---|---|---|---|---|---|---|---|---|
Proposed branch: | lp://staging/~guilhem-fr/vmbuilder/oneiric-support | ||||||||
Merge into: | lp://staging/vmbuilder | ||||||||
Diff against target: |
1849 lines (+729/-243) 26 files modified
VMBuilder/contrib/cli.py (+35/-22) VMBuilder/disk.py (+90/-39) VMBuilder/distro.py (+23/-15) VMBuilder/hypervisor.py (+33/-18) VMBuilder/plugins/__init__.py (+3/-1) VMBuilder/plugins/ec2/__init__.py (+11/-11) VMBuilder/plugins/kvm/__init__.py (+1/-1) VMBuilder/plugins/kvm/disk.py (+38/-0) VMBuilder/plugins/kvm/qemu_nbd.py (+117/-0) VMBuilder/plugins/kvm/vm.py (+4/-0) VMBuilder/plugins/ubuntu/dapper.py (+138/-34) VMBuilder/plugins/ubuntu/distro.py (+76/-59) VMBuilder/plugins/ubuntu/intrepid.py (+1/-0) VMBuilder/plugins/ubuntu/karmic.py (+1/-0) VMBuilder/plugins/ubuntu/lucid.py (+29/-1) VMBuilder/plugins/ubuntu/oneiric.py (+22/-1) VMBuilder/plugins/ubuntu/precise.py (+22/-0) VMBuilder/plugins/ubuntu/templates/Copy of devicemap.tmpl (+17/-0) VMBuilder/plugins/ubuntu/templates/devicemap.tmpl (+9/-3) VMBuilder/plugins/ubuntu/templates/grubcfg.tmpl (+8/-0) VMBuilder/plugins/ubuntu/templates/loadcfg.tmpl (+3/-0) VMBuilder/plugins/ubuntu/templates/sources.list.tmpl (+10/-0) VMBuilder/tests/disk_tests.py (+7/-7) VMBuilder/tests/plugin_tests.py (+28/-28) VMBuilder/util.py (+1/-1) VMBuilder/vm.py (+2/-2) |
||||||||
To merge this branch: | bzr merge lp://staging/~guilhem-fr/vmbuilder/oneiric-support | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Scott Moser | Pending | ||
VMBuilder | Pending | ||
Review via email: mp+89858@code.staging.launchpad.net |
Description of the change
I change many work for grub2.
I cleanup code in the previous behaviour.
But, to be more "clean", I use another way for KVM hypervisor by using module "nbd" and "qemu-img" (who are dedicated to do this).
Any of my patches must break compatibility, but have a look and don't hesitate to critizise.
FYI, I use it in daily production cloud for my company.
Some parts need some works (especially ended scripts : /etc/fstab and device.map) but nothing blocking for me.
To post a comment you must log in.
Unmerged revisions
- 473. By Guilhem Lettron
-
no idea what I do #meme
- 472. By Guilhem Lettron
-
merge
- 471. By Guilhem Lettron
-
big changes :
* add precise
* let parted do a _good_ alignment
* ...
oops for .projects files... they must be ignored (work on eclipse IDE).