...
libapache2-mos-wsgi to handle post requests
API changes
- Handshake and key exchange between management server and SSVM.
- new API GetUploadParams which takes all the params as the registertemplate/uploadvolume except for URL and which returns all the required params in encoded form plus a post URL to be used to uploadVolume/registerTemplate
- an api on SSVM to send post request directly. This will download the file to a tmp location on SSVM and call the agent with the encoded params.
- an api/communication on SSVM from apache to agent. This will decode the params, verify them and then store the template/volume on secondary storage.
UI Changes
- register template and upload volume UI should be able to accept "browse and upload" file. (can be new one or added as an option to the existing dialog)
...