[PR #271] [MERGED] Some improvements #483

Closed
opened 2026-02-27 15:58:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/271
Author: @catborise
Created: 12/25/2019
Status: Merged
Merged: 12/26/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (7)

  • adfdad0 change cd-rom bus for q35 type machines; it is sata not ide
  • 5921125 add ability to show interface's ip address with qemu agent. Add checking agent if installed or not
  • 01f2290 host ifaces configuration error prevents management of instance. It is isolated.
  • ecf31b0 adds link state option for instance networks. Enable/disable link while instance running
  • 9d58e56 add/remove guest agent channel function added
  • e87d746 check if host supports kvm, if it is, use kvm else qemu
  • 38054d9 for instances add guest agent indicator: installed, connected.

📊 Changes

6 files changed (+264 additions, -36 deletions)

View changed files

📝 instances/templates/instance.html (+70 -13)
📝 instances/views.py (+31 -3)
📝 interfaces/views.py (+1 -1)
📝 vrtManager/connection.py (+2 -2)
📝 vrtManager/instance.py (+147 -17)
📝 vrtManager/network.py (+13 -0)

📄 Description

Hi retspen,

Some usesul new improvements;

  1. Show Interface ip address with the help of guest agent.
  2. Add link state for instance network. Without removing interface, it could be down or up.
  3. Guest channel add remove.
  4. Show if guest agent installed or not. Connected or not.
  5. Fix some bugs with cdrom&q35, qemu&kvm type selection, host interface config error prevents instance editing. it is fixed also...

thanks.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/271 **Author:** [@catborise](https://github.com/catborise) **Created:** 12/25/2019 **Status:** ✅ Merged **Merged:** 12/26/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`adfdad0`](https://github.com/retspen/webvirtcloud/commit/adfdad013ca88d91952bd6d4056348580913a53f) change cd-rom bus for q35 type machines; it is sata not ide - [`5921125`](https://github.com/retspen/webvirtcloud/commit/592112590c1ab3fa6dc3102b4e81246a4524efb8) add ability to show interface's ip address with qemu agent. Add checking agent if installed or not - [`01f2290`](https://github.com/retspen/webvirtcloud/commit/01f2290dd9b3070855d5b94dbc2d81f8b61bdb39) host ifaces configuration error prevents management of instance. It is isolated. - [`ecf31b0`](https://github.com/retspen/webvirtcloud/commit/ecf31b0b5b9a7d88f31d2b85739d52017d9c3ebb) adds link state option for instance networks. Enable/disable link while instance running - [`9d58e56`](https://github.com/retspen/webvirtcloud/commit/9d58e56d165194deb9d005b0bc4b9df303fc2322) add/remove guest agent channel function added - [`e87d746`](https://github.com/retspen/webvirtcloud/commit/e87d7463fedaabdfc2a35aea960b722b3df5d7f4) check if host supports kvm, if it is, use kvm else qemu - [`38054d9`](https://github.com/retspen/webvirtcloud/commit/38054d9882ef40c7e112118b7f27b8a3981cab67) for instances add guest agent indicator: installed, connected. ### 📊 Changes **6 files changed** (+264 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `instances/templates/instance.html` (+70 -13) 📝 `instances/views.py` (+31 -3) 📝 `interfaces/views.py` (+1 -1) 📝 `vrtManager/connection.py` (+2 -2) 📝 `vrtManager/instance.py` (+147 -17) 📝 `vrtManager/network.py` (+13 -0) </details> ### 📄 Description Hi retspen, Some usesul new improvements; 1. Show Interface ip address with the help of guest agent. 2. Add link state for instance network. Without removing interface, it could be down or up. 3. Guest channel add remove. 4. Show if guest agent installed or not. Connected or not. 5. Fix some bugs with cdrom&q35, qemu&kvm type selection, host interface config error prevents instance editing. it is fixed also... thanks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#483
No description provided.