Ing. Jan KRCMAR
437be0df99
instance clone validate mac address
2017-06-15 11:57:31 +02:00
Ing. Jan KRCMAR
c5f86358be
fix STATIC_URL in templates. static urls should be generated by "static" template tag
2017-06-06 14:49:11 +02:00
Ing. Jan KRCMAR
d715e996b0
templates/instance.html view redesign. smaller instance details, instance title added
2017-06-06 12:51:32 +02:00
Ing. Jan KRCMAR
4d08f956fb
add /instance/sshkeys/ endpoint for retrieving instance owners ssh keys
2017-05-11 10:46:39 +02:00
Ing. Jan KRCMAR
b7457a4362
automatic remove instances with the same name
...
sometimes (fe. after manual migrations) some instances appear
multiple times in the database. this patch removes them from
the database while refreshing instance uuid. only under superuser.
records log message.
2017-04-20 14:47:05 +02:00
Ing. Jan KRCMAR
6858448b60
fix multiple media selection in instance settings form
2017-04-20 14:45:01 +02:00
Ing. Jan KRCMAR
609651d707
disable page reloading while migrating vm and pleaseWaitDialog is displayed
...
fixes: http redirect after migrate does not jump to new compute node
2017-03-09 15:14:38 +01:00
Ing. Jan KRCMAR
b5f9f638f1
autostart stays persistent after instance migration
2017-03-09 14:26:55 +01:00
Ing. Jan KRCMAR
20d0e5a09d
add offline migration option
2017-01-04 13:14:30 +01:00
Ing. Jan KRCMAR
48371ff92d
deleting instance with disk causes also delete of all corresponding snapshots. previously deleting instance with snapshots ended with error and probably also database inconsistency.
2016-11-04 09:33:49 +01:00
Ing. Jan KRCMAR
ed4cb864ad
Merge remote-tracking branch 'qdaniel/master'
2016-09-12 10:57:14 +02:00
Ing. Jan KRCMAR
525d42a74d
instances/views.py check instance name, alloweed r^[a-zA-Z0-9-]+$
2016-09-06 13:01:45 +02:00
Daniel Rieper
29b722ff41
Merge branch 'master' of https://github.com/honza801/webvirtcloud
...
Conflicts:
instances/templates/instance.html
instances/views.py
2016-07-29 13:05:54 +02:00
Ing. Jan KRCMAR
08cc19900c
guess_clone_name fix. should check hostname, not fqdn.
...
guess_clone_name calls guess_mac_address in instance view
2016-06-08 13:37:26 +02:00
Jacco Koning
14e8418472
Fix typos
2016-06-02 13:47:48 +02:00
Ing. Jan KRCMAR
f484598414
add guess button for cloned instance name. this reads dhcp conf and uses settings.CLONE_INSTANCE_DEFAULT_PREFIX.
2016-05-27 14:13:24 +02:00
Jan Krcmar
0b80b030fe
add refresh button into instance view
2016-05-12 10:06:16 +02:00
Valentin Samir
7efbfec17f
Add an option to allow an user to change VNC settings
2016-05-09 12:09:21 +02:00
Valentin Samir
7b3fcd17ea
Check user permission before delete or resize
...
Else a user without these permission could delete or resize and instance
by forging a good post request.
2016-05-09 12:07:30 +02:00
Valentin Samir
e75fc99449
Create instances with a random generated vnc password by default
2016-05-08 12:24:43 +02:00
Jan Krcmar
572f7b12cd
instances_filter cookie expires after 1 day
2016-05-06 14:40:24 +02:00
Jan Krcmar
c4ae3d2982
instances filter stores filter value into cookie and auto-fills/applies filter on document ready
2016-05-06 10:56:50 +02:00
Jan Krcmar
e966e6c030
add user information per instance on the instances list
...
wider .container (900px)
2016-05-02 12:23:18 +02:00
Jan Krcmar
e45c712d67
add instance/options/users tab. lists all owners of the instance
2016-04-28 12:50:11 +02:00
Jan Krcmar
fc71884cd4
please wait dialog added on migrate/clone event
2016-04-26 10:30:48 +02:00
Jan Krcmar
db1ab88f51
Merge remote-tracking branch 'retspen/master'
...
Conflicts:
conf/requirements.txt
2016-04-21 13:34:27 +02:00
Jan Krcmar
0e7c5c25b7
fix instance compute node after migration
2016-04-21 13:08:20 +02:00
Benjamin Renard
e1d3be17f1
Fix pep8 errors
2016-04-16 15:06:39 +02:00
Jan Krcmar
f8e681dbf4
added user disk quota limit
...
added quota warning in instance page
2016-03-31 13:12:52 +02:00
Jan Krcmar
6546fa2570
show instance title in instances view for non superuser
2016-03-24 14:51:29 +01:00
Jan Krcmar
e9e62e3c41
instance templates show clone button instead of poweron on instances list page
2016-03-23 15:18:20 +01:00
Jan Krcmar
16ef164ed9
correct instance summary display after unsuccessfull resize
2016-03-23 14:29:40 +01:00
Jan Krcmar
1e84dcbbc9
instance resize check_user_quota correct cpu/memory resize amount. only differrence from current state should be provided for the function
2016-03-23 14:11:23 +01:00
Jan Krcmar
bc0552e12e
not superuser delete instance causes delete for all corresponding user_instances (not only current user)
2016-03-23 13:47:04 +01:00
Jan Krcmar
8148620025
instances.views.check_user_quota correct cpu/memory sum
...
instance resize respects quota
2016-03-23 13:25:28 +01:00
Jan Krcmar
738993d97a
bugfix: instances list block poweron when is_template for normal users
2016-03-23 12:44:24 +01:00
Jan Krcmar
7cdac17b53
instances list block poweron when is_template for normal users
2016-03-23 12:07:52 +01:00
Jan Krcmar
c51e986b8c
clone check_user_quota correct application logic
2016-03-23 12:04:15 +01:00
Jan Krcmar
317c2a85ae
user can now clone instances, admin can specify user quotas (instances,cpus,memory)
...
user can only select predefined instance names, mac and disk names are selected automatically
2016-03-23 09:00:42 +01:00
Jan Krcmar
c2b3938f2a
add instances/migrations/0002_instance_is_template.py
2016-03-22 10:31:49 +01:00
Jan Krcmar
2aa81ccecb
instance/clone adds title and description input fields
2016-02-24 13:08:43 +01:00
Jan Krcmar
6c4a3a93e3
instance/clone view: generation of clone_data algorithm enhanced
...
if disk or meta in post: results always true, so removed. this pushes all POST data to conn.clone_instance()
2016-02-24 12:50:43 +01:00
Jan Krcmar
679f84f117
template/instance: correct placement of options tab panel div, should be after xmledit div
2016-02-24 12:44:14 +01:00
Jan Krcmar
e1b4fdf5de
instances display virtual title under name
2016-02-23 15:03:33 +01:00
Jan Krcmar
2ceb456a4f
section #template renamed to #options, added title and description fields
2016-02-23 14:43:32 +01:00
Jan Krcmar
510e0e6ee5
guess_mac checks for existing dhcp_file
2016-02-11 14:48:41 +01:00
Jan Krcmar
16510dee59
instance/clone block new instance creating if instance with same name found
2016-02-11 14:46:42 +01:00
Jan Krcmar
2958a21ad1
instance/check_instance service endpoint added. checks for existing instance (returns json)
2016-02-11 14:37:26 +01:00
Jan Krcmar
a1d5edebe2
guess_mac_address reads /srv/webvirtcloud/dhcpd.conf
2016-02-11 12:56:36 +01:00
Jan Krcmar
96982ce58b
instance/settings: inputs renamed according to action type (net -> clone-net-mac, net -> net-mac)
...
instance/network: correct multiple interfaces handling, add mac handling
2016-02-10 17:52:50 +01:00