This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch 4.16
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from d18ef1c ui: add custom form for update template (#5434)
add 1ed0830 [Vmware][Deploy-as-is] Refactor the OVF parsing (#5825)
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 +-
.../cloud/storage/template/OVAProcessorTest.java | 2 +
5 files changed, 224 insertions(+), 204 deletions(-)
create mode 100644 api/src/main/java/com/cloud/agent/api/storage/OVFParser.java