mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-08 22:12:39 +00:00
49ce6366b3
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.
56 lines
2.2 KiB
Plaintext
56 lines
2.2 KiB
Plaintext
{
|
|
"name": "vSRX",
|
|
"category": "firewall",
|
|
"description": "The vSRX delivers core firewall, networking, advanced security, and automated lifecycle management capabilities for enterprises and service providers. The industry\u2019s fastest virtual security platform, the vSRX offers firewall speeds up to 17 Gbps using only two virtual CPUs, providing scalable, secure protection across private, public, and hybrid clouds.",
|
|
"vendor_name": "Juniper",
|
|
"vendor_url": "https://www.juniper.net/us/en/",
|
|
"documentation_url": "http://www.juniper.net/techpubs/",
|
|
"product_name": "vSRX",
|
|
"product_url": "https://www.juniper.net/us/en/products-services/security/srx-series/vsrx/",
|
|
"registry_version": 1,
|
|
"status": "experimental",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"usage": "Initial username is root, no password",
|
|
"port_name_format": "ge-0/0/{0}",
|
|
"qemu": {
|
|
"adapter_type": "e1000",
|
|
"adapters": 6,
|
|
"ram": 1024,
|
|
"arch": "x86_64",
|
|
"console_type": "telnet",
|
|
"kvm": "require",
|
|
"options": "-smp 2"
|
|
},
|
|
"images": [
|
|
{
|
|
"filename": "junos-vsrx-12.1X47-D20.7-domestic.ova",
|
|
"version": "12.1X47-D20",
|
|
"md5sum": "5a992d618b8b40fa4a3cffd234636643",
|
|
"filesize": 235960320,
|
|
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
|
},
|
|
{
|
|
"filename": "junos-vsrx-12.1X47-D10.4-domestic.ova",
|
|
"version": "12.1X47-D10",
|
|
"md5sum": "008b50d56c3a56445fd5d89616881de5",
|
|
"filesize": 238397440,
|
|
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
|
}
|
|
],
|
|
"versions": [
|
|
{
|
|
"name": "12.1X47-D20",
|
|
"images": {
|
|
"hda_disk_image": "junos-vsrx-12.1X47-D20.7-domestic.ova/junos-vsrx-12.1X47-D20.7-domestic-disk1.vmdk"
|
|
}
|
|
},
|
|
{
|
|
"name": "12.1X47-D10",
|
|
"images": {
|
|
"hda_disk_image": "junos-vsrx-12.1X47-D10.4-domestic.ova/junos-vsrx-12.1X47-D10.4-domestic-disk1.vmdk"
|
|
}
|
|
}
|
|
]
|
|
}
|