mirror_lxc/templates
Scott Moser 65d8ae9c4a add a clone hook for ubuntu-cloud images
This allows ability to now specify '--userdata' arguments to 'create' or
to 'clone'. So now, the following means very fast start of instances with
different user-data.

$ sudo lxc-create -t ubuntu-cloud -n precise -- \
   -r precise --arch amd64

$ sudo lxc-clone -B overlayfs -o precise -s -n ephem1 \
   --userdata="my.userdata1"
$ sudo lxc-clone -B overlayfs -o precise -s -n ephem2 \
   --userdata="my.userdata2"

Also present here is
 * an improvement to the static list of Ubuntu releases. It uses
   ubuntu-distro-info if available degrades back to a static list on failure.
 * moving of the replacement variables to the top of the create template This
   is just to make it more obvious what is being replaced and put them in a
   single location.

Signed-off-by: Scott Moser <smoser@ubuntu.com>
2013-08-09 08:40:25 -05:00
..
lxc-alpine.in templates: require running as root 2013-07-22 12:14:22 -05:00
lxc-altlinux.in Move container creation fully into the api 2013-05-25 19:27:07 -05:00
lxc-archlinux.in Move container creation fully into the api 2013-05-25 19:27:07 -05:00
lxc-busybox.in Move container creation fully into the api 2013-05-25 19:27:07 -05:00
lxc-cirros.in teach lxc-cirros about the --rootfs argument 2013-07-18 16:08:12 -05:00
lxc-debian.in Move container creation fully into the api 2013-05-25 19:27:07 -05:00
lxc-fedora.in lxc-fedora template - Fix retries, use os-release for release, add utsname. 2013-07-10 14:07:04 -05:00
lxc-opensuse.in Move container creation fully into the api 2013-05-25 19:27:07 -05:00
lxc-oracle.in oracle template: use clonehostname hook script 2013-07-10 14:08:58 -05:00
lxc-sshd.in fix sshd template 2013-07-08 09:56:05 -05:00
lxc-ubuntu-cloud.in add a clone hook for ubuntu-cloud images 2013-08-09 08:40:25 -05:00
lxc-ubuntu.in ubuntu templates: add some kernel filesystems to container fstab 2013-07-17 09:56:57 -05:00
Makefile.am add lxc-cirros 2013-05-14 08:15:16 -05:00