mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 02:40:11 +00:00
Add juniper-vrr support\nFix the missing comma in appliances/Raspian.gns3a
This commit is contained in:
parent
eb9b973bc6
commit
32b2e414c2
@ -11,8 +11,8 @@
|
||||
"maintainer": "Brent Stewart",
|
||||
"maintainer_email": "brent@stewart.tc",
|
||||
"usage": "",
|
||||
"symbol": "shieldedtux.png",
|
||||
"port_name_format": "eth{0}",
|
||||
"symbol": "shieldedtux.png",
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 3,
|
||||
|
@ -11,7 +11,7 @@
|
||||
"availability": "free",
|
||||
"maintainer": "Brent Stewart",
|
||||
"maintainer_email": "brent@stewart.tc",
|
||||
"usage": "Default password is raspberry"
|
||||
"usage": "Default password is raspberry",
|
||||
"symbol": "rpi.png",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio",
|
||||
@ -40,11 +40,11 @@
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "2020-02-12",
|
||||
"images": {
|
||||
"hda_disk_image": "empty8G.qcow2",
|
||||
"cdrom_image": "2020-02-12-rpd-x86-buster.iso"
|
||||
},
|
||||
"name": "2020-02-12"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -69,7 +69,8 @@
|
||||
"hda_disk_image": "empty100G.qcow2",
|
||||
"cdrom_image": "dcnm-va.11.4.1.iso"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"name": "11.2.1",
|
||||
"images": {
|
||||
"hda_disk_image": "empty100G.qcow2",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"options": "-nographic -enable-kvm"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
{
|
||||
"filename": "junos-vmx-x86-64-20.2R1.10.qcow2",
|
||||
"version": "20.2R1.10-KVM",
|
||||
"md5sum": "182484474accf07bd403ef17fa2959a9",
|
||||
@ -357,7 +357,7 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
{
|
||||
"name": "20.2R1.10-KVM",
|
||||
"images": {
|
||||
"hda_disk_image": "junos-vmx-x86-64-20.2R1.10.qcow2",
|
||||
|
@ -26,7 +26,7 @@
|
||||
"options": "-nographic -enable-kvm -smp cpus=3"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
{
|
||||
"filename": "vFPC-20200526.img",
|
||||
"version": "20.2R1.10-KVM",
|
||||
"md5sum": "400652d7e450b0bf8ad4cc37db46b78c",
|
||||
@ -154,7 +154,7 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
{
|
||||
"name": "20.2R1.10-KVM",
|
||||
"images": {
|
||||
"hda_disk_image": "vFPC-20200526.img"
|
||||
|
@ -22,7 +22,7 @@
|
||||
"kvm": "allow"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
{
|
||||
"filename": "openwrt-19.07.4-x86-64-combined-ext4.img",
|
||||
"version": "19.07.4",
|
||||
"md5sum": "e8bde404ab527ab40ef9643bca9f7432",
|
||||
|
Loading…
Reference in New Issue
Block a user