# HG changeset patch # User Alex Zeffertt # Date 1263378497 0 # Node ID b591ace439c38fc2812238028626e22eb3f16ac0 # Parent 21088d142499e1418b1c9b77e7a10f404caec904 [CP-1429] Support for RHEL/CentOS/Oracle 5.4 Add templates for RHEL 5.4 variants. Also added Oracle 5.3 which was missing. Signed-off-by: diff -r 21088d142499 -r b591ace439c3 ocaml/xapi/create_templates.ml --- a/ocaml/xapi/create_templates.ml Mon Jan 11 11:14:14 2010 +0000 +++ b/ocaml/xapi/create_templates.ml Wed Jan 13 10:28:17 2010 +0000 @@ -427,7 +427,11 @@ rhel52_install_template "Oracle Enterprise Linux 5.2" "i386"; rhel52_install_template "CentOS 5.2" "i386"; rhel52_install_template "Red Hat Enterprise Linux 5.3" "i386"; + rhel52_install_template "Oracle Enterprise Linux 5.3" "i386"; rhel52_install_template "CentOS 5.3" "i386"; + rhel52_install_template "Red Hat Enterprise Linux 5.4" "i386"; + rhel52_install_template "Oracle Enterprise Linux 5.4" "i386"; + rhel52_install_template "CentOS 5.4" "i386"; rhel50_install_template "Red Hat Enterprise Linux 5.0 x64" "x86_64"; rhel50_install_template "Oracle Enterprise Linux 5.0 x64" "x86_64"; rhel50_install_template "CentOS 5.0 x64" "x86_64"; @@ -438,7 +442,11 @@ rhel52_install_template "Oracle Enterprise Linux 5.2 x64" "x86_64"; rhel52_install_template "CentOS 5.2 x64" "x86_64"; rhel52_install_template "Red Hat Enterprise Linux 5.3 x64" "x86_64"; + rhel52_install_template "Oracle Enterprise Linux 5.3 x64" "x86_64"; rhel52_install_template "CentOS 5.3 x64" "x86_64"; + rhel52_install_template "Red Hat Enterprise Linux 5.4 x64" "x86_64"; + rhel52_install_template "Oracle Enterprise Linux 5.4 x64" "x86_64"; + rhel52_install_template "CentOS 5.4 x64" "x86_64"; sles9_install_template "SUSE Linux Enterprise Server 9 SP4" "i386"; sles10_install_template "SUSE Linux Enterprise Server 10 SP1" "i386"; sles10_install_template "SUSE Linux Enterprise Server 10 SP1 x64" "x86_64";