# HG changeset patch # User Alex Zeffertt # Date 1263209045 0 # Node ID f3ffc49ffd9cbdf8d7c9a813719edb227dd7cbab # Parent 21088d142499e1418b1c9b77e7a10f404caec904 [mq]: api-rhel54-templates diff -r 21088d142499 -r f3ffc49ffd9c 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 Mon Jan 11 11:24:05 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";