Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D5D2178B3 for ; Wed, 26 Aug 2015 09:31:46 +0000 (UTC) Received: (qmail 91626 invoked by uid 500); 26 Aug 2015 09:31:46 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 91591 invoked by uid 500); 26 Aug 2015 09:31:46 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 91582 invoked by uid 500); 26 Aug 2015 09:31:46 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 91578 invoked by uid 99); 26 Aug 2015 09:31:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2015 09:31:46 +0000 Date: Wed, 26 Aug 2015 09:31:46 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8756) Incorrect guest os mapping for CentOS 5.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712808#comment-14712808 ] ASF GitHub Bot commented on CLOUDSTACK-8756: -------------------------------------------- Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/728#discussion_r37962558 --- Diff: tools/marvin/marvin/config/test_data.py --- @@ -775,6 +775,15 @@ "ostype": "CentOS 5.6 (64-bit)" }, + "CentOS6.3template": { + "displaytext": "Centos", + "name": "Centos", + "passwordenabled": False, + "ostype": "CentOS 6.3 (64-bit)", + "url": "http://10.147.28.7/templates/centos63.ova", --- End diff -- Agree, and this should be parameterised IMHO. > Incorrect guest os mapping for CentOS 5.9 > ------------------------------------------ > > Key: CLOUDSTACK-8756 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8756 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: 4.5.1 > Reporter: prashant kumar mishra > Assignee: shweta agarwal > Fix For: 4.5.1 > > > 1) Create VM from ISO of CentOS5.9 on VMware > 2) Try to attach VMwaretools from CCP and failed. > 3) Try to attach VMwaretools from ESXi and also failed. > 4) When checked VM EditSetting>>Options>>GeneralOptions in ESXi, Version is "Other (64-bit)". > 5) In CCP UI, the version for this VM is "CentOS5.9(32bit)" which is correct. -- This message was sent by Atlassian JIRA (v6.3.4#6332)