[PR #183] [MERGED] create instance from template enhanced and others #447

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/183
Author: @catborise
Created: 9/14/2018
Status: Merged
Merged: 9/23/2018
Merged by: @retspen

Base: masterHead: master


📝 Commits (10+)

📊 Changes

14 files changed (+262 additions, -46 deletions)

View changed files

_config.yml (+1 -0)
📝 computes/templates/overview.html (+10 -2)
📝 computes/views.py (+1 -0)
📝 create/forms.py (+5 -0)
📝 create/templates/create_instance.html (+112 -5)
📝 create/views.py (+17 -7)
📝 datasource/views.py (+13 -4)
📝 instances/templates/instance.html (+14 -8)
📝 instances/templates/instances_grouped.html (+16 -3)
📝 instances/views.py (+4 -4)
📝 static/js/sortable.min.js (+2 -2)
📝 vrtManager/connection.py (+50 -2)
📝 vrtManager/create.py (+14 -6)
📝 vrtManager/hostdetails.py (+3 -3)

📄 Description

Hi,
Create instance from template was does not work as expected.

  1. Domain Capabilities info added
  2. Get list of video graphics from domain capabilities
  3. Get list of bus choices from domain capabilities(before that it was static info)
  4. While creating instance with template choice, vm was creating with console password and local listener and network-filter. These are converted to selectable.
  5. Add progress bar to creation of vm.
  6. Check destination image before cloning template, if it is exist or not.
  7. Update bootstrap-table-min to 0.8
  8. Make grouped instance view foldable(by @honza801 )
  9. show vdi url on access tab.

if you merge it. i will appreciate.
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/183 **Author:** [@catborise](https://github.com/catborise) **Created:** 9/14/2018 **Status:** ✅ Merged **Merged:** 9/23/2018 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`d0a964c`](https://github.com/retspen/webvirtcloud/commit/d0a964c516c1af47131378b71de12db894cabc2a) Set theme jekyll-theme-cayman - [`6f8462d`](https://github.com/retspen/webvirtcloud/commit/6f8462d822c6be242f7ce2f8befda78bb173d499) Merge branch 'master' of https://github.com/catborise/webvirtcloud - [`1120b89`](https://github.com/retspen/webvirtcloud/commit/1120b89c133ab9cb6048b2d4bb031bf813b89360) Merge remote-tracking branch 'remotes/retspen/master' - [`33513ca`](https://github.com/retspen/webvirtcloud/commit/33513ca6480d81fd89dc9957969f7c0946a6a5b8) small cosmetic changes of snapshot to describe of operation - [`8055616`](https://github.com/retspen/webvirtcloud/commit/8055616b1ff26bfd3b27d3797053d962e25001d6) small cosmetic changes of snapshot to describe of operation - [`cb5b0c1`](https://github.com/retspen/webvirtcloud/commit/cb5b0c1ecb9377ecaab25be750aeccecb3899ecf) add title to snapshot operations and fix redirect path - [`0f7a110`](https://github.com/retspen/webvirtcloud/commit/0f7a110535554f0a92e4d780c31a5e448efbd542) show vdi url on access tab. some typo and convention fix. gethostbyaddr exception mitigated. - [`6a992b0`](https://github.com/retspen/webvirtcloud/commit/6a992b03c0e7bf5c41c7353c88aeb41a4f2619eb) Merge branch 'master' of https://github.com/catborise/webvirtcloud - [`7da5095`](https://github.com/retspen/webvirtcloud/commit/7da50952209bd50e41d3aeb04b9e8bc16ece3064) Merge remote-tracking branch 'remotes/retspen/master' - [`76f857d`](https://github.com/retspen/webvirtcloud/commit/76f857d21870f74581b3ee3de19bde528ed9942d) toggle host instances button in grouped view ### 📊 Changes **14 files changed** (+262 additions, -46 deletions) <details> <summary>View changed files</summary> ➕ `_config.yml` (+1 -0) 📝 `computes/templates/overview.html` (+10 -2) 📝 `computes/views.py` (+1 -0) 📝 `create/forms.py` (+5 -0) 📝 `create/templates/create_instance.html` (+112 -5) 📝 `create/views.py` (+17 -7) 📝 `datasource/views.py` (+13 -4) 📝 `instances/templates/instance.html` (+14 -8) 📝 `instances/templates/instances_grouped.html` (+16 -3) 📝 `instances/views.py` (+4 -4) 📝 `static/js/sortable.min.js` (+2 -2) 📝 `vrtManager/connection.py` (+50 -2) 📝 `vrtManager/create.py` (+14 -6) 📝 `vrtManager/hostdetails.py` (+3 -3) </details> ### 📄 Description Hi, Create instance from template was does not work as expected. 1. Domain Capabilities info added 2. Get list of video graphics from domain capabilities 3. Get list of bus choices from domain capabilities(before that it was static info) 4. While creating instance with template choice, vm was creating with console password and local listener and network-filter. These are converted to selectable. 5. Add progress bar to creation of vm. 6. Check destination image before cloning template, if it is exist or not. 7. Update bootstrap-table-min to 0.8 9. Make grouped instance view foldable(by @honza801 ) 10. show vdi url on access tab. if you merge it. i will appreciate. 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:45 +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#447
No description provided.