1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 00:38:10 +00:00
gns3-server/gns3server/compute
grossmj ec02150fd2 Set default disk interface type to "none".
Fail-safe: use "ide" if an image is set but no interface type is configured.
Use the HDA disk interface type if none has been configured for HDD.

(cherry picked from commit 464fd804ce)
2020-08-15 16:14:16 +09:30
..
adapters Rename hypervisor to compute 2016-04-15 17:59:59 +02:00
builtin Fix remote packet capture for Dynamips. 2019-04-01 20:58:18 +07:00
docker Wait longer for x11 socket file to be created. Ref #1761 2020-06-10 20:37:13 +09:30
dynamips Prevent WIC to be added/removed while Dynamips router is running. Fixes https://github.com/GNS3/gns3-gui/issues/3082 2020-10-27 20:08:01 +10:30
iou Allocate application IDs for IOU nodes on the controller. 2020-02-10 15:20:49 +08:00
nios Fix remote packet capture for Dynamips. 2019-04-01 20:58:18 +07:00
qemu Set default disk interface type to "none". 2020-08-15 16:14:16 +09:30
traceng Fix remote packet capture for Dynamips. 2019-04-01 20:58:18 +07:00
virtualbox Handle "aborted" state for VirtualBox VMs. Fixes #1702 2020-01-23 18:00:33 +08:00
vmware Use compatible shlex_quote to handle case where Windows needs double quotes around file names, not single quotes. Ref https://github.com/GNS3/gns3-gui/issues/2866 2019-10-09 17:02:30 +08:00
vpcs Fix remote packet capture for Dynamips. 2019-04-01 20:58:18 +07:00
__init__.py Check for valid IP address and prevent to run on non-Windows platforms. 2018-03-29 13:26:43 +07:00
base_manager.py Add debug message when searching for an image. Ref https://github.com/GNS3/gns3-gui/issues/2828 2019-07-10 11:16:50 +02:00
base_node.py New config file options to configure the VNC console port range. 2020-12-03 18:04:42 +10:30
error.py Auto upload missing images 2016-06-07 19:38:01 +02:00
notification_manager.py Make sure nothing is named "compute server". 2018-11-27 18:14:51 +07:00
port_manager.py Change the default UDP port range to be 20000 to 30000. Ref #1271 2019-11-06 12:25:30 +08:00
project_manager.py Add API endpoint to return all links attached to a node. 2018-06-06 20:46:44 +07:00
project.py Fix IOU symlink issue on remote servers. 2019-03-18 18:11:16 +07:00