cloudstack/plugins/hypervisors/baremetal/src/main/java
Nicolas Vazquez 7247c5e97e server: add local ISO upload via UI (#3251)
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.
2019-06-05 23:10:51 +05:30
..
com/cloud/baremetal server: add local ISO upload via UI (#3251) 2019-06-05 23:10:51 +05:30
org/apache/cloudstack/api CLOUDSTACK-10357: Improve log messages in methods (#2580) 2018-04-20 00:33:27 +05:30