Merge pull request #545 from iceking2nd/master

Add Juniper vRR support
This commit is contained in:
Jeremy Grossmann 2020-10-05 03:07:08 +02:00 committed by GitHub
commit fa4dd84a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 76 additions and 10 deletions

View File

@ -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,

View File

@ -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"
}
}
]
}

View File

@ -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",

View File

@ -25,6 +25,13 @@
"options": "-smp 4 -cpu host"
},
"images": [
{
"filename": "xrv9k-fullk9-x-7.1.1.qcow2",
"version": "7.1.1",
"md5sum": "dcf241e3f8df0151fec2c7bfac9d96ac",
"filesize": 1443758080,
"download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/7.1.1"
},
{
"filename": "xrv9k-fullk9-x-7.0.1.qcow2",
"version": "7.0.1",
@ -97,6 +104,12 @@
}
],
"versions": [
{
"name": "7.1.1",
"images": {
"hda_disk_image": "xrv9k-fullk9-x-7.1.1.qcow2"
}
},
{
"name": "7.0.1",
"images": {

View File

@ -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",

View File

@ -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"

View File

@ -0,0 +1,52 @@
{
"name": "Juniper vRR",
"category": "router",
"description": "The vRR is a full-featured, carrier-grade virtual route reflector software that extends 15+ years of Juniper Networks edge routing expertise to the virtual realm.",
"vendor_name": "Juniper",
"vendor_url": "https://www.juniper.net/us/en/",
"documentation_url": "https://www.juniper.net/documentation/product/en_US/virtual-route-reflector",
"product_name": "Juniper vRR",
"product_url": "https://www.juniper.net/us/en/products-services/nos/junos/",
"registry_version": 3,
"status": "experimental",
"maintainer": "none",
"maintainer_email": "developers@gns3.net",
"usage": "Initial username is root, no password.\n\nUSAGE INSTRUCTIONS\n\nConnect the first interface (em0) to your admin VLAN.",
"symbol": "juniper-vmx.svg",
"first_port_name": "em0",
"port_name_format": "em{port1}",
"qemu": {
"adapter_type": "e1000",
"adapters": 2,
"ram": 8192,
"hda_disk_interface": "ide",
"hdb_disk_interface": "ide",
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require",
"options": "-nographic -enable-kvm"
},
"images": [
{
"filename": "junos-x86-64-20.3R1.8.img",
"version": "20.3R1.8-KVM",
"md5sum": "5cd41a792daae2b3fefac1928f2a1894",
"filesize": 2761162752
},
{
"filename": "metadata.img",
"version": "20.3R1.8-KVM",
"md5sum": "ae4e3562aa389929476d82420c79d511",
"filesize": 393216
}
],
"versions": [
{
"name": "20.3R1.8-KVM",
"images": {
"hda_disk_image": "junos-x86-64-20.3R1.8.img",
"hdb_disk_image": "metadata.img"
}
}
]
}

View File

@ -22,7 +22,7 @@
"kvm": "allow"
},
"images": [
{
{
"filename": "openwrt-19.07.4-x86-64-combined-ext4.img",
"version": "19.07.4",
"md5sum": "e8bde404ab527ab40ef9643bca9f7432",