Commit Graph

43 Commits

Author SHA1 Message Date
Viacheslav Hletenko
8ab8f29e47 Update VyOS appliance 2024-08-20 10:48:23 +00:00
Bernhard Ehlers
9eff217728 vyos - download of legacy releases from legacy-lts-images.vyos.io 2023-09-29 09:34:01 +02:00
Bernhard Ehlers
1e1decf8f5 vyos - direct download from s3-us.vyos.io no longer working 2023-09-15 16:12:47 +02:00
Bernhard Ehlers
76ebb96419 vyos - add KVM images, v1.2.9-S1 and v1.2.9 2023-03-29 13:12:38 +02:00
Bernhard Ehlers
c4497bf9b3 vyos - add v1.2.9-S1 2023-03-23 10:04:29 +01: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
Bernhard Ehlers
bd032cbd99 vyos - add v1.2.9 2022-12-02 11:41:02 +01:00
Bernhard Ehlers
451f7105f4 vyos - add v1.3.2 and v1.3.1-S1, remove v1.3.0-epa3 2022-09-08 11:35:35 +02:00
Bernhard Ehlers
2dc8a60ca2 vyos - add v1.3.1 2022-03-21 20:03:23 +01:00
Bernhard Ehlers
6c5c5367ce vyos - add v1.3.0 and v1.3.0-epa3 2021-12-22 11:08:47 +01:00
grossmj
b1ef827585 Add appliance_id to every appliance 2021-10-11 11:47:58 +10:30
Bernhard Ehlers
3129644a5d vyos - add v1.3.0-epa1 2021-10-04 14:32:14 +02:00
Bernhard Ehlers
1f67d79f94 vyos - add v1.3.0-rc6 2021-08-30 10:56:31 +02:00
Bernhard Ehlers
caa71fa7ef vyos - move image 1.3.0-rc5 to MediaFire 2021-08-18 12:15:14 +02:00
Bernhard Ehlers
9d84c969ea vyos - add version 1.2.8 and 1.3.0-rc5 2021-07-08 09:52:26 +02:00
Bernhard Ehlers
4f91938f44 VyOS - update to v1.2.7 2021-03-30 17:11:36 +02:00
Bernhard Ehlers
caa71edc09 Update VyOS 2021-02-05 10:19:07 +01:00
grossmj
3e5bc0c455 Add VyOS 1.2.6 2020-10-07 14:34:37 +10: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
grossmj
191f9d09aa Fix vyos appliance download paths. 2020-05-05 14:22:33 +09:30
Brent Stewart
f76dad8e5b Update to VyOS (June rolling release of 1.2) and Security Onion (16.04.6). Added VyOS symbol. 2019-06-05 12:07:24 -04:00
adosztal
e19ee08c7f Fixed missing VyOS 1.1.8 entry 2018-03-10 14:06:29 +01:00
adosztal
753ec843ac New VyOS release 2017-12-20 18:20:44 +01:00
adosztal
337affecc7 Updated registry version to 3 for all appliances 2017-06-15 13:44:31 +02: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
adosztal
63748b29ad VyOS: DL link fixed. Sorry. 2016-10-25 20:45:34 +02:00
adosztal
f7d946aba1 New releases: Juniper vSRX, Packetfence, Untange, VyOS 2016-10-24 19:21:14 +02:00
adosztal
4fc60b7163 Updated empty8G direct link 2016-06-15 06:28:33 +02:00
Julien Duponchelle
567d962663
Update vyos instructions 2016-04-15 10:08:00 +02:00
Julien Duponchelle
3007b3905e Merge pull request #108 from adosztal/master
Fixes for issues #100 and #107
2016-04-15 10:04:28 +02:00
adosztal
e6e70c76c7 Fixes for issues #100 and #107 2016-04-15 09:09:10 +02:00
adosztal
f3791d0e18 VyOS 1.1.7 has been added 2016-04-12 18:26:24 +02:00
grossmj
51d8a21c09 Update VyOS to include version 1.1.7 2016-03-10 17:41:16 -07:00
Julien Duponchelle
8eb92b3ade
Escape space in appliances urls
Fix #89
2016-02-03 11:28:02 +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
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
grossmj
194d7c8685 Update usage in VyOS appliance. 2015-10-18 19:20:28 -06:00
Julien Duponchelle
967fc71862 Fix vyos url and check all urls
Fix #30
2015-10-13 18:43:20 +02:00
Julien Duponchelle
2d9dd93289 Fix syntax of VyIOS
Fix #19
2015-10-02 14:09:40 +02:00
grossmj
5822a3435e Add VyOS appliance. 2015-09-25 15:24:42 -06:00