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] CP-1791-remove-redundant-templates

To: Alex Zeffertt <Alex.Zeffertt@xxxxxxxxxxxxx>, "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] CP-1791-remove-redundant-templates
From: Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
Date: Mon, 9 Aug 2010 15:22:17 +0100
Cc:
Delivery-date: Mon, 09 Aug 2010 07:22:26 -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: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4
CP-1791: Remove 36 redundant RHEL/OEL/CentOS 5.x templates

XenRT is now using the new "coalesced" RHEL/OEL/CentOS 5 templates

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

diff -r d8128f28c794 -r 906501c8a299 ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml    Mon Aug 09 10:39:29 2010 +0100
+++ b/ocaml/xapi/create_templates.ml    Mon Aug 09 10:55:42 2010 +0100
@@ -471,44 +471,6 @@
                debian_template "Ubuntu Lucid Lynx 10.04" "lucid" X32 [    ];
                debian_template "Ubuntu Lucid Lynx 10.04" "lucid" 
X64_debianlike [    ];
 -
-               rhel5x_template "Red Hat Enterprise Linux 5.0" X32 [    ];
-               rhel5x_template "Red Hat Enterprise Linux 5.1" X32 [    ];
-               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 [    ];
-               rhel5x_template "CentOS 5.0" X32 [    ];
-               rhel5x_template "CentOS 5.1" X32 [    ];
-               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 [    ];
-
                sdk_install_template
        ] in


_______________________________________________
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] CP-1791-remove-redundant-templates, Alex Zeffertt <=