[PR #538] [MERGED] make cd-rom and input devices optional while instance creating #609

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/538
Author: @catborise
Created: 9/8/2022
Status: Merged
Merged: 9/8/2022
Merged by: @catborise

Base: masterHead: master


📝 Commits (10+)

  • 6eb0628 add makemigrations command for missing model scripts
  • 5425519 change firmware, graphic, video fields max lenght
  • 31c575e call function with parameter names
  • 97acbd9 fix typo error
  • 4abf627 take over precedense sata to scsi
  • c804b2c fix identation
  • ea6524f add more default machine type and instance type
  • 5f5bd37 make adding cd-rom optional while vm creating. Add default value for cd-rom bus
  • 481c110 make adding input devices optional. give bus control for input devices whie instance creating
  • 2ff188d fix add-cdrom error while creating

📊 Changes

11 files changed (+210 additions, -55 deletions)

View changed files

📝 Dockerfile (+1 -0)
📝 admin/__init__.py (+1 -1)
📝 appsettings/migrations/0006_auto_20220630_0717.py (+1 -1)
appsettings/migrations/0007_auto_20220905_0918.py (+21 -0)
appsettings/migrations/0008_auto_20220905_1459.py (+32 -0)
📝 instances/api/viewsets.py (+18 -18)
📝 instances/models.py (+6 -5)
📝 instances/templates/create_instance_w2.html (+79 -1)
📝 instances/views.py (+6 -0)
📝 vrtManager/create.py (+33 -29)
📝 vrtManager/util.py (+12 -0)

📄 Description

add new default options for vm.
increase model field lenght
add more instance model arch type for default
fix typos


🔄 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/538 **Author:** [@catborise](https://github.com/catborise) **Created:** 9/8/2022 **Status:** ✅ Merged **Merged:** 9/8/2022 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`6eb0628`](https://github.com/retspen/webvirtcloud/commit/6eb06280c58adfe3e6e551c8a4a8bc9e4dd95d32) add makemigrations command for missing model scripts - [`5425519`](https://github.com/retspen/webvirtcloud/commit/5425519408e0ef3d94b899f138fcc58a791d1991) change firmware, graphic, video fields max lenght - [`31c575e`](https://github.com/retspen/webvirtcloud/commit/31c575e852fc08f98aa390978fcfac43c4d3c992) call function with parameter names - [`97acbd9`](https://github.com/retspen/webvirtcloud/commit/97acbd9843152a1e1c922e14441c9f9b747656ff) fix typo error - [`4abf627`](https://github.com/retspen/webvirtcloud/commit/4abf62702a42c7232998f3aef087f92693ac9df7) take over precedense sata to scsi - [`c804b2c`](https://github.com/retspen/webvirtcloud/commit/c804b2cde8fb435a5c656e191611b6c529188937) fix identation - [`ea6524f`](https://github.com/retspen/webvirtcloud/commit/ea6524f79eb2624e7dcc984b4263cfc2857c32ac) add more default machine type and instance type - [`5f5bd37`](https://github.com/retspen/webvirtcloud/commit/5f5bd379af533ed68a7236c3c914bf86dbbe9a98) make adding cd-rom optional while vm creating. Add default value for cd-rom bus - [`481c110`](https://github.com/retspen/webvirtcloud/commit/481c110f016d4b43ee731b66ca3a5fb92defc381) make adding input devices optional. give bus control for input devices whie instance creating - [`2ff188d`](https://github.com/retspen/webvirtcloud/commit/2ff188da45b4d90fccec4ae242ac989426e6fbc1) fix add-cdrom error while creating ### 📊 Changes **11 files changed** (+210 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -0) 📝 `admin/__init__.py` (+1 -1) 📝 `appsettings/migrations/0006_auto_20220630_0717.py` (+1 -1) ➕ `appsettings/migrations/0007_auto_20220905_0918.py` (+21 -0) ➕ `appsettings/migrations/0008_auto_20220905_1459.py` (+32 -0) 📝 `instances/api/viewsets.py` (+18 -18) 📝 `instances/models.py` (+6 -5) 📝 `instances/templates/create_instance_w2.html` (+79 -1) 📝 `instances/views.py` (+6 -0) 📝 `vrtManager/create.py` (+33 -29) 📝 `vrtManager/util.py` (+12 -0) </details> ### 📄 Description add new default options for vm. increase model field lenght add more instance model arch type for default fix typos --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:21 +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#609
No description provided.