ustcweizhou opened a new pull request #3296: [4.13] noVNC console
URL: https://github.com/apache/cloudstack/pull/3296
 
 
   ## Description
   
   This feature provides novnc console for virtual machines.
   
   It is developed based on
   (1) noVNC 1.1.0
   (2) latest websockify
   Some  changes in cloudstack
   (1) add a new servlet /novncconsole
   (2) a websocket proxy based on websockify will be launched in CPVM.
   (3) add vnc password authentication in websockify
   (4) generate 'path' and decrypt it in websockify to connect to server/port 
and check vnc password.
   
   
   ## 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):
   
   ## How Has This Been Tested?
   (1) it works with ubuntu 16.04/qemu 2.5 
   (2) If consoleproxy.sslEnabled is changed, please restart management server 
and CPVM (or cloud service in CPVM). It determines http or https will be used 
in novnc console
   (3) If novnc.console.default is true,novnc console will be default console 
on UI. If it is false, we still can access novnc console via 
/novncconsole?cmd=access&vm=XXX
   (4) global setting novnc.encryption.key is hidden, it can be changed via 
cloudmonkey. Restart CPVM (or cloud service in CPVM) if it is changed.
   
   ## What need to do ?
   (1) Test on other environment / hypervisor
   (2) Add License
   
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md)
 document -->
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to