mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 12:36:25 +00:00
New vSRX releases
This commit is contained in:
parent
c0a7004912
commit
babed66577
@ -10,6 +10,7 @@ When creating a **new** appliance:
|
||||
- It's tested locally, i.e.
|
||||
- [ ] You dragged an instance into a project on your box, got it installed (if necessary), and did some basic network checks (ping, UI reachable, etc.).
|
||||
- [ ] GNS3 VM can run it without any tweaks.
|
||||
- [ ] The device is in the right category: router, switch, guest (hosts), firewall
|
||||
- [ ] You filled in as much info as possible (checks the schemas and other appliance files for some guidance).
|
||||
- [ ] When adding a container: it builds on Docker Hub and can be pulled.
|
||||
- [ ] The filenames in the "images" section are unique (to avoid appliances and/or versions overwriting each other).
|
||||
|
@ -23,6 +23,13 @@
|
||||
"options": "-smp 2"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "media-vsrx-vmdisk-17.4R1.16.qcow2",
|
||||
"version": "17.4R1",
|
||||
"md5sum": "616c4742b09652318c73a7cc598468e7",
|
||||
"filesize": 3965386752,
|
||||
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||
},
|
||||
{
|
||||
"filename": "media-vsrx-vmdisk-17.3R1.10.qcow2",
|
||||
"version": "17.3R1",
|
||||
@ -30,6 +37,13 @@
|
||||
"filesize": 3782541312,
|
||||
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||
},
|
||||
{
|
||||
"filename": "media-vsrx-vmdisk-15.1X49-D120.3.qcow2",
|
||||
"version": "15.1X49-D120",
|
||||
"md5sum": "02cf4df3dc988a407ccd5ddc30ee5385",
|
||||
"filesize": 3280273408,
|
||||
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||
},
|
||||
{
|
||||
"filename": "media-vsrx-vmdisk-15.1X49-D110.4.qcow2",
|
||||
"version": "15.1X49-D110",
|
||||
@ -109,12 +123,24 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "17.4R1",
|
||||
"images": {
|
||||
"hda_disk_image": "media-vsrx-vmdisk-17.4R1.16.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "17.3R1",
|
||||
"images": {
|
||||
"hda_disk_image": "media-vsrx-vmdisk-17.3R1.10.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15.1X49-D120",
|
||||
"images": {
|
||||
"hda_disk_image": "media-vsrx-vmdisk-15.1X49-D120.3.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15.1X49-D110",
|
||||
"images": {
|
||||
|
Loading…
Reference in New Issue
Block a user