heat-templates/jeos/U12.10-i386-cfntools.tdl

27 lines
666 B
Plaintext

<template>
<name>U12-10-i386-cfntools</name>
<os>
<name>Ubuntu</name>
<version>12.10</version>
<arch>i386</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/ubuntu-12.10-server-i386.iso</iso>
</install>
</os>
<description>Ubuntu 12.10</description>
<commands>
<command name='lockroot'>
passwd -l root
</command>
<command name='commands'>
apt-get -y update
apt-get -y upgrade
apt-get -y install python-argparse cloud-init python-psutil python-pip
apt-get -y remove python-boto
pip install 'boto==2.5.2' heat-cfntools
cfn-create-aws-symlinks --source /usr/local/bin
</command>
</commands>
</template>