This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 4aa7a96  Merge remote-tracking branch 'origin/4.15'
     add ec4d83d  vmware: Fixed instance creation failure on dvswitch when 
using vlan id 4095 (#4557)
     add f70da10  engine/schema: add upgrade path from 4.14.0.0 to 4.14.1.0 
(#4580)
     add 8a9ae6f  Merge remote-tracking branch 'origin/4.14' into 4.15
     new 6c346df  Merge remote-tracking branch 'origin/4.15'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../com/cloud/upgrade/DatabaseUpgradeChecker.java  |   5 +
 .../com/cloud/upgrade/dao/Upgrade41400to41500.java | 173 --------------
 ...e41310to41400.java => Upgrade41500to41510.java} |  12 +-
 .../com/cloud/upgrade/dao/Upgrade41510to41600.java | 248 +++++++++++++++++++++
 ...41to442.sql => schema-41500to41510-cleanup.sql} |   2 +-
 ...40to410-cleanup.sql => schema-41500to41510.sql} |   2 +-
 ...41to442.sql => schema-41510to41600-cleanup.sql} |   2 +-
 ...40to410-cleanup.sql => schema-41510to41600.sql} |   2 +-
 .../scripts/configure_systemvm_services.sh         |   2 +-
 tools/appliance/systemvmtemplate/template.json     |   4 +-
 .../hypervisor/vmware/mo/HypervisorHostHelper.java |   4 +
 11 files changed, 270 insertions(+), 186 deletions(-)
 copy 
engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade41310to41400.java => 
Upgrade41500to41510.java} (84%)
 create mode 100644 
engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41510to41600.java
 copy engine/schema/src/main/resources/META-INF/db/{schema-441to442.sql => 
schema-41500to41510-cleanup.sql} (93%)
 copy engine/schema/src/main/resources/META-INF/db/{schema-40to410-cleanup.sql 
=> schema-41500to41510.sql} (94%)
 copy engine/schema/src/main/resources/META-INF/db/{schema-441to442.sql => 
schema-41510to41600-cleanup.sql} (93%)
 copy engine/schema/src/main/resources/META-INF/db/{schema-40to410-cleanup.sql 
=> schema-41510to41600.sql} (94%)

Reply via email to