Julien Duponchelle
|
a496aaab9e
|
Send node.updated event and tests are green
Fix #524
|
2016-05-16 21:12:32 +02:00 |
|
Julien Duponchelle
|
a9b95eb242
|
If the compute node is remote do not send project path
|
2016-05-16 18:17:24 +02:00 |
|
grossmj
|
6cea6c9162
|
Some more (spring) cleaning.
|
2016-05-13 18:48:10 -06:00 |
|
grossmj
|
f81d35cc29
|
Handlers: cleanup and fixes.
|
2016-05-13 18:00:07 -06:00 |
|
Julien Duponchelle
|
2857d9a070
|
Send a field status in the node object
|
2016-05-12 19:15:46 +02:00 |
|
Julien Duponchelle
|
5280644327
|
Return command_line and node_directory via the controller
|
2016-05-12 10:39:50 +02:00 |
|
grossmj
|
ef7b4ef020
|
Fixes tests and some PEP8.
|
2016-05-11 15:19:00 -06:00 |
|
grossmj
|
483431438a
|
Merge remote-tracking branch 'origin/2.0' into 2.0
Conflicts:
gns3server/controller/project.py
tests/compute/test_project.py
tests/controller/test_project.py
|
2016-05-11 11:41:45 -06:00 |
|
grossmj
|
5a76f81271
|
Refactoring to use a common node class for all VMs and other (future) objects.
|
2016-05-11 11:35:36 -06:00 |
|
Julien Duponchelle
|
9ccb55206d
|
Cleanup code for getting the default project directory
|
2016-05-11 18:42:55 +02:00 |
|
Julien Duponchelle
|
a0344576ba
|
Show version for debug
|
2016-05-11 16:31:16 +02:00 |
|
Julien Duponchelle
|
390401000f
|
A client could not erase the local compute node config in the controller
Fix #499
|
2016-05-11 15:02:35 +02:00 |
|
Julien Duponchelle
|
4342b4346e
|
Fix tests
|
2016-05-11 11:22:59 +02:00 |
|
Julien Duponchelle
|
cd836f146e
|
Create the project on compute only when needed
|
2016-05-11 10:56:43 +02:00 |
|
Julien Duponchelle
|
76b2ca2bc0
|
Return the full path to the capture
|
2016-04-26 17:36:24 +02:00 |
|
Julien Duponchelle
|
264254e657
|
Captures written in the captures directory on the controller
|
2016-04-26 17:10:33 +02:00 |
|
Julien Duponchelle
|
9a1eeb57e9
|
Controll of the project directory in the controller
|
2016-04-26 14:34:49 +02:00 |
|
Julien Duponchelle
|
1ce576c020
|
Stream pcap from compute to controller to client
|
2016-04-22 16:22:03 +02:00 |
|
Julien Duponchelle
|
1a22fb9250
|
Expose the capture status in controller link API
|
2016-04-21 16:11:42 +02:00 |
|
Julien Duponchelle
|
549a6280c0
|
Data link type is on the capture not on the link
|
2016-04-21 13:49:29 +02:00 |
|
Julien Duponchelle
|
04a1b2df3b
|
Method for start / stop capture on a link
Ref https://github.com/GNS3/gns3-gui/issues/1117
|
2016-04-21 12:14:09 +02:00 |
|
Julien Duponchelle
|
c8c61f2ae8
|
Add endpoint to list the compute nodes
|
2016-04-19 16:53:41 +02:00 |
|
Julien Duponchelle
|
f5e5cf5059
|
Save the list of compute node
Fix #494
|
2016-04-19 15:35:50 +02:00 |
|
Julien Duponchelle
|
6b9e46950c
|
Update VPCS and delete VPCS via controller
|
2016-04-18 18:56:03 +02:00 |
|
Julien Duponchelle
|
d7ed37ce02
|
Update and delete VM on controller
|
2016-04-18 17:36:38 +02:00 |
|
Julien Duponchelle
|
6c11ad5fa6
|
Reload VM
|
2016-04-18 16:57:02 +02:00 |
|
Julien Duponchelle
|
58d4a529d4
|
Rename hypervisor to compute
Fix #487
|
2016-04-15 17:59:59 +02:00 |
|
Julien Duponchelle
|
2055cdea5e
|
/start /stop and /suspend API for VM via container
|
2016-04-12 18:02:36 +02:00 |
|
Julien Duponchelle
|
bc14d5d78e
|
Notif forwarded from hypervisor to controller
|
2016-03-18 16:56:23 +01:00 |
|
Julien Duponchelle
|
de61ed316c
|
The controller has a streaming API
Now we need to link the hypervisor to the controller.
|
2016-03-17 17:32:37 +01:00 |
|
Julien Duponchelle
|
aa6c44a470
|
Fix crash when a n hypervisor return no body
|
2016-03-16 16:10:06 +01:00 |
|
Julien Duponchelle
|
757ee34dac
|
Support auth for network V2 hypervisors
|
2016-03-16 15:55:07 +01:00 |
|
Julien Duponchelle
|
7a095478fe
|
Success to add a dynamips with apiv2
|
2016-03-15 10:45:05 +01:00 |
|
Julien Duponchelle
|
ed291da566
|
Rebuild doc
|
2016-03-14 20:37:07 +01:00 |
|
Julien Duponchelle
|
9062490be3
|
API for deleting a list
|
2016-03-14 17:40:27 +01:00 |
|
Julien Duponchelle
|
9771b33b68
|
Create link using UDP work
|
2016-03-14 16:51:47 +01:00 |
|
Julien Duponchelle
|
65099b9364
|
Link API should work now need to implement the client
|
2016-03-11 20:13:52 +01:00 |
|
Julien Duponchelle
|
e3580d52c3
|
Dummy link api documentation
|
2016-03-11 17:02:50 +01:00 |
|
Julien Duponchelle
|
abdda4d3b3
|
Link API (do nothing for the moment)
|
2016-03-11 16:51:35 +01:00 |
|
Julien Duponchelle
|
7d0b780dcc
|
Documentation
|
2016-03-11 15:21:21 +01:00 |
|
Julien Duponchelle
|
be4aa41dda
|
Create VPCS VM on controller
|
2016-03-11 15:06:14 +01:00 |
|
Julien Duponchelle
|
4326d412f9
|
API for creating a VM
|
2016-03-10 21:51:29 +01:00 |
|
Julien Duponchelle
|
58f1abff35
|
Close, commit and delete supported for projects in controller
|
2016-03-10 10:32:07 +01:00 |
|
Julien Duponchelle
|
6fa2491255
|
Rename /controller/servers to /controller/hypervisors
|
2016-03-08 16:04:12 +01:00 |
|
Julien Duponchelle
|
0921df520c
|
Return controller version as server version (temporary)
|
2016-03-04 16:58:53 +01:00 |
|
Julien Duponchelle
|
0532b4de8a
|
Fix logging issues with the controller
|
2016-03-04 16:55:59 +01:00 |
|
Julien Duponchelle
|
4d77b2918e
|
Raise an error if server flagged as local but should not
If the controller is not started with --local but the server ID
is local it's raise an error.
|
2016-03-04 16:11:31 +01:00 |
|
Julien Duponchelle
|
aad69e9650
|
Create a /server API for register servers
This allow to push to the controller information about
the connection to a server.
|
2016-03-03 16:05:09 +01:00 |
|
Julien Duponchelle
|
84eb8356e8
|
Create a container class and a flag for enable it from command line
Ref #417
|
2016-03-02 09:49:52 +01:00 |
|