1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 12:04:15 +00:00
Commit graph

164 commits

Author SHA1 Message Date
catborise
9d58e56d16 add/remove guest agent channel function added 2019-12-24 17:19:11 +03:00
catborise
ecf31b0b5b adds link state option for instance networks. Enable/disable link while instance running 2019-12-24 14:54:04 +03:00
catborise
01f2290dd9 host ifaces configuration error prevents management of instance. It is isolated. 2019-12-24 09:23:49 +03:00
catborise
592112590c add ability to show interface's ip address with qemu agent. Add checking agent if installed or not 2019-12-23 15:48:11 +03:00
catborise
adfdad013c change cd-rom bus for q35 type machines; it is sata not ide 2019-12-20 16:43:14 +03:00
catborise
2fa5a98844 Add new options for migrate: Auto converge, postcopy and compress 2019-12-19 16:06:51 +03:00
catborise
d401d2f3ff Add virtio support check, add more control while creating instance 2019-12-19 13:49:41 +03:00
catborise
dd16a5b2d5 Enrich Instance Create operation: -add capability to create arm, ppc, i686, aarch64 instances, -add option to choose firmware, -add options to choose chipset. -add capability to choose volume driver options. -add new default settings 2019-12-13 16:47:51 +03:00
catborise
49e179590e adding enable/disable cpu hotplug, live add/remove vcpu to instance. 2019-11-29 14:48:24 +03:00
catborise
74eb8004d7 changing video card model functionality added to options. 2019-11-20 16:24:01 +03:00
catborise
60684cc7b1 Live resize VM Memory activate. Redirection fix for resizing operations. Some typo & indent fix 2019-11-20 11:41:50 +03:00
catborise
ddd3dd5f65 instance network revamped. Qos config for instance net is added 2019-11-20 08:37:59 +03:00
catborise
f3f4f0afe8 Fix typos. Code Inspection for pep8 conventions 2019-10-30 11:05:50 +03:00
catborise
c212a60bba Delete instance disk: detach and delete. Notification added if detach completed but not deleted 2019-10-28 11:20:39 +03:00
catborise
1e2fbc8453 add redirection for instance_actions error 2019-09-11 11:51:20 +03:00
catborise
d22aed5ef7 Rearrange host resources variables and change variable names 2019-09-10 16:05:23 +03:00
catborise
fdbb6739c1 instances/view.py: Fix resize_disk and pep8 style corrections 2019-09-10 09:45:49 +03:00
catborise
e47f97facf instance: seperate resize operations as cpu, mem and disk 2019-08-27 17:18:33 +03:00
catborise
f3b8b251b5 Instance actions rearranged to reflect disable vm actions on instances list 2019-07-31 09:59:44 +03:00
catborise
a3e7a5472f Live network interface add remove capability is added. No need to shutdown to add/remove network interfaces 2019-07-17 13:52:14 +03:00
Ilya Trefilov
edd4887a2d Fix bug with err instead of True in connection_manager.host_is_up, which
lead to freeze in panel if compute is down
2019-07-04 15:04:08 +03:00
catborise
181bd9d392 Update chartjs for instance statistics and add memory usage info for instances 2019-05-21 09:12:28 +03:00
Ing. Jan Krcmar
52fbe95e30 staff users are allowed to change vnc settings of instances 2019-04-10 10:09:05 +03:00
catborise
3cffa6e505 Fix disk clone xml for proper disk properties 2019-04-04 16:04:34 +03:00
Ing. Jan Krcmar
a457c262e1 wvmStorage.create_volume, wvmCreate.create_volume image naming respects image/volume format (qcow,qcow2) 2019-04-04 14:23:54 +03:00
catborise
fffbc92151 Fix: for clone instance multiple disk name generating fixed 2019-03-19 14:39:34 +03:00
catborise
e63aaa926e Fix: True/False value for Add new disk with metadata option 2019-03-18 16:50:11 +03:00
catborise
2dc83f39a2 Check media before adding new/existing volume 2019-02-14 16:49:12 +03:00
catborise
f76ce4d485 Multiple UUID check on instance database. Fix error for multiple uuid console error 2019-02-07 11:09:56 +03:00
catborise
a7e0e49007 Make visible add cdrom/media space/button even if instance is running. Check media and disk for cdrom target dev 2019-01-28 16:38:15 +03:00
catborise
8d2b3e3024 Add explanation for boot menu changes. Minor cosmetic fixes 2019-01-24 08:41:45 +03:00
catborise
276097a44e Fix instance current status update after action. Fix log related error.Some pep8 compatibility fix. 2019-01-17 10:38:53 +03:00
catborise
96efde814a Add boot menu/order functionality. Minor improvements. Some bug fixes 2019-01-15 15:55:05 +03:00
catborise
7672cc06f1 Merge branch 'online_resize' 2018-11-23 15:23:01 +03:00
catborise
eb8aae957e Bundle: Add/Delete Cdrom function added. Add disk device type/bus choice for custom instance creation. Change some cosmetics on create instance. Change some functions signature for compatibility. Add getting disk device types function. Fixed some bugs 2018-11-23 15:18:32 +03:00
catborise
44d73cc780 Add ability to resize only vm memory while it is running. 2018-11-20 17:07:19 +03:00
catborise
605d24d699 define allow_admin_or_not_template variable, template cannot use parenthesis @honza801 2018-11-08 14:56:31 +03:00
catborise
1196fb38c9 add log message to attaching disk 2018-10-25 09:55:57 +03:00
catborise
1b913fd4d6 instance poweron checks is_template attribute. templates should not be e started. by @honza801 2018-10-24 16:56:05 +03:00
catborise
b3b9596a12 secure instance snapshot, media, options. check userinstance.is_change and instance.is_template correctly. secure mount_iso, snapshots for templates, not userinstance.is_change by @honza801 2018-10-24 16:42:00 +03:00
catborise
b5f38afbca clone instance: create db record first, then run clone process. delete db record if exception while cloning 2018-10-24 16:19:30 +03:00
catborise
03ffa3a295 move add new disk to instance disk tab. add existing disk option to attach disk. Small typo fixes 2018-10-24 12:04:05 +03:00
catborise
ea5e9cfead Add 'Adding, deleting and detaching disk volumes' to instances 2018-10-19 16:14:33 +03:00
catborise
93a8625aca url fix for clone 2018-10-01 15:09:04 +03:00
catborise
25e6381fc9 add Compute instances tab. Minimal invasion. minimal change. keep structure 2018-09-28 13:33:21 +03:00
catborise
e44e01cad4 volume owner/group converted to choosable from settings.py, cloning and creating volume owner parameter added. 2018-09-27 09:45:10 +03:00
catborise
b916c9dcf9 instance network tab modified. Changing function modified. deleting function added. network info of nwfilters added. and some small fixes applied 2018-09-26 17:20:46 +03:00
catborise
4d14fdceea selection added to domain creation for nwfilters. Add nwfilter option while adding network card. NWfilters minor fixes 2018-09-24 14:41:13 +03:00
Anatoliy Guskov
5c2232f4e8
Merge pull request #185 from honza801/clone_instance_auto_migrate
allow automatic migrations of newly cloned instances to random host
2018-09-23 09:33:54 +03:00
catborise
0d90e4bb46 Make domain creation work with XML. Fix typo 2018-09-21 19:07:47 +03:00