lp:ubuntu/jaunty/vm-builder

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/jaunty/vm-builder
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

12. By Jamie Strandboge

* fix traceback due to kpartx failure (LP: #342359)
  - VMBuilder/disk.py: sleep a few seconds to give the loopback devices
    a chance to settle down, then try to unmount. If it fails, try a few
    more times and if still fails, error out as before
* fix FTBFS due to python2.6 transition (LP: #354849)
  - debian/python-vm-builder-ec2.install: use python2.6/dist-packages path
  - debian/python-vm-builder.install: use python2.6/dist-packages path

11. By Soren Hansen

New upstream release.

10. By Jamie Strandboge

add Jaunty support

9. By Soren Hansen

[ Nicolas Barcet ]
* Integrate ec2 postinstall script
* Add --install-mirror to fix LP: #291639
* Implement --iso to fix LP: #291590
* Install openssh-server cleanly LP: #293039
* Xen kernel and ramdisk are now dynamically discovered rather than
  hard coded
* Add --xen-kernel and --xen-ramdisk to override automatic discovery
* Add --net-virtio and --net-bridge option to libvirt plugin
* The libvirt plugin now errors out if used with something else than KVM, as
  nothing else is supported yet.
* For FSIMAGE type file system, --part now accepts a third argument which
  allows to specify the device the partition should be mapped to. If the
  size is set to 0, it is considered a "dummy" partition that should not be
  created, only added to fstab.

[ Chuck Short ]
* Add retry option when uploading to Amazon
* Install server and standard seed by default
* Add ec2 examples for first login and first boot

[ Eric Hammond ]
* Fix post_install bugs LP: #292888, LP: #292891 & LP: #292901
* Fix regression on locale settings LP: #292573

8. By Jamie Strandboge

* SECURITY UPDATE: vm-builder creates predictable root password when
  creating virtual machines (LP: #296841)
  - VMBuilder/plugins/ubuntu/dapper.py: invoke chpasswd with '-e'
  - CVE-2008-XXXX (to be filled in)

7. By Soren Hansen

[ Johan Euphrosine ]
* Fix exception when suite provided does not exist (LP: #281801)
  and provide unit test for it.

[ Chuck Short ]
* Added parameters required for EC2 plugin.
* Use ec2_name instead of hostname when submitting an AMI.
* Update xen_kernel_path and xen_ramdisk_path for intrepid.
* Default to amazon kernels/ramdisk pairs for now.
* Split out ec2 module into its own package. (LP: #284762)

[ Nicolas Barcet ]
* Error out if domain is undefined (LP: #280125)
* Fix --dest so that it is actually used now (LP: #280091)
* Fix -c handling, values are now used (LP: #279159)
* Create /var/run/network to fix bug LP: #276365
* Handle fsimage type vms (Xen) in fstab and (hopefully) libvirt (LP: #282109)
* Components where not parsed correctly (LP: #283263)
* preflight_check() was called twice in a row in vm.py for no aparant
  reasons
* Change default suite to intrepid
* Intrepid needs groot=uuid, else update-grub tries to outsmart us later on
  and it won't boot as it cannot guess the uuid right.
* Couple fixes when calling devletters, which is a function
* Double parenthesis removed in devicemap.tmpl
* Added function isDomain to fix bug LP: #284746
* Documented unusual conf name value in help to fix bug LP: #284614
* Fixed a bug in set_defaults occuring on reading untyped value from the
  configuration file
* Match ec2 vocabulary by adding option name and clarifying help
  (LP: #284765, LP: #285170, LP: #285165)
* Added a check for xen hypervisor when ec2 is selected (LP: #285191)
* Added checks for presence of bucket, access key and secret key for ec2
  (LP: #284757)
* Older suite need 128 bit inode for grub to recognize os. Thanks to Albert
  Damen for the pointer (LP: #285093)
* The libvirt plugin now errors out if used with something else than KVM, as
  nothing else is supported yet.
* Write out disk info in vmware's .vmx, converting it to use template while
  at it (LP: #286487)
* Add 'config.version = "8"' to vmware.tmpl to fix LP: #286531

[ Mathias Gug ]
* Fix --templates option.

[ Soren Hansen ]
* Create /var/{run,lock} on the root filesystem, just like d-i.

6. By Soren Hansen

[ Nicolas Barcet ]
* Added hint for more help (LP: #269323)
* Added firstscripts plugin to fix regression on --firstboot and --firstlogin (LP: #268957)
* Added postinst plugin to fix regression on --exec and add --copy (LP: #268955)
* Added man page.

[ Soren Hansen ]
* Include ubuntu-vm-builder package. (LP: #277272)
* Read additional config file given by '-c'. (LP: #276813)
* Fix regression from ubuntu-vm-builder: Make output from subprocess
  non-buffered.
* Let --overwrite apply for libvirt as well. (LP: #276322)

5. By Soren Hansen

[Nicolas Barcet <email address hidden>]
* Fixed regression on --ip and friends (LP: #268920)
* Added missing dependancy on dpkg-dev (LP: #270324)
* Fixed regression on --part (LP: #268718)

4. By Soren Hansen

* Re-add VMWare support. (LP: #268140)
* Fixed sources.list generation for Ubuntu. (LP: #268155)
* Added configuration file handling. (LP: #268170)
* Fix up Xen support (device and configuration file creation). (LP: #268142)

3. By Soren Hansen

Apply patch to only conditionally import libvirt. Fixes FTBFS.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/karmic/vm-builder
This branch contains Public information 
Everyone can see this information.

Subscribers