Guest filesystem

Registered by Michael Hope

Have a filesystem for the guest which includes any extra needed guest tools. The filesystem may be an existing LEB (developer?). We may add packages to the standard LEB.

The filesystem shall be suitable for use with libvirt.

Blueprint information

Status:
Complete
Approver:
Michael Hope
Priority:
Medium
Drafter:
Michael Hope
Direction:
Needs approval
Assignee:
Michael Hope
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Implemented
Milestone target:
None
Started by
Michael Hope
Completed by
Michael Hope

Related branches

Sprints

Whiteboard

2012-03-26 michaelh1 sent smoser an email re: tools
2012-03-27 smoser replied. utlemming did the implementation. Daviey said it would be a shame if we had to fork the images and michaelh1 agrees.

Notes on nocloud are at:
 http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/nocloud/README

nocloud seems fine. You need meta-data and user-data which can be loaded into the images under /var/lib/cloud/seed/nocloud or served over HTTP:

~/opt/bin/qemu-system-arm -M vexpress-a9 -m 512 -drive file=precise-server-cloudimg-armhf.img,if=sd,cache=writeback -serial stdio -append 'root=/dev/mmcblk0 rw mem=512M console=ttyAMA0,38400n8 rootwait --no-log ds=nocloud-net;s=http://ex.seabright.co.nz/users/michaelh/nocloud/' -kernel uImage

Images are built via live-build at:
 https://code.launchpad.net/~ubuntu-on-ec2/vmbuilder/automated-ec2-builds
with documentation at:
 https://wiki.ubuntu.com/UbuntuCloud/Images/Publishing

Notes:
 * Openstack prefers a plain EXT4 image so it can resize on creation
 * Can resize images but not the FS inside
 * Ubuntu supply a UEC image under http://uec-images.ubuntu.com/precise/current/
 * armhf-disk1.img is a qcow2 generic image
 * armhf_omap-disk1.img is a qcow2 image with OMAP modules
 * armhf.tar.gz is the armhf_omap-disk1.img plus kernel in one tarball

[1] from a 1.0 point of view, the existing nano prebuilt image is fine. It includes the overlay which can be used to pull extra packages at boot.

(?)

Work Items

Work items:
Check Ubuntu UEC image for suitability: DONE
Check Linaro nano image for suitability[1]: DONE

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.