clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
519 stars 29 forks source link

Add novnc package #309

Open yongfengdu opened 5 years ago

yongfengdu commented 5 years ago

novnc is the default remote console type for OpenStack devstack and Kolla. It's better to have this support. https://docs.openstack.org/nova/pike/admin/remote-console-access.html

website: https://github.com/novnc/noVNC

The package name for both Ubuntu/Centos is novnc: apt install novnc

ahkok commented 5 years ago

It seems to me that without some integration with these stacks, that just integrating novnc by itself isn't really useful, since it would require significant user configuration to actually make run, is that correct?

yongfengdu commented 5 years ago

My understanding is we just need this novnc package, and websockify(Already included in clearlinux). nova will help do the configurations in the context of OpenStack.

Not quite sure but I can try and report back after you added this package.