This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 97d6cd5 Merge branch '4.16' into main
add 68a5e5a ui: show password with success notification (#5889)
add 06b5e84 Removed redundant parsing of VMSnapshot usage record. (#5872)
add d18ef1c ui: add custom form for update template (#5434)
add 1ed0830 [Vmware][Deploy-as-is] Refactor the OVF parsing (#5825)
add 84f5768 [VMware][Deploy-as-is] OVF properties not importing when
template is uploaded from local (#5861)
add 982eef2 Merge branch '4.16' into main
No new revisions were added by this update.
Summary of changes:
.../com/cloud/agent/api/storage/OVFHelper.java | 271 +++++---------
.../com/cloud/agent/api/storage/OVFParser.java | 112 ++++++
.../com/cloud/agent/api/storage/OVFHelperTest.java | 29 +-
.../com/cloud/storage/template/OVAProcessor.java | 14 +-
.../storage/command/UploadStatusAnswer.java | 21 +-
.../cloud/storage/template/OVAProcessorTest.java | 2 +
.../storage/image/BaseImageStoreDriverImpl.java | 6 +-
.../image/deployasis/DeployAsIsHelperImpl.java | 74 ++--
.../cloud/storage/ImageStoreUploadMonitorImpl.java | 23 +-
.../storage/image/deployasis/DeployAsIsHelper.java | 6 +-
.../resource/NfsSecondaryStorageResource.java | 12 +-
.../cloudstack/storage/template/UploadEntity.java | 21 +-
ui/public/locales/en.json | 2 +
ui/src/config/section/image.js | 14 +-
ui/src/views/compute/DeployVM.vue | 2 +-
ui/src/views/image/UpdateTemplate.vue | 396 +++++++++++++++++++++
.../java/com/cloud/usage/UsageManagerImpl.java | 10 +-
...yParser.java => VMSnapshotOnPrimaryParser.java} | 4 +-
18 files changed, 698 insertions(+), 321 deletions(-)
create mode 100644 api/src/main/java/com/cloud/agent/api/storage/OVFParser.java
create mode 100644 ui/src/views/image/UpdateTemplate.vue
rename
usage/src/main/java/com/cloud/usage/parser/{VMSanpshotOnPrimaryParser.java =>
VMSnapshotOnPrimaryParser.java} (98%)