[
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542801#comment-15542801
]
ASF GitHub Bot commented on CLOUDSTACK-9364:
--------------------------------------------
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1696
@jburwell @rhtyd I apologies. The issue in our environment was due to using
ESX v6. Once I added new mapping for it Vmware properly assigned Os type. It
would be nice to officially certify ESX6 for ACS. It has been a supported
platform for one of the commercial distribution for some time already.
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type,
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined)
VALUES (UUID(),'VMware', '6.0', 'ubuntuGuest', 255, utc_timestamp(), 0);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type,
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined)
VALUES (UUID(),'VMware', '6.0', 'ubuntu64Guest', 256, utc_timestamp(), 0);
> Add Support for Ubuntu 16.04
> ----------------------------
>
> Key: CLOUDSTACK-9364
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9364
> Project: CloudStack
> Issue Type: Task
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Wei Zhou
> Assignee: Rohit Yadav
> Fix For: Future, 4.9.1.0
>
>
> Ubuntu 16.04 has been released on 21st April
> http://releases.ubuntu.com/16.04/
> We need to support it
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)