mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Sync appliances
This commit is contained in:
parent
3487b657a7
commit
03af9bd621
@ -22,6 +22,13 @@
|
|||||||
"process_priority": "normal"
|
"process_priority": "normal"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "Check_Point_R80.10_T421_Gaia.iso",
|
||||||
|
"version": "80.10",
|
||||||
|
"md5sum": "12d9723fadb89bb722e20ca3f89012ce",
|
||||||
|
"filesize": 3420127232,
|
||||||
|
"download_url": "https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk104859"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "Check_Point_R77.30_T204_Install_and_Upgrade.Gaia.iso",
|
"filename": "Check_Point_R77.30_T204_Install_and_Upgrade.Gaia.iso",
|
||||||
"version": "77.30",
|
"version": "77.30",
|
||||||
@ -29,6 +36,13 @@
|
|||||||
"filesize": 2799271936,
|
"filesize": 2799271936,
|
||||||
"download_url": "https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk104859"
|
"download_url": "https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk104859"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"filename": "Check_Point_R77.20_T124_Install.Gaia.iso",
|
||||||
|
"version": "77.20",
|
||||||
|
"md5sum": "7552fa2ad3e1f0ac31615b60b736969c",
|
||||||
|
"filesize": 2632974336,
|
||||||
|
"download_url": "https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk104859"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "empty8G.qcow2",
|
"filename": "empty8G.qcow2",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
@ -39,12 +53,27 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "80.10",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
|
"cdrom_image": "Check_Point_R80.10_T421_Gaia.iso"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "77.30",
|
"name": "77.30",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "empty8G.qcow2",
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
"cdrom_image": "Check_Point_R77.30_T204_Install_and_Upgrade.Gaia.iso"
|
"cdrom_image": "Check_Point_R77.30_T204_Install_and_Upgrade.Gaia.iso"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "77.20",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
|
"cdrom_image": "Check_Point_R77.20_T124_Install.Gaia.iso"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -28,6 +28,12 @@
|
|||||||
"version": "15.1a",
|
"version": "15.1a",
|
||||||
"md5sum": "9549a20a7391fb849da32caa77a0d254",
|
"md5sum": "9549a20a7391fb849da32caa77a0d254",
|
||||||
"filesize": 72726092
|
"filesize": 72726092
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "i86bi-linux-l2-adventerprisek9-15.2d.bin",
|
||||||
|
"version": "15.2d",
|
||||||
|
"md5sum": "f16db44433beb3e8c828db5ddad1de8a",
|
||||||
|
"filesize": 105036380
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
@ -42,6 +48,12 @@
|
|||||||
"images": {
|
"images": {
|
||||||
"image": "i86bi-linux-l2-adventerprisek9-15.1a.bin"
|
"image": "i86bi-linux-l2-adventerprisek9-15.1a.bin"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "15.2d",
|
||||||
|
"images": {
|
||||||
|
"image": "i86bi-linux-l2-adventerprisek9-15.2d.bin"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,13 @@
|
|||||||
"kvm": "require"
|
"kvm": "require"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "cumulus-linux-3.3.2-vx-amd64.qcow2",
|
||||||
|
"version": "3.3.2",
|
||||||
|
"md5sum": "8364f93cabaa442c13c8c6752a248a5d",
|
||||||
|
"filesize": 980090880,
|
||||||
|
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "cumulus-linux-3.2.1-vx-amd64-1486153138.ac46c24zd00d13e.qcow2",
|
"filename": "cumulus-linux-3.2.1-vx-amd64-1486153138.ac46c24zd00d13e.qcow2",
|
||||||
"version": "3.2.1",
|
"version": "3.2.1",
|
||||||
@ -88,6 +95,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "3.3.2",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "cumulus-linux-3.3.2-vx-amd64.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "3.2.1",
|
"name": "3.2.1",
|
||||||
"images": {
|
"images": {
|
||||||
|
18
gns3server/appliances/network_automation.gns3a
Normal file
18
gns3server/appliances/network_automation.gns3a
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "Network Automation",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "This container provides the popular tools used for network automation: Netmiko, NAPALM, Pyntc, and Ansible.",
|
||||||
|
"vendor_name": "GNS3",
|
||||||
|
"vendor_url": "http://www.gns3.com",
|
||||||
|
"product_name": "Network Automation",
|
||||||
|
"registry_version": 3,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"symbol": "linux_guest.svg",
|
||||||
|
"docker": {
|
||||||
|
"adapters": 1,
|
||||||
|
"image": "gns3/network_automation:latest",
|
||||||
|
"console_type": "telnet"
|
||||||
|
}
|
||||||
|
}
|
71
gns3server/appliances/pan-vm-fw.gns3a
Normal file
71
gns3server/appliances/pan-vm-fw.gns3a
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"name": "PA-VM",
|
||||||
|
"category": "firewall",
|
||||||
|
"description": "The VM-Series combines next-generation firewall security and advanced threat prevention to protect your virtualized environments from advanced cyberthreats. The VM-Series natively analyzes all traffic in a single pass to determine the application identity, the content within, and the user identity.",
|
||||||
|
"vendor_name": "Palo Alto Networks",
|
||||||
|
"vendor_url": "http://www.paloaltonetworks.com/",
|
||||||
|
"documentation_url": "https://www.paloaltonetworks.com/documentation/80/virtualization/virtualization",
|
||||||
|
"product_name": "PAN VM-Series Firewall",
|
||||||
|
"product_url": "https://www.paloaltonetworks.com/products/secure-the-network/virtualized-next-generation-firewall/vm-series",
|
||||||
|
"registry_version": 3,
|
||||||
|
"status": "experimental",
|
||||||
|
"maintainer": "Community",
|
||||||
|
"maintainer_email": "",
|
||||||
|
"usage": "Default Username: admin\r\nDefault Password: admin\r\nPAN-VM goes through several iterations of host prompts during boot. This is normal and expected.\r\nLogin is available when prompt is PA-VM login:\r\n\r\nGetting Started:\r\nTo configure a static IP address at the console enter the following commands:\r\n\r\nconfigure\r\nset deviceconfig system ip-address <Static IP> netmask <Netmask> default-gateway <Gateway IP> type static\r\nset deviceconfig system dns-setting servers primary <DNS Server IP> secondary <DNS Server IP>\r\ncommit\r\n",
|
||||||
|
"symbol": "pan-vm-fw.svg",
|
||||||
|
"first_port_name": "management",
|
||||||
|
"port_name_format": "ethernet1/{port1}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "virtio-net-pci",
|
||||||
|
"adapters": 25,
|
||||||
|
"ram": 4096,
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "telnet",
|
||||||
|
"hda_disk_interface": "virtio",
|
||||||
|
"kvm": "require",
|
||||||
|
"options": "-smp 2"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "PA-VM-ESX-6.1.0-disk1.vmdk",
|
||||||
|
"version": "6.1.0 (ESX)",
|
||||||
|
"md5sum": "64b1e81cd54008318235832ea6d71424",
|
||||||
|
"filesize": 2959736832,
|
||||||
|
"download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "PA-VM-KVM-7.1.0.qcow2",
|
||||||
|
"version": "7.1.0",
|
||||||
|
"md5sum": "da300253709740068927408239c2e321",
|
||||||
|
"filesize": 1858797568,
|
||||||
|
"download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "PA-VM-ESX-7.1.0-disk1.vmdk",
|
||||||
|
"version": "7.1.0 (ESX)",
|
||||||
|
"md5sum": "e044dc649b7146ee4f619edb0e5f6675",
|
||||||
|
"filesize": 1871149056,
|
||||||
|
"download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "6.1.0 (ESX)",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "PA-VM-ESX-6.1.0-disk1.vmdk"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "7.1.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "PA-VM-KVM-7.1.0.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "7.1.0 (ESX)",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "PA-VM-ESX-7.1.0-disk1.vmdk"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user