Github user serg38 commented on the issue:

    https://github.com/apache/cloudstack/pull/1696
  
    @jburwell @rhtyd Sorry for a flood of messages. I checked and we do have 
mapping for all OS for Vmware 6 in ACS. It was introduced in 4.7 so that means 
this PR needs to have those 2 lines added (or a new PR created for this)
    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);


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to