grossmj
|
d16cb5ef89
|
Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/3069
|
2020-11-05 11:13:57 +10:30 |
|
grossmj
|
1a20cbeefd
|
Lock listing VMs. Ref #1755
|
2020-05-20 19:33:56 +09:30 |
|
grossmj
|
10645a412b
|
Default port set to 80 for server running in the GNS3 VM. Fixes #1737
|
2020-05-05 12:40:50 +09:30 |
|
grossmj
|
4e396ac690
|
Save the GNS3 VM settings even if the GNS3 VM cannot be stopped.
|
2019-03-18 15:30:59 +07:00 |
|
grossmj
|
474025175e
|
Remove "deprecated" node for VirtualBox based GNS3 VM support. Ref #1377
|
2019-01-16 19:22:16 +07:00 |
|
grossmj
|
17d070dca7
|
Early support for symbol themes.
|
2018-11-23 17:27:10 +07:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07: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
|
00cf66fb0f
|
Report GNS3 VM errors to the GUI server summary. Ref #1359.
|
2018-08-28 15:42:06 +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
|
089d25c79d
|
Forbid controller and compute servers to be different versions.
Report last compute server error to clients and display in the server summary.
|
2018-08-22 16:54:43 +07:00 |
|
grossmj
|
7f72b90b0e
|
The server has now 2 notification streams
* A new one for controller related events (compute, appliance templates etc.)
* The existing one for project related events (links, nodes etc.)
|
2018-08-16 21:31:57 +07:00 |
|
grossmj
|
1fd010484d
|
ACPI shutdown for GNS3 VM running on Hyper-V. Ref https://github.com/GNS3/gns3-gui/issues/763
|
2018-08-12 17:11:32 +07:00 |
|
grossmj
|
c9767a06b3
|
Early Hyper-V support to run the GNS3 VM. Ref https://github.com/GNS3/gns3-gui/issues/763.
|
2018-08-10 16:18:14 +07:00 |
|
grossmj
|
e3c8c9d484
|
Mark VirtualBox support for running the GNS3 VM as deprecated. Ref #1377.
|
2018-08-08 15:02:31 +07:00 |
|
grossmj
|
90ce6093d8
|
Some spring cleaning.
|
2018-03-15 14:17:39 +07: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
|
f9c7c15f95
|
Fixing race condition when starting the GNS3 VM.
|
2018-01-10 16:22:55 +07:00 |
|
grossmj
|
cfe8e9e85c
|
Warn users if the GNS3 VM and local server are not in the same subnet. Fixes #1231.
|
2017-12-05 16:43:44 -06:00 |
|
ziajka
|
255dc7ed9b
|
Fix GNS3VM vCPUs control on VMware, fixes: #2324
|
2017-11-06 15:15:37 +01:00 |
|
Julien Duponchelle
|
d765d02f06
|
Fix error in logging of error during starting GNS3 VM
|
2017-05-23 13:39:41 +02:00 |
|
Julien Duponchelle
|
59488e8064
|
Fix tests on python 3.4 (#1046)
|
2017-05-23 12:15:04 +02:00 |
|
Julien Duponchelle
|
03a134af75
|
Catch an error at startup when the remote GNS3 VM is not a real GNS3 VM
|
2017-04-07 15:34:18 +02:00 |
|
Julien Duponchelle
|
da8811515d
|
Remove noise from log when VMware is not installed
|
2017-02-28 11:42:07 +01:00 |
|
Julien Duponchelle
|
8fd59c7967
|
If the GNS3 VM as failed to start reset his status
|
2017-02-27 12:03:26 +01:00 |
|
Julien Duponchelle
|
0d96471f29
|
Fix headless startup of the GNS3 VM
|
2017-02-23 15:35:30 +01:00 |
|
Julien Duponchelle
|
b9bd6aa501
|
Do not try to start the GNS3 VM if the name is none
Fix #881
|
2017-01-27 10:41:39 +01:00 |
|
Julien Duponchelle
|
e3b1eee85b
|
Improve autostart logging
|
2016-12-01 09:24:52 +01:00 |
|
Julien Duponchelle
|
5efc5684ba
|
Fix warning when vmware is not installed
|
2016-11-28 20:28:19 +01:00 |
|
Julien Duponchelle
|
d2564cee9b
|
Add more debug informations if VM failed to start
Fix #754
|
2016-11-18 16:19:58 +01: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
|
0cfdde7b7e
|
Fix random password lost of remote GNS3VM
|
2016-10-27 16:50:00 +02:00 |
|
Julien Duponchelle
|
620de3ff25
|
Move code for exposing VM ip to the VM itself. And display VM starting status
Fix #1621
|
2016-10-26 18:32:01 +02:00 |
|
Julien Duponchelle
|
59dcdcc141
|
When exporting debug information export GNS3 VM vmx content
Fix #740
|
2016-10-25 11:56:24 +02:00 |
|
Julien Duponchelle
|
4cd164fc24
|
Better management of the GNS3 VM with VirtualBox
|
2016-09-21 17:01:50 +02:00 |
|
Julien Duponchelle
|
896d279ded
|
Support configuration of ram and vcpus of GNS3 VM in setup wizard
Ref #1445
|
2016-09-21 15:46:56 +02:00 |
|
Julien Duponchelle
|
83b72d762c
|
Download link for the VM
Ref https://github.com/GNS3/gns3-gui/issues/1489
|
2016-09-08 16:00:32 +02:00 |
|
Julien Duponchelle
|
1412462229
|
Suspend the GNS3 VM
Fix #656
|
2016-09-08 15:32:35 +02:00 |
|
Julien Duponchelle
|
bc5b5969eb
|
Import GNS3VM settings from 1.5
Fix #643
|
2016-09-06 13:06:20 +02:00 |
|
Julien Duponchelle
|
4bbd8938ab
|
Manage error when GNS3VM failed to start
Fix https://github.com/GNS3/gns3-gui/issues/1446
|
2016-09-01 15:36:41 +02:00 |
|
Julien Duponchelle
|
5fdd33fe3b
|
Repair VirtualBox VM support
Fix #650
|
2016-08-30 16:39:03 +02:00 |
|
Julien Duponchelle
|
3bff094238
|
Remote GNS3 VM support
Fix #623
|
2016-08-30 10:19:01 +02:00 |
|
Julien Duponchelle
|
72fe5d3489
|
Merge branch 'master' into 2.0
|
2016-08-29 14:08:23 +02:00 |
|
Julien Duponchelle
|
8352ff02a1
|
When you change settings of the GNS3 VM the VM is reloaded and project using it closed
Fix #644
|
2016-08-26 14:09:18 +02:00 |
|
Julien Duponchelle
|
9255dc07b7
|
Support auto stop for the GNS3 VM
Ref https://github.com/GNS3/gns3-gui/issues/1254
|
2016-08-25 14:26:01 +02:00 |
|
Julien Duponchelle
|
fc8b4c3216
|
Start GNS3 VM with the controller
Ref https://github.com/GNS3/gns3-gui/issues/1254
|
2016-08-25 11:49:06 +02:00 |
|
Julien Duponchelle
|
21b99ad9f9
|
Support for sendings settings for the GNS3VM from the GUI
Ref https://github.com/GNS3/gns3-gui/issues/1441
|
2016-08-25 09:32:06 +02:00 |
|