Commit Graph

18 Commits

Author SHA1 Message Date
Julien Duponchelle
a24cfae748 Fix missing midplane in Cisco 7200
Fix https://github.com/GNS3/gns3-gui/issues/940
2016-01-20 13:27:46 +01:00
Julien Duponchelle
a991da83d5 Add check for boot priority 2016-01-18 15:56:00 +01:00
Julien Duponchelle
49ce6366b3 KVM support in JSON schema
This PR add KVM support in the appliance schema.
It's a part of https://github.com/GNS3/gns3-gui/issues/904 from
@boenrobot

KVM has three value:
* "require" - Forbid installation on the target server if KVM is not
available there (i.e. a Windows and OSX; be it local or remote). Install
only with KVM enabled.
* "allow" - Enable KVM if supported on the target server, but allow
installation to continue with KVM disabled if not supported (this should
be the default).
* "disable" - Even if KVM is supported on the target server, install with
KVM disabled.

All appliances have been updated to reflect their correct value.

Also it's add a sample tool for quickly patch all appliances.
2016-01-18 12:19:33 +01:00
Jeremy Grossmann
04ed7260c0 Merge pull request #57 from GNS3/iou_dynamips
IOU and dynamips support
2016-01-04 19:52:25 -08:00
Vasil Rangelov
38a97255ef Added missing adapter types and hd*_disk_interface to the appliance.json schema. 2015-12-29 23:22:06 +02:00
Julien Duponchelle
f42cde80a0 Dynamips support 2015-12-10 18:28:49 +01:00
Julien Duponchelle
a7d394bdbd An IOU sample 2015-12-09 20:12:39 +01:00
Julien Duponchelle
0b846fdc7f Add 7z to the list of compression file format 2015-12-09 09:40:10 +01:00
Bernhard Ehlers
16574bd564 Update compression title 2015-11-17 10:44:08 +01:00
Bernhard Ehlers
22b3865954 Add compression of direct download url 2015-11-17 09:58:25 +01:00
Julien Duponchelle
ff7111e9c2 Fix missing title in the appliance schema 2015-10-28 15:55:05 +01:00
Julien Duponchelle
4e12be9874 Fix appliances and check
Fix #32
2015-10-20 15:46:44 +02:00
Julien Duponchelle
a11b74132d Alpine linux image build and appliance file 2015-10-05 15:03:19 +02:00
Julien Duponchelle
72ecdeb11f Document port segment size 2015-09-03 10:49:05 +02:00
Julien Duponchelle
527424cd5a Cisco VIOS 2015-09-03 10:28:56 +02:00
Julien Duponchelle
d8b4d94dcf HP VSR1001 support
Fix #11
2015-09-02 15:43:52 +02:00
Julien Duponchelle
728f092a13 Add filesize for images
Fix #8
2015-09-02 12:10:31 +02:00
Julien Duponchelle
c9c960c639 Add a JSON schema to the registry
Fix #6
2015-09-02 11:21:50 +02:00