grossmj
e9d4341e9e
Update usage field in cisco-asav.gns3a
2024-11-26 13:17:47 +10:00
grossmj
ee5c537991
Add image 9.22.1.1 CML in cisco-asav.gns3a
2024-11-26 13:10:36 +10:00
eantowne
f2501b7c1b
Added Cisco ASAv 9.18.2
2023-12-09 13:46:21 -05: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
2ff8feaab2
Added ASAv 9.16.2 (CML version) to cisco-asav.gns3a
2022-07-27 08:48:18 -04:00
Zero3Dash
44fdf08b5d
Update cisco-asav.gns3a
2022-03-20 17:57:13 +00:00
Zero3Dash
6ce8a6b714
Update cisco-asav.gns3a
...
Cisco Adaptive Security Virtual Appliance qcow2 package for the Cisco ASAv Virtual Firewall.
asav9-16-2.qcow2
2022-03-20 17:52:15 +00: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
Zero3Dash
5cd72e532f
Adding addition ASAv Images
...
Adding addition ASAv Images as supported in CML2
2021-06-10 09:54:03 +01:00
Bernhard Ehlers
1dcd0bccb2
Prettify appliances
2020-08-19 12:11:52 +02:00
Alexey Pristavkin
237ef28000
Update ASAv appliances file
...
1. Added current interim releases - 9.12.2 and 9.8.4
2. Updated all download URLs
3. Removed outdated and private access versions
2019-12-21 22:50:01 +03:00
grossmj
d061c360d2
Revert "Update ASAv 9.9.2 image MD5"
...
This reverts commit f7adeaf0
2019-10-10 13:39:59 +08:00
grossmj
f7adeaf0ca
Update ASAv 9.9.2 image MD5
2019-10-10 13:32:33 +08:00
grossmj
fb685b5e1c
Set correct MD5 checksum for ASAv 9.9.2
2019-08-26 15:10:15 +07:00
Stephen C. Moore
40ab9cc1c4
ASAv version 9.12.2
2019-08-15 13:15:40 -05:00
Stephen C. Moore
f757dcf69a
Update cisco-asav.gns3a
...
ASAv 9.9.2
2018-07-26 13:26:09 -05:00
Stephen C. Moore
f40ce4c964
New ASAv version
...
asav983.qcow2
2018-07-09 09:25:03 -05:00
grossmj
ddfa4ae5d8
Update ASAv template to use the ASAv images from VIRL account
2017-08-30 21:19:23 +07:00
adosztal
1070a8cd6f
New ASAv releases
2017-07-23 09:13:45 +02:00
adosztal
337affecc7
Updated registry version to 3 for all appliances
2017-06-15 13:44:31 +02:00
Julien Duponchelle
f500df6754
Speedup ASAv boot
2017-03-28 19:05:53 +02:00
Julien Duponchelle
8034a30bef
ASAv console VNC because image avaible offer only this option
2017-03-20 10:45:56 +01:00
gns3madman
fde021f74a
Updated cisco-asav appliance
...
Updated to support ASAv versions 9.7.1, 9.6.2, and 9.6.1
2017-01-25 08:15:46 +00: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
Bernhard Ehlers
cbdf482b18
Prettify appliances and update product_url in fortianalyzer.gns3
2016-05-11 10:14:48 +02:00
Jeremy Grossmann
32d1bc4cc4
Merge pull request #115 from adosztal/master
...
Changed 'GigabitEthernet' to 'Gi'
2016-04-27 09:12:40 -06:00
Julien Duponchelle
9da2e34065
Add last asav version
2016-04-27 12:10:14 +02:00
adosztal
1421ea01e3
Changed 'GigabitEthernet' to 'Gi'; it was too long and shown as 'Gigabite' in the GUI
2016-04-26 18:42:24 +02:00
grossmj
4cc9839ec4
Update Cisco ASAv template to use ASAv from VIRL.
2016-02-12 17:35:51 -07: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
4e12be9874
Fix appliances and check
...
Fix #32
2015-10-20 15:46:44 +02:00
grossmj
ad6d6d32b2
Update some appliance versions.
2015-10-18 19:41:15 -06:00
grossmj
6ecf09940b
ASAv appliance.
2015-10-18 15:22:02 -06:00
grossmj
c52ae40b10
Update ASAv appliance.
2015-09-25 14:40:25 -06:00
Julien Duponchelle
66ac6fd002
.json => gns3a
2015-09-11 14:42:01 +02:00