Commit Graph

1652 Commits (314a7cd8fb4b72e3aded014ca3447c315f221b66)

Author SHA1 Message Date
Julien Duponchelle bc33683e47
Load docker api only for Linux
8 years ago
Julien Duponchelle ac24922300
Node deleted event
8 years ago
grossmj c88c67e8ef Updates Ethernet hub schema.
8 years ago
grossmj 7a523990a6 Base for generic switch nodes. Ref #492.
8 years ago
grossmj 5b604da33a Make sure nodes send the right notification when started, stopped or suspended.
8 years ago
grossmj 51738e19c3 Some spring cleanup for Docker VM.
8 years ago
grossmj f1bc2f22c3 Start, stop, suspend and reload endpoints for all nodes belonging to a project. Fixes #1212.
8 years ago
grossmj 6cea6c9162 Some more (spring) cleaning.
8 years ago
grossmj f81d35cc29 Handlers: cleanup and fixes.
8 years ago
Julien Duponchelle 885d93be02
Delete a node work
8 years ago
grossmj be1efe8327 Schemas review.
8 years ago
Julien Duponchelle 2857d9a070
Send a field status in the node object
8 years ago
Julien Duponchelle d43e78a1d7
Support all characters for compute ID
8 years ago
Julien Duponchelle b46a0ff4ae
Endpoint for getting information about a compute node
8 years ago
Julien Duponchelle 5280644327
Return command_line and node_directory via the controller
8 years ago
grossmj 801b94a964 Fixes VirtualBox VMs list images.
8 years ago
grossmj ef7b4ef020 Fixes tests and some PEP8.
8 years ago
grossmj 483431438a Merge remote-tracking branch 'origin/2.0' into 2.0
8 years ago
grossmj 5a76f81271 Refactoring to use a common node class for all VMs and other (future) objects.
8 years ago
Julien Duponchelle 9ccb55206d
Cleanup code for getting the default project directory
8 years ago
Julien Duponchelle a0344576ba
Show version for debug
8 years ago
Julien Duponchelle 95d2bd0065
Merge branch '1.5' into 2.0
8 years ago
Julien Duponchelle fa140e991c
Merge branch 'master' into 1.5
8 years ago
Julien Duponchelle f4b79af45f
Move tools for creating self signed certificate to clean repo
8 years ago
Julien Duponchelle c2da568543
Protect controller and compute about path outside project directory
8 years ago
Julien Duponchelle 390401000f
A client could not erase the local compute node config in the controller
8 years ago
Julien Duponchelle cd836f146e
Create the project on compute only when needed
8 years ago
Julien Duponchelle f414ce459a
1.5.0dev3
8 years ago
Julien Duponchelle 366e9620dc
Prepare 1.5.0 alpha 2
8 years ago
Julien Duponchelle e108a9e136
Prepare alpha 1
8 years ago
Julien Duponchelle 9dca7dfe4a
Merge branch '1.5' into 2.0
8 years ago
Julien Duponchelle 9e2043bfa8
Ensure that the connection to docker is closed when leaving server
8 years ago
Julien Duponchelle 28f7c2a1cd
Ensure in all cases the docker console is closed before restart
8 years ago
Jeremy Grossmann c7d58eb3b3 Merge pull request #518 from GNS3/detect_eth
8 years ago
Jeremy Grossmann 41f02dad54 Merge pull request #516 from GNS3/improve_parse_version
8 years ago
grossmj 76cc1d2750 Fixes call to export project.
8 years ago
Julien Duponchelle 2cdfd6c0d7
Wait for all interfaces available in container
8 years ago
Julien Duponchelle 57cf57b408
Improve parse_version
8 years ago
grossmj 16b5bb8810 Workaround for exception when using gns3server.utils.parse_version. Fixes #513.
8 years ago
Julien Duponchelle 56c153af79
Make HTTP support more reliable with home made HTTP server
8 years ago
Julien Duponchelle 9beca700a5
PEP8
8 years ago
Julien Duponchelle 8e429ee4c1
Ban port dissalowed by chrome and firefox
8 years ago
Julien Duponchelle f3095d94c1
Replace port in HTTP flow for docker
8 years ago
Julien Duponchelle 5fd385159c
HTTP support for docker
8 years ago
Julien Duponchelle dcbaa62df8
Better aux console for docker
8 years ago
Julien Duponchelle e9fb7f4981
Make sure an image is not partially uploaded
8 years ago
Julien Duponchelle d952718f30
Fix RuntimeWarning: You have iterated over the result of
8 years ago
Julien Duponchelle 98b32cd9e2
Merge branch '1.5' into 2.0
8 years ago
Julien Duponchelle c17e00204f
Auto reconnect to docker if connection was closed
8 years ago
Julien Duponchelle 936faaba5a
gns3z => gns3project
8 years ago
grossmj 5c1522f24a Bump version to 1.5.0dev2
8 years ago
Julien Duponchelle 848120c354
1.4.7dev1
8 years ago
Julien Duponchelle 8a19afd618
1.4.6
8 years ago
Julien Duponchelle 815ef6066d
Merge branch 'master' into 1.5
8 years ago
Julien Duponchelle 85f571ee8b
Solve wintypes import
8 years ago
Julien Duponchelle cf1b7ebe1f
Raise error if qemu can not create backing image
8 years ago
grossmj 4fc5364ab5 More robust save/restore for VirtualBox linked clone VM hard disks.
8 years ago
grossmj 4a91d8a6a5 Prevent non linked cloned hard disks to be detached when using VirtualBox linked cloned VMs. Fixes #1184.
8 years ago
Julien Duponchelle f98f6bf3ed
Close doesn't exists when stopping the capture
8 years ago
grossmj b408f29726 Stricter checks to match VMware version to the right vmrun (VIX library) version.
8 years ago
Julien Duponchelle 92d1594afd
Return link object when start capturing
8 years ago
Julien Duponchelle 76b2ca2bc0
Return the full path to the capture
8 years ago
Julien Duponchelle 264254e657
Captures written in the captures directory on the controller
8 years ago
Julien Duponchelle 9a1eeb57e9
Controll of the project directory in the controller
8 years ago
Julien Duponchelle 893b05d26b
Removed unused code
8 years ago
Julien Duponchelle 7390d833ba
Merge branch 'master' into 2.0
8 years ago
Julien Duponchelle 1d08d4a5fa
Merge branch 'master' into 1.5
8 years ago
Julien Duponchelle 8777e027b0
Merge branch '1.5' into 2.0
8 years ago
Julien Duponchelle 6d6e8196d2
Allow only .pcap to be downloaded from remote stream API
8 years ago
Julien Duponchelle 75196b8a55
Fix incrementation of qemu mac address
8 years ago
Julien Duponchelle 7ffdd0fab1
Fix broken connectivity between containers
8 years ago
Julien Duponchelle 1ce576c020
Stream pcap from compute to controller to client
8 years ago
Julien Duponchelle 48e71617d6
Store capture in a temporary directory on compute node
8 years ago
Julien Duponchelle 30f05c6190
Merge branch '1.5' into 2.0
8 years ago
Julien Duponchelle 637a7326ec
Ignore captures during project export
8 years ago
Julien Duponchelle 4a99a172a3
Show on wich compute node a VM is running in the debug page
8 years ago
Julien Duponchelle 1a22fb9250
Expose the capture status in controller link API
8 years ago
Julien Duponchelle 549a6280c0
Data link type is on the capture not on the link
8 years ago
Julien Duponchelle 04a1b2df3b
Method for start / stop capture on a link
8 years ago
Julien Duponchelle 78a9785819
Missing qemu for VM creation via controller
8 years ago
Julien Duponchelle ee0f1eb5fb
Forward 503 error
8 years ago
Julien Duponchelle f6593663b5
APi for listing VM in controller
8 years ago
Julien Duponchelle c8c61f2ae8
Add endpoint to list the compute nodes
8 years ago
Julien Duponchelle f5e5cf5059
Save the list of compute node
8 years ago
Julien Duponchelle 6463007ef1
Remove debug
8 years ago
Julien Duponchelle d8005f6d4f
Cleanup unused code
8 years ago
Julien Duponchelle ce5461aee8
Raise error if we try to controll a non controller server
8 years ago
Julien Duponchelle 9349bdc916
Fix documentation
8 years ago
Julien Duponchelle 6b9e46950c
Update VPCS and delete VPCS via controller
8 years ago
Julien Duponchelle d7ed37ce02
Update and delete VM on controller
8 years ago
Julien Duponchelle 6c11ad5fa6
Reload VM
8 years ago
Julien Duponchelle 58d4a529d4
Rename hypervisor to compute
8 years ago
Julien Duponchelle 3185baff0d
Start / Stop / Suspend marche
8 years ago
Julien Duponchelle 2841b5769e
Lock for controller or compute
8 years ago
Julien Duponchelle 7f77c66888
Support VMware VM in non standard location for fusion
8 years ago
Julien Duponchelle 2055cdea5e
/start /stop and /suspend API for VM via container
8 years ago
Julien Duponchelle ad7ca86f32
Fix 1.5 merge
8 years ago
Julien Duponchelle 183d02ded5
Restore qcow2 module
8 years ago
Julien Duponchelle 6b61811f9d
Merge branch '1.5' into 2.0
8 years ago
Julien Duponchelle b7a859fa30
Import / Export with images
8 years ago