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] Add templates for SLES 11 SP1

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] Add templates for SLES 11 SP1
From: Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
Date: Fri, 2 Jul 2010 16:11:00 +0100
Delivery-date: Fri, 02 Jul 2010 08:12:03 -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 1278083430 -3600
# Node ID 97b2a912ba6992f85a79f40e4af98797a78250ef
# Parent  e35e76a12c16cc14da7869b21349cd827cdbc577
Add templates for SLES 11 SP1

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

diff -r e35e76a12c16 -r 97b2a912ba69 ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml    Fri Jul 02 16:03:07 2010 +0100
+++ b/ocaml/xapi/create_templates.ml    Fri Jul 02 16:10:30 2010 +0100
@@ -488,10 +488,12 @@
                sles10sp1_template "SUSE Linux Enterprise Server 10 SP1" X32 [  
  ];
                sles10_template    "SUSE Linux Enterprise Server 10 SP2" X32 [  
  ];
                sles11_template    "SUSE Linux Enterprise Server 11"     X32 [  
  ];
+               sles11_template    "SUSE Linux Enterprise Server 11 SP1" X32 [  
  ];
                sles10sp1_template "SUSE Linux Enterprise Server 10 SP1" X64 [  
  ];
                sles10_template    "SUSE Linux Enterprise Server 10 SP2" X64 [  
  ];
                sles10_template    "SUSE Linux Enterprise Server 10 SP3" X64 [  
  ];
                sles11_template    "SUSE Linux Enterprise Server 11"     X64 [  
  ];
+               sles11_template    "SUSE Linux Enterprise Server 11 SP1" X64 [  
  ];
 
                debian_template "Debian Lenny 5.0" "lenny" X32 [    ];
                debian_template "Ubuntu Lucid Lynx 10.04" "lucid" 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] Add templates for SLES 11 SP1, Alex Zeffertt <=