@@ -39,6 +39,7 @@ INSERT IGNORE INTO `cloud`.`guest_os` (id, uuid, category_id, display_name, crea
3939INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (272 , UUID(), 4 , ' Red Hat Enterprise Linux 7.1' , now());
4040INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (273 , UUID(), 4 , ' Red Hat Enterprise Linux 7.2' , now());
4141INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (274 , UUID(), 1 , ' CentOS 7.2' , now());
42+ INSERT IGNORE INTO ` cloud` .` guest_os` (id, uuid, category_id, display_name, created) VALUES (275 , UUID(), 6 , ' Other PV Virtio-SCSI (64-bit)' , now());
4243
4344INSERT 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' , ' Windows 10 (32-bit)' , 257 , now(), 0 );
4445INSERT 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' , ' windows9Guest' , 257 , now(), 0 );
@@ -108,6 +109,7 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid, hypervisor_type, hypervi
108109INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid, hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(), ' VMware' , ' 5.5' , ' centos64Guest' , 274 , now(), 0 );
109110INSERT 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' , 274 , now(), 0 );
110111INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid, hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(), ' KVM' , ' default' , ' CentOS 7.2' , 274 , now(), 0 );
112+ INSERT IGNORE INTO ` cloud` .` guest_os_hypervisor` (uuid, hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created) VALUES (UUID(), ' KVM' , ' default' , ' Other PV Virtio-SCSI (64-bit)' , 260 , now());
111113
112114CREATE TABLE `cloud `.` vlan_details` (
113115 ` id` bigint unsigned NOT NULL auto_increment,
0 commit comments