F17 is deprecated - Remove ability to create JEOS images

Change-Id: If1bc90c86acdfd197c6069dfc84cc4fe9f3f82a3
This commit is contained in:
Steven Dake 2014-01-11 19:31:28 -07:00
parent 1477ec75d5
commit 9368600274
2 changed files with 0 additions and 52 deletions

View File

@ -1,26 +0,0 @@
<template>
<name>F17-i386-cfntools</name>
<os>
<name>Fedora</name>
<version>17</version>
<arch>i386</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/Fedora-17-i386-netinst.iso</iso>
</install>
</os>
<description>Fedora 17</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
yum -y update
sed --in-place -e s/Type=oneshot/"Type=oneshot\nTimeoutSec=0"/ /lib/systemd/system/cloud-final.service
pip-python install 'boto==2.5.2' heat-cfntools
cfn-create-aws-symlinks --source /usr/bin
</command>
</commands>
</template>

View File

@ -1,26 +0,0 @@
<template>
<name>F17-x86_64-cfntools</name>
<os>
<name>Fedora</name>
<version>17</version>
<arch>x86_64</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/Fedora-17-x86_64-netinst.iso</iso>
</install>
</os>
<description>Fedora 17</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
yum -y update
sed --in-place -e s/Type=oneshot/"Type=oneshot\nTimeoutSec=0"/ /lib/systemd/system/cloud-final.service
pip-python install 'boto==2.5.2' heat-cfntools
cfn-create-aws-symlinks --source /usr/bin
</command>
</commands>
</template>