Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sdake/heat-jeos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 387bfba17dc2
Choose a base ref
...
head repository: sdake/heat-jeos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 856710e17bd3
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 1, 2013

  1. Update CentOS-6.3-x86_64-cfntools.tdl

    fixed missing <command> tag and added name attributes to command tags.
    jfarcher committed Dec 1, 2013
    Copy the full SHA
    c1b44c1 View commit details

Commits on Dec 18, 2013

  1. Copy the full SHA
    62152b8 View commit details
  2. Copy the full SHA
    a9885f8 View commit details

Commits on Jul 31, 2014

  1. Merge pull request #50 from jfarcher/master

    Update CentOS-6.3-x86_64-cfntools.tdl
    Steven Dake committed Jul 31, 2014
    Copy the full SHA
    856710e View commit details
3 changes: 2 additions & 1 deletion heat_jeos/jeos/CentOS-6.3-x86_64-cfntools.tdl
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
</os>
<description>CentOS 6.3</description>
<commands>
<command>
<command name='set root pw'>
passwd -l root
</command>
<command name='network-config'>
@@ -21,6 +21,7 @@ NM_CONTROLLED="yes"
ONBOOT="yes"
EOF
</command>
<command name='chmod rc.local'>
chmod +x /etc/rc.d/rc.local
</command>
<command name='packages'>
41 changes: 41 additions & 0 deletions heat_jeos/jeos/CentOS-6.5-x86_64-cfntools.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<template>
<name>CentOS-6.3-x86_64-cfntools</name>
<os>
<name>CentOS-6</name>
<version>3</version>
<arch>x86_64</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/CentOS-6.5-x86_64-bin-DVD1.iso</iso>
</install>
</os>
<description>CentOS 6.5</description>
<commands>
<command name='set root pw'>
passwd -l root
</command>
<command name='network-config'>
cat > /etc/sysconfig/network-scripts/ifcfg-eth0 &lt;&lt; EOF
DEVICE="eth0"
BOOTPROTO=dhcp
NM_CONTROLLED="yes"
ONBOOT="yes"
EOF
</command>
<command name='chmod rc.local'>
chmod +x /etc/rc.d/rc.local
</command>
<command name='packages'>
yum -y update
curl -O http://ftp.ps.pl/pub/Linux/fedora-epel/6/x86_64/epel-release-6-7.noarch.rpm
rpm -Uvh epel-release-6-7.noarch.rpm
yum -y install perl python python-setuptools cloud-init python-pip
pip-python install argparse 'boto==2.5.2' heat-cfntools
cfn-create-aws-symlinks --source /usr/bin
rm -f epel-release-6-7.noarch.rpm
</command>
<command name='post-configuration'>
chkconfig --level 345 sshd on
rm -rf /etc/udev/rules.d/70-persistent-net.rules
</command>
</commands>
</template>
29 changes: 29 additions & 0 deletions heat_jeos/jeos/F19-i386-cfntools.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<template>
<name>F19-i386-cfntools</name>
<os>
<name>Fedora</name>
<version>19</version>
<arch>i386</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/Fedora-19-i386-DVD.iso</iso>
</install>
</os>
<description>Fedora 19</description>
<commands>
<command>
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>
<command name='firewall'>
systemctl disable firewalld.service
</command>
</commands>
</template>
29 changes: 29 additions & 0 deletions heat_jeos/jeos/F19-x86_64-cfntools.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<template>
<name>F19-x86_64-cfntools</name>
<os>
<name>Fedora</name>
<version>19</version>
<arch>x86_64</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/Fedora-19-x86_64-DVD.iso</iso>
</install>
</os>
<description>Fedora 19</description>
<commands>
<command>
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>
<command name='firewall'>
systemctl disable firewalld.service
</command>
</commands>
</template>
29 changes: 29 additions & 0 deletions heat_jeos/jeos/F20-i386-cfntools.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<template>
<name>F20-i386-cfntools</name>
<os>
<name>Fedora</name>
<version>20</version>
<arch>i386</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/Fedora-20-i386-DVD.iso</iso>
</install>
</os>
<description>Fedora 20</description>
<commands>
<command>
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>
<command name='firewall'>
systemctl disable firewalld.service
</command>
</commands>
</template>
29 changes: 29 additions & 0 deletions heat_jeos/jeos/F20-x86_64-cfntools.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<template>
<name>F20-x86_64-cfntools</name>
<os>
<name>Fedora</name>
<version>20</version>
<arch>x86_64</arch>
<install type='iso'>
<iso>file:/var/lib/libvirt/images/Fedora-20-x86_64-DVD.iso</iso>
</install>
</os>
<description>Fedora 20</description>
<commands>
<command>
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>
<command name='firewall'>
systemctl disable firewalld.service
</command>
</commands>
</template>