Commit Graph

45 Commits

Author SHA1 Message Date
PCoder 7f9ada60ee Revert back to old serializer code 2019-04-11 01:58:51 +02:00
PCoder 5b7d1301cf Return cores as int 2019-04-09 08:56:10 +02:00
PCoder fa018739c9 Change cores to float before multiplication 2019-04-09 07:47:36 +02:00
PCoder 6a5a5ed160 Check template_id attr exists within template 2019-04-09 07:43:06 +02:00
PCoder 85b251d2e6 Check if the template VM serializer object has template attr 2019-04-09 07:40:06 +02:00
PCoder 9f58fdd456 Wrong multiplication to string instead of number 2019-04-09 00:26:59 +02:00
PCoder 316496b969 More fix for vcpu 2019-04-09 00:22:39 +02:00
PCoder 78738e8175 Change cores to SerializerMethodField and obtain it from cpu 2019-04-09 00:16:28 +02:00
PCoder 29c4cc4454 Correct IPv6 VM name in serializer 2018-08-08 00:10:03 +02:00
PCoder 07c7a64c5a Leave 'ipv6only' as a part of the VM name if it starts with it 2018-08-04 08:47:43 +02:00
PCoder f866368e85 Replace other occurrences of strip('public-') with
lstrip('public-')
2018-03-16 09:35:22 +01:00
Arvind Tiwari ef0b2ea34e renamed sdd_size -> ssd_size 2018-02-23 20:05:24 +05:30
M.Ravi b8db6d708d Rename sdd_size -> ssd_size 2018-02-21 11:46:33 +01:00
PCoder 43999d803a Add sdd_size, hdd_size to VirtualMachineSerializer 2018-01-03 08:43:57 +01:00
PCoder 819e798392 Update get_ipv4 and get_ipv6 for multiple nics + Reformatted code 2017-08-19 02:28:48 +05:30
PCoder fca291c6a5 Added VMTemplateSerializer 2017-07-27 12:05:01 +05:30
Siarhei Puhach edcfd3e9f4 Added Flake8 lib and fixed PEP8 violations 2017-06-29 17:34:40 +03:00
modulos 715d092b96 Add ssh key to new vm
Create_vm now stes to public key correctly
2017-06-02 00:53:22 +02:00
modulos d229d124e9 Merge branch 'develop' into api/cleanup 2017-06-01 21:51:15 +02:00
modulos ca63355914 Remove templates
In the current setup the templates views are not necessary
2017-06-01 17:30:53 +02:00
modulos 2582e31868 Remove public- from vm name 2017-05-26 23:53:05 +02:00
Levi da3194fee3 fixed configuration name in vm detail 2017-05-23 11:58:48 -05:00
Levi Velázquez bed670c9e3 Merge pull request #261 from Modulos/public_ip
Public ip
2017-05-23 11:10:08 -05:00
modulos adf9b77e4e Show ipv6 address 2017-05-23 11:30:10 +02:00
modulos 4c8a4d0be8 Typo 2017-05-23 11:17:38 +02:00
modulos 021a8e784d Remove 'public-' prefix 2017-05-23 10:36:57 +02:00
modulos ccb583b20d Add vm-ipv6-nat64-ipv4 network name check 2017-05-22 13:28:14 +02:00
modulos 866594f3fc Merge remote-tracking branch 'upstream/develop' into public_ip 2017-05-22 12:44:44 +02:00
Levi 3f198bb4de Fixed djangohosting, railshosting and nodehosting page. Fixed payment erro 2017-05-21 22:01:26 -05:00
Modulos d13efd4527 Get public ip for vms
By using kamilas script we can get the ip from a vms mac address.
2017-05-19 16:39:56 +02:00
Modulos 1e2b8b1652 Add connection error handling 2017-05-14 12:22:10 +02:00
Modulos 8a18c275c3 Display configuration in virtualmachine detail 2017-05-14 03:41:30 +02:00
Modulos 46b918d175 Fix price calculation 2017-05-14 02:18:10 +02:00
Modulos f80496a103 Quick fix remove cpu_cost etc. 2017-05-14 01:21:10 +02:00
Modulos b8df86342a Add try and except for template disks
It turns out that some templates don't need a disk size if they use a
image.
2017-05-14 01:02:22 +02:00
Modulos edab311d62 Fix memory MB to GB 2017-05-13 17:32:55 +02:00
Modulos cee507e34f Update open_api/vms to include ssh_key and specs 2017-05-13 15:50:00 +02:00
Modulos 752e11bcea Readded hostingplans 2017-05-13 13:47:53 +02:00
Modulos 75d93b2aad Add images as configuration 2017-05-13 06:59:57 +02:00
Levi 8980f6b2fc merged opnnebula api changes 2017-05-12 12:13:18 -05:00
Modulos 130c00c8ee API Integration
Please review carefully.
2017-05-12 12:07:05 +02:00
Modulos b7e8eceb25 Add opennebula api urls and add delete vm api 2017-05-11 17:39:59 +02:00
Modulos 358d70570a Add authentication 2017-05-11 12:45:09 +02:00
Modulos ef00d676f5 Access VirtualMachine via api!
Serialization of VirtualMachine objects now fully works
2017-05-11 05:51:30 +02:00
Modulos cbc13de34f Access VirtualMachineTemplates via api!
Serialization of VirtualMachineTemplates now fully works
2017-05-11 04:05:58 +02:00