Commit Graph

45 Commits

Author SHA1 Message Date
grossmj
22cfb96412 Add vendor logos for GNS3 marketplace 2023-10-09 16:44:02 +10:00
Adam Smith
84c60aa653 add Cumulus VX 5.4.0 2023-03-27 00:15:31 -04:00
grossmj
59dea90647 Remove support for registry version 3 and fix issues with check.py and check_urls.py 2023-01-17 12:54:35 +08:00
eantowne
4e78d89111
Added new appliance: Windows 11 Development Environment VM. Fixed cumulus-vx.gns3a (5.3.1 version not added to use 5.3.1 image that was added by previous PR). 2022-12-28 22:34:43 -05:00
root
458f7654a2 Updated cumulus-vx to 5.3.1 2022-12-26 14:07:09 +02:00
eantowne
f342eb876c
Added Cumulus-VX 5.1.0 to appliance file 2022-07-26 13:47:59 -04:00
grossmj
b1ef827585 Add appliance_id to every appliance 2021-10-11 11:47:58 +10:30
Bernhard Ehlers
2ad1bcb08e Prettify appliances 2021-07-26 06:43:10 +02:00
Anton Alekseev
297749e0c2
Add Cumulus VX 4.3.0, update usage, increase RAM 2021-03-23 08:22:35 +03:00
grossmj
4c0f17ff04 Add new image version 4.2.0 for Cumulus VX appliance. 2020-09-04 01:47:17 +09:30
Bernhard Ehlers
1dcd0bccb2 Prettify appliances 2020-08-19 12:11:52 +02:00
Bernhard Ehlers
b1e93c4acc Set disk interfaces for all Qemu appliances 2020-08-18 14:19:16 +02:00
adosztal
0d746381be New release 2019-11-07 15:19:12 +08:00
brentstewart
b3fb4895a0
Updated to latest versions 2019-05-27 21:51:51 -04:00
Sander Steffann
c1efa223cb
Fix 3.6.2 checksum and add 3.7.3 2019-03-23 23:09:48 +01:00
adosztal
6029889ed3 New release 2018-12-27 18:21:59 +01:00
adosztal
aa32f53364 New release 2018-10-31 10:44:35 +01:00
adosztal
678f20b6e7 New release 2018-08-02 10:14:07 +02:00
Paul Basov
721796ed1d Update cumulus-vx.gns3a
cumulus-vx-3.6.1 added with a correct `direct_download_url`
2018-07-04 17:43:43 +02:00
adosztal
f0e9cdf622 New release 2018-05-15 19:06:01 +02:00
adosztal
24c1152471 New releases 2018-04-29 20:26:07 +02:00
adosztal
c1f345a201 New releases 2018-02-04 10:43:45 +01:00
adosztal
c0a7004912 New releases 2017-12-30 17:55:53 +01:00
adosztal
eded62a3de New releases 2017-11-10 10:09:56 +01:00
Dušan Dragić
0bdd4afa68 Cumulus VX: new release 3.4.2 2017-10-07 11:58:25 +02:00
Dušan Dragić
f28f1a34ef Cumulus VX: fix interface numbering 2017-10-07 11:52:02 +02:00
adosztal
57f42f8d2d New releases 2017-09-13 18:38:54 +02:00
Julien Duponchelle
3a446e191f Increase cumulus ram requirements to 512
Cumulus send us an email asking us to fix that
2017-08-02 10:39:27 +02:00
adosztal
44abfa9a8a New appliance: Palo Alto FW 2017-07-03 16:34:49 +02:00
adosztal
337affecc7 Updated registry version to 3 for all appliances 2017-06-15 13:44:31 +02:00
Julien Duponchelle
b8e4061d30
Fix from david cumulus is available via telnet 2017-03-24 15:53:15 +01:00
Julien Duponchelle
204d354f70
Cumulus 3.2.1 2017-03-24 15:51:08 +01:00
adosztal
d23e06e217 New releases: CoreOS Cumulus VX, HP VSR, Mikrotik CHR 2017-01-09 18:50:07 +01:00
adosztal
7b30689603 New releases: Brocade vRouter & VTM, Cumulus, Packetfence 2016-12-02 20:56:09 +01:00
adosztal
2fb36e9c0c New release: Cumulus VX 2016-11-03 12:17:38 +01:00
Julien Duponchelle
67b9363f25
Revert "Added image availability property (mandatory) (#170)"
This reverts commit cca6487b5a.
2016-10-27 17:07:32 +02:00
Andras Dosztal
cca6487b5a Added image availability property (mandatory) (#170)
* Added image availability property
* Availability field added to required list
2016-10-27 12:37:00 +02:00
Julien Duponchelle
3002446314
Prettify 2016-06-28 17:59:27 +02:00
Julien Duponchelle
95b7181263
Cumulus v3.0 support 2016-06-07 09:24:29 +02: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
Julien Duponchelle
eced8be2a5 When prettify add new line at the end of the file.
This avoid trouble with most text editors.
2016-01-15 10:18:10 +01:00
Julien Duponchelle
15ee8fba0c Prettify appliances
This PR add a script:
* fixing indentation on all appliances
* ordered key in the same order as JSON schema

This simplify diff between appliances. And make them more readable.
2016-01-14 20:10:41 +01:00
Julien Duponchelle
21b795c319 Update Cumulus to 2.5.5
Fix #72
2016-01-14 20:07:07 +01:00
grossmj
c71cb1aab1 Adds usage field to Cumulus VX appliance 2015-10-18 15:34:03 -06:00
Julien Duponchelle
66ac6fd002 .json => gns3a 2015-09-11 14:42:01 +02:00