[
https://issues.apache.org/jira/browse/CLOUDSTACK-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15543062#comment-15543062
]
ASF GitHub Bot commented on CLOUDSTACK-9364:
--------------------------------------------
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1696
@rhtyd @jburwell Actually ESX 6 mapping are here schema-461to470.sql
INSERT IGNORE INTO `cloud`.`hypervisor_capabilities` values
(25,UUID(),'VMware','6.0',128,0,13,32,1,1);
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type,
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined)
SELECT UUID(),'VMware', '6.0', guest_os_name, guest_os_id, utc_timestamp(), 0
FROM `cloud`.`guest_os_hypervisor` WHERE hypervisor_type='VMware' AND
hypervisor_version='5.5' AND (guest_os_id NOT IN
(1,2,3,4,62,63,64,65,156,157,221,222) AND guest_os_id NOT BETWEEN 121 AND 130);
> 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)