1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-23 02:54:51 +00:00

Commit graph

  • 9520282a4b Add possibility to configure HDD cache mode during instance creation Benjamin Renard 2016-04-17 23:41:40 +02:00
  • e1d3be17f1 Fix pep8 errors Benjamin Renard 2016-04-16 15:06:39 +02:00
  • ee2b97d62f Retreive all RBD hosts (and their port if defined) from pool definition during instance creation Benjamin Renard 2016-04-16 15:04:28 +02:00
  • 9268cd3a61 Update libvirt-bootstrap.sh savichev 2016-04-04 14:52:14 +05:00
  • f8e681dbf4 added user disk quota limit Jan Krcmar 2016-03-31 13:12:52 +02:00
  • 2f63d35804 Updated Python dependencies retspen 2016-03-30 16:24:22 +03:00
  • 9b5d745fb9 Update requirements.txt savichev 2016-03-30 18:15:35 +05:00
  • 90fc5db411 Update requirements.txt savichev 2016-03-30 14:51:16 +05:00
  • c5c8d29dff Update requirements.txt savichev 2016-03-30 12:48:15 +05:00
  • 3946741457 Update README.md savichev 2016-03-29 16:52:33 +05:00
  • 6546fa2570 show instance title in instances view for non superuser Jan Krcmar 2016-03-24 14:51:29 +01:00
  • e9e62e3c41 instance templates show clone button instead of poweron on instances list page Jan Krcmar 2016-03-23 15:18:20 +01:00
  • 16ef164ed9 correct instance summary display after unsuccessfull resize Jan Krcmar 2016-03-23 14:29:40 +01:00
  • 1e84dcbbc9 instance resize check_user_quota correct cpu/memory resize amount. only differrence from current state should be provided for the function Jan Krcmar 2016-03-23 14:11:23 +01:00
  • bc0552e12e not superuser delete instance causes delete for all corresponding user_instances (not only current user) Jan Krcmar 2016-03-23 13:47:04 +01:00
  • 8148620025 instances.views.check_user_quota correct cpu/memory sum Jan Krcmar 2016-03-23 13:25:28 +01:00
  • 27030113fb account max mamory label Max memory (MB), added MB Jan Krcmar 2016-03-23 13:24:14 +01:00
  • 738993d97a bugfix: instances list block poweron when is_template for normal users Jan Krcmar 2016-03-23 12:44:24 +01:00
  • 7cdac17b53 instances list block poweron when is_template for normal users Jan Krcmar 2016-03-23 12:07:52 +01:00
  • c51e986b8c clone check_user_quota correct application logic Jan Krcmar 2016-03-23 12:04:15 +01:00
  • 027bbbc776 Merge remote-tracking branch 'andrem/master' Jan Krcmar 2016-03-23 10:54:25 +01:00
  • 6afcd00e2e logs view adds paging ability Jan Krcmar 2016-03-23 10:38:33 +01:00
  • 317c2a85ae user can now clone instances, admin can specify user quotas (instances,cpus,memory) Jan Krcmar 2016-03-23 09:00:42 +01:00
  • de5cb19913 class UserAddForm: remove is_staff, is_superuser Jan Krcmar 2016-03-23 08:53:29 +01:00
  • 78dcb10a57 .gitignore dhcpd.* Jan Krcmar 2016-03-22 10:32:16 +01:00
  • c2b3938f2a add instances/migrations/0002_instance_is_template.py Jan Krcmar 2016-03-22 10:31:49 +01:00
  • 9832e662a8 account create_user_instance form sorts instances by name Jan Krcmar 2016-03-21 10:24:09 +01:00
  • b6350e134e add details for local socket andrem 2016-03-18 15:21:44 -03:00
  • fc56e66555 add migration for new column details for hypervisor. andrem 2016-03-18 12:07:42 -03:00
  • ff4c05f90b Merge pull request #94 from andrem/master Anatoliy Guskov 2016-03-17 23:10:44 +02:00
  • 84fe28e9d7 adjust path to storage for url. andrem 2016-03-17 17:19:55 -03:00
  • 2aa81ccecb instance/clone adds title and description input fields Jan Krcmar 2016-02-24 13:08:43 +01:00
  • 6c4a3a93e3 instance/clone view: generation of clone_data algorithm enhanced Jan Krcmar 2016-02-24 12:50:43 +01:00
  • 679f84f117 template/instance: correct placement of options tab panel div, should be after xmledit div Jan Krcmar 2016-02-24 12:44:14 +01:00
  • e1b4fdf5de instances display virtual title under name Jan Krcmar 2016-02-23 15:03:33 +01:00
  • 2ceb456a4f section #template renamed to #options, added title and description fields Jan Krcmar 2016-02-23 14:43:32 +01:00
  • 510e0e6ee5 guess_mac checks for existing dhcp_file Jan Krcmar 2016-02-11 14:48:41 +01:00
  • 16510dee59 instance/clone block new instance creating if instance with same name found Jan Krcmar 2016-02-11 14:46:42 +01:00
  • 2958a21ad1 instance/check_instance service endpoint added. checks for existing instance (returns json) Jan Krcmar 2016-02-11 14:37:26 +01:00
  • a1d5edebe2 guess_mac_address reads /srv/webvirtcloud/dhcpd.conf Jan Krcmar 2016-02-11 12:56:36 +01:00
  • 96982ce58b instance/settings: inputs renamed according to action type (net -> clone-net-mac, net -> net-mac) Jan Krcmar 2016-02-10 17:52:50 +01:00
  • 71c6161291 accounts/edit added is_staff and is_superuser checkboxes Jan Krcmar 2016-02-09 11:16:36 +01:00
  • 39f3c9e12b instance/clone added Guess mac address button. search for mac address of Clone Name via ajax request. Currently scans only local dhcpd configuration file. Jan Krcmar 2016-02-08 12:28:52 +01:00
  • 33916c6a82 instance/clone: changing clone name input changes disk image name according to clone name (similar approach as instances/views:show_clone_disk) Jan Krcmar 2016-02-08 10:17:01 +01:00
  • 323e0a10d5 show_clone_disk generates cloned images name with "-*" suffix. fe: vname=vm1 vm1-root becomes vm1-clone-root (was vm1-root-clone) Jan Krcmar 2016-02-08 10:13:19 +01:00
  • a34c55d3bc clone instance fixes mac address not separated by :, to correct format xx:xx:... Jan Krcmar 2016-01-29 14:44:19 +01:00
  • 646bdbbe0e Added is_template attribute to instances. If true, instance cannot be started. Jan Krcmar 2016-01-20 15:40:09 +01:00
  • 4ab8561360 correct value=true of checked checkboxes Jan Krcmar 2016-01-20 14:49:49 +01:00
  • d4fa71ff25 default true: live migration and delete original Jan Krcmar 2016-01-20 14:35:23 +01:00
  • 8deb844c35 adding new instance to user checks existing instances assigned to user Jan Krcmar 2016-01-19 15:43:56 +01:00
  • d036d582fd .gitignore: tags Jan Krcmar 2016-01-19 15:39:56 +01:00
  • ca328a7527 instances/templates/instance.html checkbox delete_disk default checked Jan Krcmar 2016-01-15 15:09:23 +01:00
  • 6151792d9b allow multiple owners of single instance. this is controlled by settings.ALLOW_INSTANCE_MULTIPLE_OWNER Jan Krcmar 2016-01-15 10:12:03 +01:00
  • 50ddda98f2 settings tab for changing devices/interface/source/bridge added Jan Krcmar 2016-01-14 16:59:50 +01:00
  • 1499af1eef upgrade websockify 0.6.0 to 0.7.0 Jan Krcmar 2015-12-28 13:57:17 +01:00
  • 0eb60b1aa4 ignore novnc certificate (console/cert.pem) Jan Krcmar 2015-12-28 13:53:40 +01:00
  • 663a5781b8 correct user in supervisor.conf Sam 2015-12-24 16:55:33 +11:00
  • dac974ddab request.user.is_authenticated() substitued for @login_required decorator Jan Krcmar 2015-12-22 15:09:02 +01:00
  • ae4fdcec92 added class MyRemoteUserBackend(RemoteUserBackend) giving all authenticated users superuser flag Jan Krcmar 2015-12-22 15:06:19 +01:00
  • f8c08cb719 wsgi.py customized for use mod_wsgi with apache module Jan Krcmar 2015-12-22 15:04:23 +01:00
  • decd5ab4a6 add remoteuser auth middleware classes Jan Krcmar 2015-12-22 09:48:54 +01:00
  • 6dbd6e558c pip installing packages need gcc and pkg-config on debian/ubuntu Jan Krcmar 2015-12-21 10:28:03 +00:00
  • 35369edf28 Fixed Checking KVM Anatoliy Guskov 2015-11-27 09:38:04 +02:00
  • e6f0116908 Fixed Checking KVM Anatoliy Guskov 2015-11-27 09:38:04 +02:00
  • cd787c3eaf Merge branch 'master' of github.com:honza801/webvirtcloud Jan Krcmar 2015-11-24 09:37:31 +00:00
  • 04f3a76c05 resize disk image option added Jan Krcmar 2015-11-24 08:53:13 +00:00
  • 8f2f95e128 cloning instance with lvm disk also clones the disk and sets the correct target in XML configuration Jan Krcmar 2015-11-13 09:15:38 +00:00
  • 164c9a9145 order Compute objects by name Jan Krcmar 2015-11-13 09:13:36 +00:00
  • eac356b50a Merge pull request #57 from jcppkkk/patch-1 Anatoliy Guskov 2015-10-29 13:00:33 +02:00
  • 80a27a4a6a Merge pull request #66 from savichev/patch-9 Anatoliy Guskov 2015-10-29 11:41:50 +02:00
  • b12930c070 Merge pull request #67 from savichev/patch-10 Anatoliy Guskov 2015-10-29 11:41:39 +02:00
  • 7d3ef56c08 Merge pull request #68 from savichev/patch-11 Anatoliy Guskov 2015-10-29 11:41:08 +02:00
  • f4f058fdcc Update gunicorn.conf.py savichev 2015-10-29 13:37:39 +05:00
  • bb5e5815c0 Update README.md savichev 2015-10-29 13:19:10 +05:00
  • e2ead89fd1 Update README.md savichev 2015-10-29 11:25:37 +05:00
  • 836f1b3bcf Update gunicorn.conf.py savichev 2015-10-29 10:36:33 +05:00
  • 2a3a33d746 Fixed #61 Anatoliy Guskov 2015-10-22 08:01:43 +03:00
  • 1e6d177bba Merge pull request #58 from jcppkkk/patch-2 Anatoliy Guskov 2015-10-19 22:29:32 +03:00
  • 83ac06782a Merge branch 'patch-2' Jethro Yu 2015-10-15 20:55:14 +08:00
  • 6f0c3dc5ac Dockerization Jethro Yu 2015-10-15 20:47:10 +08:00
  • 225db15d9e Required libsasl2-modules for TCP Connection Jethro Yu 2015-10-15 20:26:36 +08:00
  • bccfbb0010 Fixed generate password for VNC Anatoliy Guskov 2015-10-08 09:32:38 +03:00
  • 11be03df20 Added licence v1.0 Retspen 2015-10-02 13:51:54 +03:00
  • 16a3a61a2d Removed legend Anatoliy Guskov 2015-09-23 11:06:58 +03:00
  • c0c5f70369 Fixed label pointer Anatoliy Guskov 2015-09-23 11:04:06 +03:00
  • e0e644820e Fixed graphs tooltip Anatoliy Guskov 2015-09-23 11:01:28 +03:00
  • 993931e486 Merge pull request #42 from savichev/patch-5 Anatoliy Guskov 2015-09-08 15:57:36 +03:00
  • 6a2ab56522 Merge pull request #51 from savichev/patch-7 Anatoliy Guskov 2015-09-08 15:57:15 +03:00
  • 0e51de0d51 Merge pull request #50 from savichev/patch-6 Anatoliy Guskov 2015-09-08 15:57:05 +03:00
  • f18ab34b36 dependency for #50 savichev 2015-09-08 15:54:00 +05:00
  • d12312a96f Add support get .vv file savichev 2015-09-08 15:47:03 +05:00
  • d5b86ce16b Merge pull request #48 from aliceinwire/patch-2 Anatoliy Guskov 2015-08-19 22:12:38 +03:00
  • e6b9167e4a changed webvirtmgr with webvirtcloud Alice Ferrazzi 2015-08-19 22:16:32 +09:00
  • d4df8569c1 fix typo Alice Ferrazzi 2015-08-19 22:12:06 +09:00
  • fabbf99da8 fix typo Alice Ferrazzi 2015-08-19 22:11:47 +09:00
  • fce8082014 changed webvirtmgr with webvirtcloud Alice Ferrazzi 2015-08-19 22:11:10 +09:00
  • 80218b2b22 Update overview.html savichev 2015-08-04 14:15:30 +05:00
  • 568b019d75 Fixed supervisorctl status for web panel only Anatoliy Guskov 2015-08-03 13:45:14 +03:00
  • ef354cc369 Fixed #39 Anatoliy Guskov 2015-08-03 13:41:33 +03:00
  • 8be516ba16 Merge 958ad87190 into b554cb6807 Tomas Olivares 2015-08-03 10:39:55 +00:00