Jeremy
7b001e4d36
Catch GeneratorExit exception. Fixes #231 .
2015-07-25 16:46:23 -06:00
Jeremy
b1b602db3b
Merge remote-tracking branch 'origin/master'
2015-07-25 16:39:45 -06:00
Jeremy
cf5af8a6f7
Fixes missing chipset info for VirtualBox VM (maybe some older VirtualBox version don't have it). Fixes #254 .
2015-07-25 16:39:38 -06:00
Jeremy
8a257b3b2e
Changes how to look for the vmrun.exe location.
2015-07-24 16:50:36 -06:00
Julien Duponchelle
d9f1a7c7d3
API for listing current projects
...
Fix #274
2015-07-24 10:09:16 +02:00
Julien Duponchelle
4814bc6c65
Fix IOURC upload
2015-07-23 11:36:11 +02:00
Julien Duponchelle
cbc859a03b
Merge remote-tracking branch 'origin/master' into unstable
2015-07-23 11:35:15 +02:00
Julien Duponchelle
3f25bfcb27
Fix qemu tests
2015-07-23 10:46:43 +02:00
Jeremy
9b3b5f1884
Bump version to 1.4.0dev3
2015-07-22 20:55:54 -06:00
Jeremy
2655d426c2
Backport: option to drop nvram & disk files for IOS routers in order to save disk space.
2015-07-22 16:02:08 -06:00
Jeremy
1b499571b1
Deactivate uBridge process monitoring (process returns 1 on Windows when stopping).
2015-07-22 12:03:40 -06:00
Jeremy
8e236a7045
Prevent using different hypervisors that leverage hardware virtualization.
...
- Implemented for Qemu when a VMware or VirtualBox VM with hardware virtualization is already running.
- Implemented for VirtualBox only when a Qemu VM with KVM is already running.
2015-07-21 22:58:28 -06:00
Jeremy
f1bbacecd6
Backport: Remove timeout to wait for connections to finish.
2015-07-21 18:00:31 -06:00
Jeremy
accaa2159b
Remove timeout to wait for connections to finish.
2015-07-21 18:00:03 -06:00
Jeremy
fc0409286b
Check for uBridge version and catch uBridge errors.
2015-07-21 17:58:53 -06:00
Jeremy
f0649b4ac3
Remove default FLASH when no hda disk for Qemu VMs. Fixes #535 .
2015-07-21 16:45:44 -06:00
Jeremy
8cc46f66c6
Fixes indentation mistakes.
2015-07-21 16:04:55 -06:00
Jeremy
a8142a04f8
Merge remote-tracking branch 'origin/master'
2015-07-21 16:02:52 -06:00
Jeremy
19425b1e9c
Backport: Fixes RuntimeError: Event loop is closed.
2015-07-21 16:02:44 -06:00
Jeremy
abd9c1dc48
Use the registry to find vmrun if the default VMware install path does not exist.
2015-07-21 15:59:29 -06:00
Jeremy Grossmann
1b066bef92
Merge pull request #272 from GNS3/backup_upload_images_projects
...
Backup upload images projects
2015-07-21 11:21:12 -07:00
Julien Duponchelle
6bf7a6aa38
Fix after jeremy feedback
2015-07-21 20:19:29 +02:00
Julien Duponchelle
fc14deee1b
Restore images & projects tarballs
2015-07-21 16:14:03 +02:00
Julien Duponchelle
270017d945
Allow user to backup projects and images
2015-07-21 14:20:58 +02:00
Jeremy
439e0df058
Bind host on 0.0.0.0 when checking for a free UDP port.
2015-07-20 19:27:14 -06:00
Jeremy
d5c0584d25
Bind host on 0.0.0.0 when checking for a free UDP port. Fixes #265 .
2015-07-20 19:22:20 -06:00
Jeremy
6ee94331d4
Fixes RuntimeError: Event loop is closed. Fixes #266 .
2015-07-20 16:02:28 -06:00
grossmj
dfd6af3c22
Merge remote-tracking branch 'origin/unstable' into unstable
2015-07-19 22:55:27 -06:00
grossmj
1f890b4cad
Implements uBridge hypervisor.
2015-07-19 22:55:10 -06:00
Julien Duponchelle
639f6bc68c
New crash report key
2015-07-18 22:17:14 +02:00
Julien Duponchelle
5125ddcde4
Fix gns3server.utils.images in md5sum NameError: name 'log' is not
...
Fix #268
2015-07-16 18:56:36 +02:00
Julien Duponchelle
ddddac426b
Fix invalid umask
...
Fix #264
2015-07-15 13:58:08 +02:00
Julien Duponchelle
6d678898ef
Client disconnect should not be logged as an error
2015-07-13 14:51:42 +02:00
Jeremy
ccd29ab500
Take VMware file encoding into account. Fixes #261 .
2015-07-12 20:58:58 -06:00
Jeremy
e785baaa29
Take VMware file encoding into account. Fixes #261 .
2015-07-12 19:03:15 -06:00
Julien Duponchelle
9e2a22fc8e
1.4.0dev2
2015-07-10 15:52:53 +02:00
Julien Duponchelle
9cfc7c0423
Typo in version number
2015-07-09 19:05:47 +02:00
Julien Duponchelle
65410e23e2
1.4.0 alpha1
2015-07-09 19:05:12 +02:00
grossmj
1e04e1e123
Fixes bug with vmrun VIX path.
2015-07-09 10:32:23 -06:00
Julien Duponchelle
a461cb71c6
Allow to send the iourc when starting the VM
...
Ref https://github.com/GNS3/gns3-server/issues/255
2015-07-09 16:06:52 +02:00
grossmj
2fc63601bf
Merge remote-tracking branch 'origin/unstable' into unstable
2015-07-08 21:39:14 -06:00
grossmj
27532cd037
Add debug to help resolve https://community.gns3.com/thread/9193
2015-07-08 21:38:58 -06:00
Jeremy
32e0d49e1e
VMware VMs always have a working directory (to store the ubrige.ini and ubrige.log files).
2015-07-08 17:48:34 -06:00
Jeremy
870029123c
Netifaces is not used on Windows. Fixes #257 .
2015-07-08 14:51:21 -06:00
Jeremy
37f4ff2f63
Do not monitor the ubridge process because it creates an issue on Windows.
2015-07-08 13:00:54 -06:00
grossmj
8455d8a155
Merge remote-tracking branch 'origin/unstable' into unstable
2015-07-07 12:48:31 -06:00
grossmj
205f624730
Fixes GUI crash on unset vmrun_path variable. Fixes #507 .
2015-07-07 07:58:48 -06:00
Jeremy
78d847e9ac
ubridge source Ethernet interface must be quoted on Windows.
2015-07-06 18:32:01 -06:00
Julien Duponchelle
dfe95cce63
Fix qemu binary lookup in frozen OSX application
...
https://github.com/GNS3/gns3-gui/issues/496
2015-07-05 21:53:47 +02:00
Jeremy
83929119be
Return stdout when a process crash for IOU, Dynamips, uBridge and VPCS.
2015-07-04 14:08:03 -06:00
Jeremy
9235c3a913
Adds -no-kvm to the ASA template and ignore -no-kvm on platforms other than Linux. Should resolve #472 .
2015-07-03 23:35:42 -06:00
Jeremy
442aa31065
Make sure VNC ports are between 5900 and 6000. Fixes #490 .
2015-07-03 16:06:25 -06:00
Jeremy
8e652778f9
Remove running VBoxManage as another user option (root for instance). See #248 .
2015-07-03 14:37:07 -06:00
Julien Duponchelle
65953847f6
Fix an error in frozen ressources loading
2015-07-03 20:29:49 +02:00
Julien Duponchelle
f3f152cd2a
Use the ressource system in order to locate the templates directory
2015-07-03 20:03:37 +02:00
Julien Duponchelle
c6bbc34a56
Allow user to change the configuration file
...
Fix #251
2015-07-03 11:10:12 +02:00
Julien Duponchelle
06e193231c
Fix double loading of config from working directory
2015-07-03 10:53:41 +02:00
Jeremy
731d24f497
Get Windows interfaces for VMware support.
2015-07-02 20:10:20 -06:00
Julien Duponchelle
3ed95148b2
CORS support
2015-07-02 19:12:55 +02:00
Julien Duponchelle
caf7af7ad5
Support server config in current working directory
2015-07-01 17:30:52 +02:00
Julien Duponchelle
472faa97c5
Due to the migration to cx_freeze darwin and windows share
...
the same path for resources
2015-07-01 17:25:53 +02:00
grossmj
4171aebfdb
List only valid existing IOS images (for IOS router wizard).
2015-06-30 17:37:46 -06:00
Jeremy
be85d95ff7
Checks if IOS image exist at startup and not during node creation. Fixes #240 .
2015-06-29 16:30:57 -06:00
Julien Duponchelle
6e3ebb714d
Return vm_directory for VirtualBox and VMware
...
Fix #246
2015-06-26 17:09:19 +02:00
Julien Duponchelle
feefb075d4
Make the qemu event crash more future proof
2015-06-26 15:10:41 +02:00
Julien Duponchelle
90b0dfebbd
Merge branch 'master' into unstable
2015-06-26 14:42:43 +02:00
Julien Duponchelle
e8805d3fdc
When a qemu VM crash send the log to the client.
...
Fix #243
2015-06-26 14:41:58 +02:00
Julien Duponchelle
2ccb30eeb5
Fix Incorrect vboxmanage sudo command
...
Fix #247
2015-06-26 10:47:52 +02:00
Julien Duponchelle
ccd3224490
Add a vm_directory field to Dynamips / VPCS / IOU
...
Fix #246
2015-06-25 11:17:32 +02:00
Julien Duponchelle
2b36746d52
Return the working directory of a Qemu VM
2015-06-25 09:53:16 +02:00
grossmj
d9745644cd
Check for /dev/kvm. Fixes #245 .
2015-06-24 23:03:04 -06:00
grossmj
ed95bcee97
Moves KVM setting to Qemu server preferences. Fixes #244 .
2015-06-24 22:47:30 -06:00
grossmj
f20ee06181
VNC console support for Qemu VMs.
2015-06-24 19:09:17 -06:00
Julien Duponchelle
26df776f4c
Move configuration to the GNS3 directory
2015-06-24 11:57:42 +02:00
Julien Duponchelle
08b5aec656
Fix Crash report sending errors when no reliable Internet connection
2015-06-23 19:28:08 +02:00
grossmj
7f6a064ac1
Fixes versions.
2015-06-23 07:34:25 -06:00
Julien Duponchelle
3a3b2c22e3
Fix version number
2015-06-23 10:24:19 +02:00
Julien Duponchelle
82e2a16b27
Merge branch 'master' into unstable
2015-06-23 09:47:01 +02:00
Julien Duponchelle
389788cfdc
1.3.8 dev
2015-06-22 20:19:38 +02:00
Julien Duponchelle
26fc8236c9
1.3.7
2015-06-22 19:06:25 +02:00
Julien Duponchelle
8bd2453bf8
Allow null md5 in request schema
2015-06-19 16:38:22 +02:00
Julien Duponchelle
a8e69d9a0b
Do not use the md5 from cache for a missing image
2015-06-19 16:36:25 +02:00
Julien Duponchelle
4aadfa3b67
Test all IOU requirements at VM startup
...
This allow user to create the node and upload the image after
2015-06-19 16:35:19 +02:00
Julien Duponchelle
5c4a49a8c7
Do not raise a 404 if we send the checksum of the images
2015-06-19 16:18:43 +02:00
Jeremy
f398d15025
Completes #239 (Makes VMX keys reading case insensitive).
2015-06-18 17:53:08 -06:00
Jeremy Grossmann
797b45b1f9
Merge pull request #239 from GNS3/vmx_case_insensitive
...
Makes VMX keys reading case insensitive.
2015-06-18 14:08:40 -07:00
Jeremy
11e96e6521
ACPI shutdown support for VMware VMs. Fixes #436 .
2015-06-18 15:02:31 -06:00
Julien Duponchelle
a577fe9fdb
Make VMX reading case insensitive
...
Fix #237
2015-06-18 16:28:13 +02:00
Jeremy
6d1f060791
Reloads ubridge when connecting or disconnecting VMware VM links.
2015-06-17 17:36:52 -06:00
Jeremy
d779392d7f
Find vmrun on Windows.
2015-06-17 17:05:58 -06:00
Julien Duponchelle
f041697311
Compute a md5sum of images for futur purpose
...
Fix #234
2015-06-17 17:11:25 +02:00
Julien Duponchelle
b1f740c952
Merge branch 'master' into unstable
2015-06-17 14:09:32 +02:00
Julien Duponchelle
afa4ba9b55
Crash report key for 1.3.7
2015-06-17 09:30:56 +02:00
grossmj
7980ae9ab1
Update version_info.
2015-06-16 15:00:25 -06:00
grossmj
3495035dbf
Bump version to 1.3.7.dev1
2015-06-16 14:39:20 -06:00
Julien Duponchelle
a2d4c2427d
1.3.6
2015-06-16 21:56:44 +02:00
Julien Duponchelle
0dae4b6930
1.3.6dev1
2015-06-16 19:32:53 +02:00
Julien Duponchelle
d88c5648de
1.3.5
2015-06-16 18:56:50 +02:00
Julien Duponchelle
94fbd3fac9
Ignore invalid characters when reading the output of a process
...
It should happend only when user try to use another binary and
the code of VPCS, dynamips... Will detect it's not the
correct binary.
For example we detect this error after an user used SupperPutty
instead of VPCS.
Fix #235
2015-06-16 15:48:59 +02:00
Julien Duponchelle
e2ef78a7c4
Ignore invalid characters when reading the output of a process
...
It should happend only when user try to use another binary and
the code of VPCS, dynamips... Will detect it's not the
correct binary.
For example we detect this error after an user used SupperPutty
instead of VPCS.
Fix #235
2015-06-16 15:48:09 +02:00
grossmj
8bcf749cd5
Adds an IP address for each interface returned by the interfaces API method.
2015-06-12 17:54:02 -06:00
Julien Duponchelle
f39f7be503
Add log when we didn't close a project due to another client
2015-06-12 15:14:30 +02:00
Julien Duponchelle
4e16433a08
Limit file size during upload
...
Fix #86
2015-06-12 10:10:46 +02:00
Julien Duponchelle
04aac2f3dc
Convert old -enable-kvm to kvm settings for Qemu
...
Fix #233
2015-06-12 09:40:38 +02:00
Julien Duponchelle
6e88ba4c25
Cleanup SSL certificate support
...
Fix #208
2015-06-11 17:07:13 +02:00
Julien Duponchelle
04e62e429c
Merge branch 'master' into unstable
2015-06-11 16:55:09 +02:00
Julien Duponchelle
a2833cf276
Turn on / off authentication
2015-06-10 23:14:18 +02:00
Julien Duponchelle
75267f9d53
Merge branch 'master' into unstable
2015-06-10 16:30:30 +02:00
Julien Duponchelle
2da0b36ee7
Support a platform parameter for Qemu
...
I'm sure we will discover a distribution with a different
naming conventions...
Fix #220
2015-06-10 15:49:24 +02:00
Julien Duponchelle
b36c5f25d2
Improve memory consumption of file upload with the HTML form
...
Fix #86
2015-06-10 14:20:06 +02:00
Julien Duponchelle
7c7f8fe3ed
Fix ethernet interfaces tests if eth0 doesn't exists
...
Also on Windows and MacOS it return error if we try
to use a non existing interfaces.
Fix #230
2015-06-09 16:35:21 +02:00
Julien Duponchelle
bd4b6396a8
Ensure in test we didn't load the local configuration
2015-06-09 16:32:36 +02:00
Julien Duponchelle
36d5049c61
More debug for the interfaces up crash debug
2015-06-09 10:10:06 +02:00
Julien Duponchelle
079715bc18
Ensure no colored output on Windows
...
Fix #228
2015-06-09 10:05:00 +02:00
grossmj
d518ac45f5
Enable KVM acceleration option.
2015-06-08 14:51:06 -06:00
grossmj
c7ea8517a1
Do not stop saving IOS router or IOU configs when there is an exception while a project is committed.
2015-06-08 11:32:00 -06:00
grossmj
5a32d8a779
Merge remote-tracking branch 'origin/master'
2015-06-08 11:28:58 -06:00
grossmj
9f1705a4f1
Do not stop saving IOS router configs when there is an exception while a project is committed.
2015-06-08 11:28:48 -06:00
grossmj
815b7d226c
Sync with IOU tools (nvram import/export).
2015-06-08 10:07:54 -06:00
grossmj
65e7f61f96
Fixes issues when setting MAC address for a Qemu VM or IOS router.
2015-06-07 22:18:41 -06:00
grossmj
042472f02c
Check interface is up before connecting a NIO (Linux only). Fixes #277 .
2015-06-07 13:51:33 -06:00
grossmj
81d417a2b3
Fixes too many arguments to socket.getaddrinfo()
2015-06-07 09:25:54 -06:00
grossmj
81e56e035b
IPv6 support.
2015-06-06 21:37:34 -06:00
grossmj
ca331ae2a5
Import/Export support for IOU nvrams.
2015-06-06 15:15:03 -06:00
grossmj
e63b9ff0e6
Option to drop nvram & disk files for IOS routers in order to save disk space.
2015-06-05 14:54:22 -06:00
Julien Duponchelle
02650fa490
Create a private config file if expected
...
Fix #217
2015-06-05 16:23:52 +02:00
Julien Duponchelle
d9de1718b7
Fix crash if a private config exist in IOS but no private config file
...
Fix #217
2015-06-05 15:30:30 +02:00
grossmj
b118f9a078
Replace RuntimeError by SystemExit.
2015-06-03 19:58:58 -06:00
grossmj
37ddff9f07
Support for base MAC address for Qemu VMs.
2015-06-03 14:52:49 -06:00
grossmj
9f15fdbc2b
Fixes #181 (drop Python 3.3).
2015-06-03 12:08:11 -06:00
Julien Duponchelle
d8fb33dba2
Fix merge conflict
2015-06-03 18:58:17 +02:00
Julien Duponchelle
a1204dca0a
Merge branch 'master' into unstable
2015-06-03 18:34:46 +02:00
Julien Duponchelle
78891ae00e
Basic Auth support
2015-06-03 15:38:34 +02:00
Julien Duponchelle
b344def887
Fix crash when virtualbox list of VMS return an empty line
...
Fix #206
2015-06-03 11:59:53 +02:00
grossmj
743f1392b5
ACPI shutdown support for Qemu VMs.
2015-06-02 22:33:38 -06:00
grossmj
933bc5a7b0
ACPI shutdown support for VirtualBox VMs.
2015-06-02 16:30:35 -06:00
Julien Duponchelle
a1bc815f63
Update crash report key
2015-06-02 20:27:33 +02:00
Julien Duponchelle
668cc3f0a5
1.3.5dev1
2015-06-02 20:05:31 +02:00
Julien Duponchelle
42a8c7147a
1.3.4 release
2015-06-02 19:48:04 +02:00
grossmj
a0fe9bb498
Control vm command has to be used instead of modify vm. Fixes #205 .
2015-06-02 09:00:37 -06:00
Julien Duponchelle
57f9d875ca
Fix AttributeError: 'NIONAT' object has no attribute 'lport' for
...
VirtualBox
Fix #205
2015-06-02 16:27:48 +02:00
Julien Duponchelle
a2e51ac090
Avoid duplicate paths in qemu binary list
...
Fix #204
2015-06-02 15:35:14 +02:00
grossmj
edff447483
Catch exception in snapshot dialog.
2015-06-01 21:54:08 -06:00
Jeremy
ad27fdf8b9
Bump version to 1.3.4.dev2
2015-06-01 16:29:49 -06:00
Jeremy
9df290f192
Check if port or adapter is connected before starting/stopping a packet capture. Fixes #196 .
2015-06-01 15:42:17 -06:00
Julien Duponchelle
05aafb9538
Revert "Start virtualbox VM one by one" because it doesn't fix the issue
...
This reverts commit da72a9501a
.
2015-06-01 16:16:34 +02:00
Julien Duponchelle
da72a9501a
Start virtualbox VM one by one
...
Related to #190
2015-06-01 11:40:42 +02:00
grossmj
a60389427b
Support for VMware linked clones.
2015-05-30 20:26:38 -06:00
Julien Duponchelle
ada94d486a
Get server resource independant of working directory
2015-05-28 13:24:45 +02:00
Julien Duponchelle
85c185604e
Merge branch 'master' into unstable
2015-05-28 12:18:24 +02:00