-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vCenter - Add support to HTML5 Console #2312
Comments
more resources: ManageIQ/manageiq#13798 |
Signed-off-by: Carlos J. Herrera Matos <[email protected]>
Multiple problems:
too many effort already spent in this issue, closing it for the time being. |
Need to reopen this due to vSphere 7.0 dropping VNC support. Requirements:
We can start by connecting sunstone server to ESX if needs be, no need to route through vCenter (which is probing difficult). Still need a web socket proxy in sunstone server for this. |
Signed-off-by: Frederick Borges <[email protected]>
@tinova PR to be approved: |
* add vmrc proxy * fix zeromq and vmrc * organizate code websockets * catch error vmrc Signed-off-by: Jorge Lobo <[email protected]>
Signed-off-by: Frederick Borges <[email protected]> Co-authored-by: Tino Vázquez <[email protected]>
* VMRC with fireedge server * Linting VMRC server Signed-off-by: Frederick Borges <[email protected]>
Signed-off-by: Frederick Borges <[email protected]>
@tinova PR to be approved: |
@tinova PR to be approved: |
last bit to close this ticket:
|
…1323) Signed-off-by: Frederick Borges <[email protected]> Co-authored-by: Tino Vázquez <[email protected]>
Signed-off-by: Frederick Borges <[email protected]>
Signed-off-by: Frederick Borges <[email protected]> Co-authored-by: Tino Vázquez <[email protected]>
* VMRC with fireedge server * Linting VMRC server Signed-off-by: Frederick Borges <[email protected]>
Signed-off-by: Frederick Borges <[email protected]>
Signed-off-by: Frederick Borges <[email protected]>
Signed-off-by: Frederick Borges <[email protected]>
Description
As new vCenter versions already support HTML5 console, it would interesting support it instead VNC.
Use case
This will usage less config, no need config injection in VM config file, better security once a VNC weill not enabled, the VM deployment will be more fast and other advantages.
Interface Changes
I think that will need changes on Sunstone and API
Additional Context
Perl example code https://github.com/lamw/vghetto-scripts/blob/master/perl/generateHTML5VMConsole.pl
Ruby example code https://gist.github.com/bthornto/bfce98039e845fa44e9b
https://www.vmware.com/support/developer/html-console/
ManageIQ Code - https://github.com/ManageIQ/manageiq-ui-classic/pull/410/files
Progress Status
The text was updated successfully, but these errors were encountered: