F18 is deprecated - remove ability to create F18 images

Change-Id: I07cf46cb977fa42f0a3229be462b54c339b230cf
This commit is contained in:
Steven Dake 2014-01-11 19:34:08 -07:00
parent 9368600274
commit ccf4e84889
2 changed files with 0 additions and 52 deletions

View File

@ -1,26 +0,0 @@
<template>
<name>F18-i386-cfntools</name>
<os>
<name>Fedora</name>
<version>18</version>
<arch>i386</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/Fedora-18-i386-netinst.iso</iso>
</install>
</os>
<description>Fedora 18</description>
<commands>
<command name='lockroot'>
passwd -l root
</command>
<command name='packages'>
yum -y update fedora-release
yum -y install yum-plugin-fastestmirror cloud-init python-psutil python-pip python-boto
yum -y update
sed --in-place -e s/Type=oneshot/"Type=oneshot\nTimeoutSec=0"/ /lib/systemd/system/cloud-final.service
pip-python install heat-cfntools
cfn-create-aws-symlinks --source /usr/bin
</command>
</commands>
</template>

View File

@ -1,26 +0,0 @@
<template>
<name>F18-x86_64-cfntools</name>
<os>
<name>Fedora</name>
<version>18</version>
<arch>x86_64</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/Fedora-18-x86_64-netinst.iso</iso>
</install>
</os>
<description>Fedora 18</description>
<commands>
<command name='lockroot'>
passwd -l root
</command>
<command name='packages'>
yum -y update fedora-release
yum -y install yum-plugin-fastestmirror cloud-init python-psutil python-pip python-boto
yum -y update
sed --in-place -e s/Type=oneshot/"Type=oneshot\nTimeoutSec=0"/ /lib/systemd/system/cloud-final.service
pip-python install heat-cfntools
cfn-create-aws-symlinks --source /usr/bin
</command>
</commands>
</template>