WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] PR-1098: Add templates for RHEL 5.5 based distros

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] PR-1098: Add templates for RHEL 5.5 based distros
From: Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
Date: Mon, 28 Jun 2010 17:19:05 +0100
Delivery-date: Mon, 28 Jun 2010 09:20:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.4.3
# HG changeset patch
# User Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
# Date 1277741614 -3600
# Node ID 19ac4330bdfcd63f3a8ef0b399143997fae30ba5
# Parent  5fb71efcee166e38e03f8cb553aceb66616644ed
PR-1098: Add templates for RHEL 5.5 based distros

Signed-off-by: Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>

diff -r 5fb71efcee16 -r 19ac4330bdfc ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml    Mon Jun 28 17:07:26 2010 +0100
+++ b/ocaml/xapi/create_templates.ml    Mon Jun 28 17:13:34 2010 +0100
@@ -444,11 +444,13 @@
                rhel5x_template "Red Hat Enterprise Linux 5.2" X32 [l;  ];
                rhel5x_template "Red Hat Enterprise Linux 5.3" X32 [l;  ];
                rhel5x_template "Red Hat Enterprise Linux 5.4" X32 [    ];
+               rhel5x_template "Red Hat Enterprise Linux 5.5" X32 [    ];
                rhel5x_template "Red Hat Enterprise Linux 5.0" X64 [    ];
                rhel5x_template "Red Hat Enterprise Linux 5.1" X64 [    ];
                rhel5x_template "Red Hat Enterprise Linux 5.2" X64 [    ];
                rhel5x_template "Red Hat Enterprise Linux 5.3" X64 [    ];
                rhel5x_template "Red Hat Enterprise Linux 5.4" X64 [    ];
+               rhel5x_template "Red Hat Enterprise Linux 5.5" X64 [    ];
 
                rhel4x_template "CentOS 4.5" X32 [  s;];
                rhel4x_template "CentOS 4.6" X32 [  s;];
@@ -459,22 +461,26 @@
                rhel5x_template "CentOS 5.2" X32 [l;  ];
                rhel5x_template "CentOS 5.3" X32 [l;  ];
                rhel5x_template "CentOS 5.4" X32 [    ];
+               rhel5x_template "CentOS 5.5" X32 [    ];
                rhel5x_template "CentOS 5.0" X64 [    ];
                rhel5x_template "CentOS 5.1" X64 [    ];
                rhel5x_template "CentOS 5.2" X64 [    ];
                rhel5x_template "CentOS 5.3" X64 [    ];
                rhel5x_template "CentOS 5.4" X64 [    ];
+               rhel5x_template "CentOS 5.5" X64 [    ];
 
                rhel5x_template "Oracle Enterprise Linux 5.0" X32 [    ];
                rhel5x_template "Oracle Enterprise Linux 5.1" X32 [    ];
                rhel5x_template "Oracle Enterprise Linux 5.2" X32 [l;  ];
                rhel5x_template "Oracle Enterprise Linux 5.3" X32 [l;  ];
                rhel5x_template "Oracle Enterprise Linux 5.4" X32 [    ];
+               rhel5x_template "Oracle Enterprise Linux 5.5" X32 [    ];
                rhel5x_template "Oracle Enterprise Linux 5.0" X64 [    ];
                rhel5x_template "Oracle Enterprise Linux 5.1" X64 [    ];
                rhel5x_template "Oracle Enterprise Linux 5.2" X64 [    ];
                rhel5x_template "Oracle Enterprise Linux 5.3" X64 [    ];
                rhel5x_template "Oracle Enterprise Linux 5.4" X64 [    ];
+               rhel5x_template "Oracle Enterprise Linux 5.5" X64 [    ];
 
                sles_9_template    "SUSE Linux Enterprise Server 9 SP4"  X32 [  
  ];
                sles10sp1_template "SUSE Linux Enterprise Server 10 SP1" X32 [  
  ];

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] PR-1098: Add templates for RHEL 5.5 based distros, Alex Zeffertt <=