You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/05/30 18:25:54 UTC

[GitHub] [cloudstack] nvazquez opened a new pull request #3251: Add local ISO upload via UI

nvazquez opened a new pull request #3251: Add local ISO upload via UI
URL: https://github.com/apache/cloudstack/pull/3251
 
 
   ## Description
   **Problem:** Users can register ISOs from URL but cannot upload local ISOs.
   
   **Root cause:** CloudStack provides browser-based upload support for volumes and templates, but ISOs are not supported.
   
   **Solution:** 
   The existing browser-based upload from local functionality for templates and volumes (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=39620237) is extended to support uploading local ISOs. 
   - Extend the UI: A new button is created under the ISOs view: 'Upload from Local'. A new dialog form is displayed in which the user must select the ISO to upload from its local file system.
   - Extend the API: New 'GetUploadParamsForIso' API command is created to handle the ISO upload.
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [x] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   ![image](https://user-images.githubusercontent.com/5295080/54279039-cd08b900-4572-11e9-9720-df874eca5d6c.png)
   ![image](https://user-images.githubusercontent.com/5295080/54279077-e9a4f100-4572-11e9-843d-e616058e4895.png)
   
   
   ## How Has This Been Tested?
   Templates tab -> ISOs -> Upload from local -> Select file on local file system

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services