grossmj
|
9de13c570c
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/builtin/nodes/cloud.py
# gns3server/compute/docker/docker_vm.py
# gns3server/compute/dynamips/nodes/ethernet_switch.py
# gns3server/compute/iou/iou_vm.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/compute/virtualbox/virtualbox_vm.py
# gns3server/compute/vmware/vmware_vm.py
# gns3server/controller/__init__.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2018-10-04 15:44:13 +02:00 |
|
grossmj
|
181a31be32
|
Update minimum VIX version requirements for VMware. Ref #1415.
|
2018-10-02 11:22:32 +02:00 |
|
grossmj
|
341e2e2e3a
|
Check if serial pipe can be opened for VMware and VirtualBox VMs.
|
2018-09-06 07:02:32 +02:00 |
|
grossmj
|
33e8710495
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/controller/compute.py
# gns3server/controller/gns3vm/__init__.py
# gns3server/controller/link.py
# gns3server/controller/project.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/utils/asyncio/__init__.py
# gns3server/utils/asyncio/telnet_server.py
# gns3server/version.py
# gns3server/web/web_server.py
# tests/compute/qemu/test_qemu_vm.py
|
2018-08-29 15:57:54 +07:00 |
|
grossmj
|
902de3dd47
|
Refactor asyncio locking system for Python 3.7 support. Ref https://github.com/GNS3/gns3-gui/issues/2566 Ref https://github.com/GNS3/gns3-gui/issues/2568
|
2018-08-25 14:10:47 +07:00 |
|
grossmj
|
3560cda06c
|
Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566
|
2018-08-24 18:57:18 +07:00 |
|
grossmj
|
2ea0aa5ded
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/iou/iou_vm.py
# gns3server/compute/virtualbox/virtualbox_vm.py
# gns3server/compute/vmware/vmware_vm.py
|
2018-04-18 17:08:42 +08:00 |
|
grossmj
|
1fea086f13
|
Do not use VMnet0 when allocating VMnet adapters.
|
2018-04-17 11:47:25 +08:00 |
|
grossmj
|
a12c5a95b0
|
Catch exceptions when using AsyncioTelnetServer. Fixes #1321.
|
2018-04-16 15:30:06 +08:00 |
|
grossmj
|
757c103c03
|
Possibility to customize port names and adapter types for Qemu, VirtualBox, VMware and Docker. Fixes #2361.
MAC addresses can customized for Qemu as well.
|
2018-04-02 22:27:12 +07:00 |
|
grossmj
|
ea0009db6c
|
Save state feature for VirtualBox and VMware. New "On close" setting to
select the action to execute when closing/stopping a Qemu/VirtualBox/VMware VM.
|
2018-03-30 21:18:44 +07:00 |
|
grossmj
|
e52775fa3a
|
Support for console type "none".
|
2018-03-24 18:11:21 +07:00 |
|
grossmj
|
90ce6093d8
|
Some spring cleaning.
|
2018-03-15 14:17:39 +07:00 |
|
grossmj
|
658aa4bae9
|
Merge 2.1 into 2.2 branch
|
2018-03-12 13:38:50 +07:00 |
|
grossmj
|
52b690b683
|
Fix "Unable to override non-custom VMware adapter".
|
2018-02-04 22:08:41 +08:00 |
|
grossmj
|
4ba523a0d7
|
Add an error message when Docker container is not ready to be started. Ref #1281.
|
2018-02-02 16:29:08 +08:00 |
|
ziajka
|
eeae07e783
|
Conservative approach to supported versions of Python 3.4 and asyncio.ensure_future, Ref. #1269
|
2018-01-29 12:13:20 +01:00 |
|
ziajka
|
d9a0ec9ff3
|
Replace asyncio.async with ensure_future because of deprecation, Fixes: #1269
|
2018-01-24 11:11:53 +01:00 |
|
grossmj
|
8c11b649e5
|
Update warning messages when connecting to non custom adapter for VMware VMs.
|
2017-11-15 16:55:19 +07:00 |
|
grossmj
|
df468bf2af
|
Improve VMware VMs discovery process. Ref #1201.
|
2017-10-22 17:33:21 +07:00 |
|
grossmj
|
98b201e9e5
|
Tweak how VMware VMs are found with fallback to search in the default location for VMs.
|
2017-10-18 15:27:03 +07:00 |
|
ziajka
|
3d85bba9d4
|
Don't create directory structure during json dump. Fixes #2270
|
2017-10-02 10:41:57 +02:00 |
|
grossmj
|
a7d2391608
|
Use the libpcap on Linux when blocking host originating packets on vmnet interfaces. Ref #1131.
|
2017-07-19 16:56:24 +07:00 |
|
Julien Duponchelle
|
fa211a82eb
|
Filters support for VMware
Fix #1108
|
2017-07-18 18:04:03 +02:00 |
|
Julien Duponchelle
|
62cd5e4aa3
|
Fix ghost vmware vms
Fix #975
|
2017-04-11 15:05:31 +02:00 |
|
Julien Duponchelle
|
80e361ff2e
|
Improve vmrun timeout message
Ref https://github.com/GNS3/gns3-gui/issues/1967
|
2017-03-27 09:00:58 +02:00 |
|
Julien Duponchelle
|
035cbac28e
|
Fix binding console host for VMware and VirtualBox
Ref https://github.com/GNS3/gns3-gui/issues/1757
|
2017-01-09 16:05:29 +01:00 |
|
Julien Duponchelle
|
e3b1eee85b
|
Improve autostart logging
|
2016-12-01 09:24:52 +01:00 |
|
Julien Duponchelle
|
433f620905
|
If a VMware command fail retry
Ref #1671
|
2016-11-28 20:00:20 +01:00 |
|
Julien Duponchelle
|
60a145afbb
|
Improve vmware error message for easier copy paste
|
2016-11-28 09:59:38 +01:00 |
|
Julien Duponchelle
|
a776b36e98
|
Improve vmware vmrun error error message
|
2016-11-28 09:51:06 +01:00 |
|
Julien Duponchelle
|
a872f0328d
|
Fix closing console of VBox on NIX systems
|
2016-11-18 11:27:50 +01:00 |
|
Julien Duponchelle
|
14fd8104b8
|
Fix opening a project whith the same non linked VM as current project
Fix https://github.com/GNS3/gns3-gui/issues/1646
|
2016-11-17 12:21:38 +01:00 |
|
Julien Duponchelle
|
75890c8f5a
|
Prevent double start of VirtualBox VM and VMware VM
Fix https://github.com/GNS3/gns3-gui/issues/1664
|
2016-11-17 10:38:29 +01:00 |
|
grossmj
|
fdc9283e04
|
Generic code the bind an Ethernet interface with uBridge. Ref #771.
|
2016-11-13 20:28:14 +11:00 |
|
Julien Duponchelle
|
1bb760d3f0
|
Make logs for searching GNS3 VM vmware IP less noisy
Fix #765
|
2016-11-11 11:41:16 +01:00 |
|
Julien Duponchelle
|
553e137a13
|
Support for serial console for Virtual BOX and VMware using asyncio
Ref #747
|
2016-11-07 23:43:20 +01:00 |
|
Julien Duponchelle
|
0c87d8e1bd
|
Lock VMware by VM instead of globally
Ref https://github.com/GNS3/gns3-gui/issues/1632
|
2016-11-04 19:39:17 +01:00 |
|
Julien Duponchelle
|
4e15f89604
|
Drop console_type serial, and enable_remote_console for Vbox and VMware
Ref #748
|
2016-11-03 18:17:50 +01:00 |
|
Julien Duponchelle
|
3df3aa84ff
|
Try to disable enable remote console for VMware to see if it's the source of timeout errors
Ref https://github.com/GNS3/gns3-gui/issues/1632
|
2016-11-03 10:40:00 +01:00 |
|
Julien Duponchelle
|
7c981f9322
|
Try to disable enable remote console for VMware to see if it's the source of timeout errors
Ref https://github.com/GNS3/gns3-gui/issues/1632
|
2016-11-02 18:59:09 +01:00 |
|
Julien Duponchelle
|
9bceaa89b7
|
Fix a crash when vmrun is not found
Fix #753
|
2016-10-31 11:20:35 +01:00 |
|
Julien Duponchelle
|
9d94c47fc8
|
Merge branch 'master' into 2.0
|
2016-10-28 11:39:16 +02:00 |
|
Julien Duponchelle
|
1080147cf5
|
If we can't found the VMware version we use workstation
Fix #742
|
2016-10-26 10:36:34 +02:00 |
|
Julien Duponchelle
|
ae1e027031
|
Raise error if using a non linked clone VM twice
Fix https://github.com/GNS3/gns3-gui/issues/1593
|
2016-10-24 21:39:35 +02:00 |
|
Julien Duponchelle
|
3ecdd1d30c
|
Improve vmrun error messages
|
2016-10-19 12:03:42 +02:00 |
|
Julien Duponchelle
|
97cc60fad4
|
If vmware raise an error about invalid host type we retry with player
|
2016-10-19 11:57:14 +02:00 |
|
Julien Duponchelle
|
8adc010ba0
|
Do not trust client for the type of VMware host
Ref https://github.com/GNS3/gns3-gui/issues/1579
|
2016-10-19 11:40:16 +02:00 |
|
Julien Duponchelle
|
7d35d1a34f
|
Improve error when default vm directory is not found
|
2016-10-19 10:38:21 +02:00 |
|
Julien Duponchelle
|
2f0e2260ab
|
Move the generation of the list of ports to the server
Ref #676
|
2016-09-14 15:21:37 +02:00 |
|