From 9f5977362438797c7e21b4192e73c39a6a4e340a Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Fri, 21 Jun 2019 03:13:37 +0530 Subject: [PATCH] vmware: add support for VMware 6.7 This adds support for VMware 6.7 Fixes #2700 Signed-off-by: Rohit Yadav --- .../src/main/resources/META-INF/db/schema-41200to41300.sql | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql b/engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql index ee599f65229e..97e9fac35c35 100644 --- a/engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql +++ b/engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql @@ -19,6 +19,10 @@ -- Schema upgrade from 4.12.0.0 to 4.13.0.0 --; +-- Add support for VMware 6.7 +INSERT IGNORE INTO `cloud`.`hypervisor_capabilities` (uuid, hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled, max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported, vm_snapshot_enabled) values (UUID(), 'VMware', '6.7', 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.7', guest_os_name, guest_os_id, utc_timestamp(), 0 FROM `cloud`.`guest_os_hypervisor` WHERE hypervisor_type='VMware' AND hypervisor_version='6.5'; + -- DPDK client and server mode support ALTER TABLE `cloud`.`service_offering_details` CHANGE COLUMN `value` `value` TEXT NOT NULL; diff --git a/pom.xml b/pom.xml index 53386917f152..6cbd8fa54856 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ 4.0.0 8.0.30 1.0.0-build221 - 6.5 + 6.7 6.2.0-3.1 1.4.01 3.1.3