Github user sateesh-chodapuneedi commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1794#discussion_r91453705
  
    --- Diff: setup/db/db/schema-4910to41000.sql ---
    @@ -45,4 +45,48 @@ CREATE TABLE `cloud`.`vlan_details` (
       `display` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Should detail be 
displayed to the end user',
       PRIMARY KEY (`id`),
       CONSTRAINT `fk_vlan_details__vlan_id` FOREIGN KEY 
`fk_vlan_details__vlan_id`(`vlan_id`) REFERENCES `vlan`(`id`) ON DELETE CASCADE
    -) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    \ No newline at end of file
    +) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    +
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (261, UUID(), 1, 'CentOS 6.6 (32-bit)', now());
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (262, UUID(), 1, 'CentOS 6.6 (64-bit)', now());
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (263, UUID(), 1, 'CentOS 6.7 (32-bit)', now());
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (264, UUID(), 1, 'CentOS 6.7 (64-bit)', now());
    +INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'Xenserver', '6.5.0', 'CentOS 6 (32-bit)', 261, now(), 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(),'Xenserver', '6.5.0', 'CentOS 6 (32-bit)', 263, now(), 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', 'centosGuest', 261, now(), 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', 'centosGuest', 263, now(), 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(),'Xenserver', '6.5.0', 'CentOS 6 (64-bit)', 264, now(), 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(),'Xenserver', '6.5.0', 'CentOS 6 (64-bit)', 262, now(), 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', 'centos64Guest', 264, now(), 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', 'centos64Guest', 262, now(), 0);
    +
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (265, UUID(), 4, 'Red Hat Enterprise Linux 6.6 
(32-bit)', now());
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (266, UUID(), 4, 'Red Hat Enterprise Linux 6.6 
(64-bit)', now());
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (267, UUID(), 4, 'Red Hat Enterprise Linux 6.7 
(32-bit)', now());
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (268, UUID(), 4, 'Red Hat Enterprise Linux 6.7 
(64-bit)', now());
    +INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
VALUES (UUID(),'Xenserver', '6.5.0', 'Red Hat Enterprise Linux 6 (32-bit)', 
265, now(), 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(),'Xenserver', '6.5.0', 'Red Hat Enterprise Linux 6 (32-bit)', 
267, now(), 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', 'rhel6Guest', 265, now(), 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', 'rhel6Guest', 267, now(), 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(),'Xenserver', '6.5.0', 'Red Hat Enterprise Linux 6 (64-bit)', 
266, now(), 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(),'Xenserver', '6.5.0', 'Red Hat Enterprise Linux 6 (64-bit)', 
268, now(), 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', 'rhel6_64Guest', 266, now(), 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', 'rhel6_64Guest', 268, now(), 0);
    +
    +INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, 
display_name, created) VALUES (269, UUID(), 6, 'Windows Server 2016 (64-bit)', 
now());
    +INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid, hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created) VALUES (UUID(), 
'Xenserver', '7.0.0', 'Windows Server 2016 (64-bit)', 269, now());
    +INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid, hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created) VALUES (UUID(), 
'VMware', '6.0', 'windows9srv-64', 269, now());
    --- End diff --
    
    I think guest_os_name for Windows 2016 on VMware 6.0 is 
`windows9Server64Guest`


---
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