mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 16:45:59 +03:00
[PR #297] [MERGED] console: add option to launch telnet session #610
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/297
Author: @EmbeddedAndroid
Created: 5/5/2014
Status: ✅ Merged
Merged: 5/5/2014
Merged by: @retspen
Base:
master← Head:master📝 Commits (1)
604455econsole: add option to launch telnet session📊 Changes
3 files changed (+36 additions, -7 deletions)
View changed files
📝
instance/views.py(+1 -0)📝
templates/instance.html(+14 -2)📝
vrtManager/instance.py(+21 -5)📄 Description
Over the coming months I would like to add supporting features to webvirtmgr needed for ARM KVM hosts. This is the first piece needed to make webvirtmgr useful with ARM hosts. As of right now, there is no video/graphic devices supported on ARM guests, and so VNC cannot be used for console. The best solution to control the virtual machine is to redirect the serial console over telnet.
This change adds the option to launch a telnet console session if one exists.
Here is a quick demo of this feature:
https://docs.google.com/file/d/0B9DbsE2BbZ7uWmNnTHQxYW1IZVE/edit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.