Commit Graph

35 Commits

Author SHA1 Message Date
e81dcd4bba Add /projects before /project 2015-02-06 17:42:25 +01:00
291fac7084 Add project_id in all VM calls. 2015-02-04 17:13:35 -07:00
1bea78194c Explicit ID names, remove {uuid} from URLs and add vms in URLs for VMs. 2015-02-04 13:48:29 -07:00
59c82e26df Use project_id instead of project_uuid for the API. 2015-02-03 18:40:13 -07:00
f572f3fc95 You can't modify startup script remotely 2015-02-03 20:29:28 +01:00
22369ade49 Rename port_id to port_number for VPCS and adapter_id for VirtualBox to avoid confusion. 2015-01-31 12:01:23 -07:00
bc3d63081b Unload should not delete VMs, just close them. 2015-01-23 16:36:58 -07:00
28308b10bc Add missing documentation 2015-01-23 10:11:40 +01:00
2681defe27 Moves NIO creation to the base manager. 2015-01-22 18:04:24 -07:00
6ec4dea9b9 Fixes reload call in VPCS handler. 2015-01-22 15:04:44 -07:00
72c6182062 Typo 2015-01-22 17:04:14 +01:00
e12e6044dc Delete VPCS 2015-01-22 11:34:10 +01:00
8d3ea60404 VPCS reload 2015-01-22 10:55:11 +01:00
f231b06833 No need for start_vm and stop_vm in the manager. 2015-01-21 17:41:35 -07:00
f3e07d5ad9 Fix random failure related to ports 2015-01-21 22:21:01 +01:00
7ce1cf3f84 Return correct status codes and fix tests. 2015-01-21 14:01:15 -07:00
368d1ff70b Update VPCS instance 2015-01-21 21:46:16 +01:00
7abb426d04 Get informations about a VPCS instance 2015-01-21 17:21:17 +01:00
87a089457f Update script file 2015-01-21 16:43:34 +01:00
7a19c9062e Pass *args to VM_CLASS.
Move Config the the base manager.
More checks for projects (UUID,  makedirs).
Return error 500 when a VMError exception is raised.
Some more progress to VirtualBox.
2015-01-20 19:02:22 -07:00
649d4e5143 Allow user to set console port 2015-01-20 20:54:46 +01:00
fa57485f11 Support script file 2015-01-20 19:56:18 +01:00
f5ed9fbcf1 PEP 8 clean thanks to auto pep8 2015-01-20 13:24:00 +01:00
68d0e5f42d PEP8 2015-01-20 13:04:20 +01:00
0695e75e77 Fix tests 2015-01-20 12:46:15 +01:00
7fff25a9a9 UUID support for VMs.
Basic VirtualBox support (create, start and stop).
Some refactoring for BaseVM class.
Updated CURL command in tests.
2015-01-19 18:30:57 -07:00
1cfce6ac5e Merge remote-tracking branch 'origin/asyncio' into asyncio
Conflicts:
	gns3server/handlers/vpcs_handler.py
	tests/api/test_version.py
	tests/api/test_vpcs.py
2015-01-18 12:23:42 -07:00
d142a9a885 Rename vpcs_id to id. Must be an integer in the route definition. 2015-01-18 12:12:11 -07:00
77db08c39e Remove NIO from VPCS 2015-01-16 21:39:58 +01:00
bf6f62e629 Serialize NIO 2015-01-16 17:09:45 +01:00
0cdc1c3042 VCPS create NIO work and tested 2015-01-16 16:20:10 +01:00
c1ef406311 A basic implementation of port manager 2015-01-15 16:59:01 +01:00
6c35cc304e Dirty stop start for VPCS 2015-01-14 18:52:02 +01:00
369cd06279 Merge latest changes from the POC. 2015-01-13 18:26:32 -07:00
61344a1669 New base server. 2015-01-13 17:05:26 -07:00