mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-22 09:23:48 +02:00
Sync appliances
This commit is contained in:
parent
bd58196817
commit
d1186b2acc
56
gns3server/appliances/alpine-cloud.gns3a
Normal file
56
gns3server/appliances/alpine-cloud.gns3a
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
{
|
||||||
|
"appliance_id": "edbaa01e-2032-4ee2-bb9f-dd5c4d84c270",
|
||||||
|
"name": "Alpine Cloud Guest",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.",
|
||||||
|
"vendor_name": "Alpine Linux Development Team",
|
||||||
|
"vendor_url": "http://alpinelinux.org",
|
||||||
|
"vendor_logo_url": "https://raw.githubusercontent.com/GNS3/gns3-registry/master/vendor-logos/Alpine Linux.png",
|
||||||
|
"documentation_url": "http://wiki.alpinelinux.org",
|
||||||
|
"product_name": "Alpine Linux",
|
||||||
|
"product_url": "https://www.alpinelinux.org/cloud/",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"usage": "\nUsername: alpine\nPassword: alpine",
|
||||||
|
"port_name_format": "Ethernet{0}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "virtio-net-pci",
|
||||||
|
"adapters": 1,
|
||||||
|
"ram": 1024,
|
||||||
|
"hda_disk_interface": "virtio",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "telnet",
|
||||||
|
"boot_priority": "c",
|
||||||
|
"kvm": "require",
|
||||||
|
"options": "-nographic"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "generic_alpine-3.21.2-x86_64-bios-cloudinit-r0.qcow2",
|
||||||
|
"version": "3.21.2",
|
||||||
|
"md5sum": "b40825dff2867e0ffaffbc4c87674462",
|
||||||
|
"filesize": 189726720,
|
||||||
|
"download_url": "https://www.alpinelinux.org/cloud/",
|
||||||
|
"direct_download_url": "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/cloud/generic_alpine-3.21.2-x86_64-bios-cloudinit-r0.qcow2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "alpine-cloud-init-data.iso",
|
||||||
|
"version": "1.0",
|
||||||
|
"md5sum": "b1b4b16cc3bf0250c0fa377c19c97683",
|
||||||
|
"filesize": 374784,
|
||||||
|
"download_url": "https://github.com/GNS3/gns3-registry/tree/master/cloud-init/alpine-cloud",
|
||||||
|
"direct_download_url": "https://github.com/GNS3/gns3-registry/raw/master/cloud-init/alpine-cloud/alpine-cloud-init-data.iso"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "3.21.2",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "generic_alpine-3.21.2-x86_64-bios-cloudinit-r0.qcow2",
|
||||||
|
"cdrom_image": "alpine-cloud-init-data.iso"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -2,14 +2,14 @@
|
|||||||
"appliance_id": "c90f3ff3-4ed2-4437-9afb-21232fa92015",
|
"appliance_id": "c90f3ff3-4ed2-4437-9afb-21232fa92015",
|
||||||
"name": "Arista vEOS",
|
"name": "Arista vEOS",
|
||||||
"category": "multilayer_switch",
|
"category": "multilayer_switch",
|
||||||
"description": "Arista EOS\u00ae is the core of Arista cloud networking solutions for next-generation data centers and cloud networks. Cloud architectures built with Arista EOS scale to tens of thousands of compute and storage nodes with management and provisioning capabilities that work at scale. Through its programmability, EOS enables a set of software applications that deliver workflow automation, high availability, unprecedented network visibility and analytics and rapid integration with a wide range of third-party applications for virtualization, management, automation and orchestration services.\n\nArista Extensible Operating System (EOS) is a fully programmable and highly modular, Linux-based network operation system, using familiar industry standard CLI and runs a single binary software image across the Arista switching family. Architected for resiliency and programmability, EOS has a unique multi-process state sharing architecture that separates state information and packet forwarding from protocol processing and application logic.",
|
"description": "Arista EOS is the core of Arista cloud networking solutions for next-generation data centers and cloud networks. Cloud architectures built with Arista EOS scale to tens of thousands of compute and storage nodes with management and provisioning capabilities that work at scale. Through its programmability, EOS enables a set of software applications that deliver workflow automation, high availability, unprecedented network visibility and analytics and rapid integration with a wide range of third-party applications for virtualization, management, automation and orchestration services.\n\nArista Extensible Operating System (EOS) is a fully programmable and highly modular, Linux-based network operation system, using familiar industry standard CLI and runs a single binary software image across the Arista switching family. Architected for resiliency and programmability, EOS has a unique multi-process state sharing architecture that separates state information and packet forwarding from protocol processing and application logic.",
|
||||||
"vendor_name": "Arista",
|
"vendor_name": "Arista",
|
||||||
"vendor_url": "http://www.arista.com/",
|
"vendor_url": "http://www.arista.com/",
|
||||||
"documentation_url": "https://www.arista.com/assets/data/docs/Manuals/EOS-4.17.2F-Manual.pdf",
|
"documentation_url": "https://www.arista.com/assets/data/docs/Manuals/EOS-4.17.2F-Manual.pdf",
|
||||||
"product_name": "vEOS",
|
"product_name": "vEOS",
|
||||||
"product_url": "https://eos.arista.com/",
|
"product_url": "https://eos.arista.com/",
|
||||||
"registry_version": 4,
|
"registry_version": 4,
|
||||||
"status": "experimental",
|
"status": "stable",
|
||||||
"maintainer": "GNS3 Team",
|
"maintainer": "GNS3 Team",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "The login is admin, with no password by default",
|
"usage": "The login is admin, with no password by default",
|
||||||
@ -29,87 +29,24 @@
|
|||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
"filename": "vEOS64-lab-4.32.0F.vmdk",
|
"filename": "vEOS-lab-4.33.1F.qcow2",
|
||||||
"version": "4.32.0F",
|
"version": "4.33.1F",
|
||||||
"md5sum": "851771260bb18ad3e90fa6956f0c6161",
|
"md5sum": "8f662409c0732ed9f682edce63601e8a",
|
||||||
"filesize": 591724544,
|
"filesize": 611909632,
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
"download_url": "https://www.arista.com/en/support/software-download"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "vEOS64-lab-4.31.3M.vmdk",
|
"filename": "vEOS-lab-4.32.3M.qcow2",
|
||||||
"version": "4.31.3M",
|
"version": "4.32.3M",
|
||||||
"md5sum": "7df107da137f4a4e752014d4f0e94cd3",
|
"md5sum": "46fc46f5ed1da8752eed8396f08862f8",
|
||||||
"filesize": 577961984,
|
"filesize": 605683712,
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
"download_url": "https://www.arista.com/en/support/software-download"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "vEOS64-lab-4.30.6M.vmdk",
|
"filename": "vEOS-lab-4.31.6M.qcow2",
|
||||||
"version": "4.30.6M",
|
"version": "4.31.6M",
|
||||||
"md5sum": "19721aace820b9ebf6d7ae6524803cf5",
|
"md5sum": "7410110b77472f058322ec4681f8a356",
|
||||||
"filesize": 553123840,
|
"filesize": 590479360,
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS64-lab-4.29.8M.vmdk",
|
|
||||||
"version": "4.29.8M",
|
|
||||||
"md5sum": "131888f74cd63a93894521d40eb4d0b6",
|
|
||||||
"filesize": 548405248,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS64-lab-4.28.11M.vmdk",
|
|
||||||
"version": "4.28.11M",
|
|
||||||
"md5sum": "6cac0e7b04a74ee0dc358327a00accfd",
|
|
||||||
"filesize": 513343488,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS64-lab-4.27.12M.vmdk",
|
|
||||||
"version": "4.27.12M",
|
|
||||||
"md5sum": "34c4f785c7fc054cda8754dd13c0d7c7",
|
|
||||||
"filesize": 496697344,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.32.0F.vmdk",
|
|
||||||
"version": "4.32.0F",
|
|
||||||
"md5sum": "584b901a1249717504050e48f74fb8dd",
|
|
||||||
"filesize": 591396864,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.31.3M.vmdk",
|
|
||||||
"version": "4.31.3M",
|
|
||||||
"md5sum": "a2e130697cdf8547006eebebde6eefca",
|
|
||||||
"filesize": 590086144,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.30.6M.vmdk",
|
|
||||||
"version": "4.30.6M",
|
|
||||||
"md5sum": "a4467648bcfa7b19640af8a4ad3153c6",
|
|
||||||
"filesize": 565968896,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.29.8M.vmdk",
|
|
||||||
"version": "4.29.8M",
|
|
||||||
"md5sum": "1952f6114a4376212c525db9ec8efd5f",
|
|
||||||
"filesize": 558039040,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.28.11M.vmdk",
|
|
||||||
"version": "4.28.11M",
|
|
||||||
"md5sum": "5502df24dfc231c45afb33d6018c16d0",
|
|
||||||
"filesize": 521338880,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.27.12M.vmdk",
|
|
||||||
"version": "4.27.12M",
|
|
||||||
"md5sum": "e08a97e7c1977993f947fedeb4c6ddd5",
|
|
||||||
"filesize": 504299520,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
"download_url": "https://www.arista.com/en/support/software-download"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -118,459 +55,28 @@
|
|||||||
"md5sum": "8d7e754efebca1930a93a2587ff7606c",
|
"md5sum": "8d7e754efebca1930a93a2587ff7606c",
|
||||||
"filesize": 6291456,
|
"filesize": 6291456,
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
"download_url": "https://www.arista.com/en/support/software-download"
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.26.2F.vmdk",
|
|
||||||
"version": "4.26.2F",
|
|
||||||
"md5sum": "de8ce9750fddb63bd3f71bccfcd7651e",
|
|
||||||
"filesize": 475332608,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.25.3M.vmdk",
|
|
||||||
"version": "4.25.3M",
|
|
||||||
"md5sum": "2f196969036b4d283e86f15118d59c26",
|
|
||||||
"filesize": 451543040,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.24.3M.vmdk",
|
|
||||||
"version": "4.24.3M",
|
|
||||||
"md5sum": "0a28e44c7ce4a8965f24a4a463a89b7d",
|
|
||||||
"filesize": 455213056,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.24.2.1F.vmdk",
|
|
||||||
"version": "4.24.2.1F",
|
|
||||||
"md5sum": "6bab8b59ce5230e243e56f4127448fc8",
|
|
||||||
"filesize": 455213056,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.23.4.2M.vmdk",
|
|
||||||
"version": "4.23.4.2M",
|
|
||||||
"md5sum": "d21cbef4e39f1e783b13a926cb54a242",
|
|
||||||
"filesize": 454295552,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.23.0.1F.vmdk",
|
|
||||||
"version": "4.23.0.1F",
|
|
||||||
"md5sum": "08d52154aa11a834aef9f42bbf29f977",
|
|
||||||
"filesize": 439484416,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.22.2.1F.vmdk",
|
|
||||||
"version": "4.22.2.1F",
|
|
||||||
"md5sum": "2a425bf8efe569a2bdf0e328f240cd16",
|
|
||||||
"filesize": 426377216,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.22.0F.vmdk",
|
|
||||||
"version": "4.22.0F",
|
|
||||||
"md5sum": "cfcc75c2b8176cfd819afcfd6799b74c",
|
|
||||||
"filesize": 414121984,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.21.1.1F.vmdk",
|
|
||||||
"version": "4.21.1F",
|
|
||||||
"md5sum": "02bfb7e53781fd44ff02357f201586d9",
|
|
||||||
"filesize": 358809600,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.20.10M-combined.vmdk",
|
|
||||||
"version": "4.20.10M-combined",
|
|
||||||
"md5sum": "d1f2d650f93dbf24e04fdd2c9d62bd62",
|
|
||||||
"filesize": 334626816,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.20.1F.vmdk",
|
|
||||||
"version": "4.20.1F",
|
|
||||||
"md5sum": "aadb6f3dbff28317f68cb4c4502d0db8",
|
|
||||||
"filesize": 662044672,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.19.10M-combined.vmdk",
|
|
||||||
"version": "4.19.10M-combined",
|
|
||||||
"md5sum": "103daa45c33be4584cbe6adc60de46a3",
|
|
||||||
"filesize": 324141056,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.19.10M.vmdk",
|
|
||||||
"version": "4.19.10M",
|
|
||||||
"md5sum": "665ed14389411ae5f16ba0a2ff84240a",
|
|
||||||
"filesize": 637337600,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.18.10M-combined.vmdk",
|
|
||||||
"version": "4.18.10M-combined",
|
|
||||||
"md5sum": "e33e0ef5b8cecc84c5bb57569b36b9c6",
|
|
||||||
"filesize": 317652992,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.18.10M.vmdk",
|
|
||||||
"version": "4.18.10M",
|
|
||||||
"md5sum": "1d87e9ace37fe3706dbf3e49c8d4d231",
|
|
||||||
"filesize": 624427008,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.18.5M.vmdk",
|
|
||||||
"version": "4.18.5M",
|
|
||||||
"md5sum": "b1ee6268dbaf2b2276fd7a5286c7ce2b",
|
|
||||||
"filesize": 623116288,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.18.1F.vmdk",
|
|
||||||
"version": "4.18.1F",
|
|
||||||
"md5sum": "9648c63185f3b793b47528a858ca4364",
|
|
||||||
"filesize": 620625920,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.17.8M.vmdk",
|
|
||||||
"version": "4.17.8M",
|
|
||||||
"md5sum": "afc79a06f930ea2cc0ae3e03cbfd3f23",
|
|
||||||
"filesize": 608829440,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.17.2F.vmdk",
|
|
||||||
"version": "4.17.2F",
|
|
||||||
"md5sum": "3b4845edfa77cf9aaeb9c0a005d3e277",
|
|
||||||
"filesize": 609615872,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.16.13M.vmdk",
|
|
||||||
"version": "4.16.13M",
|
|
||||||
"md5sum": "4d0facf90140fc3aab031f0f8f88a32f",
|
|
||||||
"filesize": 521404416,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.16.6M.vmdk",
|
|
||||||
"version": "4.16.6M",
|
|
||||||
"md5sum": "b3f7b7cee17f2e66bb38b453a4939fef",
|
|
||||||
"filesize": 519962624,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.15.10M.vmdk",
|
|
||||||
"version": "4.15.10M",
|
|
||||||
"md5sum": "98e08281a9c48ddf6f3c5d62a124a20f",
|
|
||||||
"filesize": 517079040,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.15.5M.vmdk",
|
|
||||||
"version": "4.15.5M",
|
|
||||||
"md5sum": "cd74bb69c7ee905ac3d33c4d109f3ab7",
|
|
||||||
"filesize": 516030464,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.14.14M.vmdk",
|
|
||||||
"version": "4.14.14M",
|
|
||||||
"md5sum": "d81ba0522f4d7838d96f7985e41cdc47",
|
|
||||||
"filesize": 422641664,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.13.16M.vmdk",
|
|
||||||
"version": "4.13.16M",
|
|
||||||
"md5sum": "5763b2c043830c341c8b1009f4ea9a49",
|
|
||||||
"filesize": 404684800,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vEOS-lab-4.13.8M.vmdk",
|
|
||||||
"version": "4.13.8M",
|
|
||||||
"md5sum": "a47145b9e6e7a24171c0850f8755535e",
|
|
||||||
"filesize": 409010176,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"version": "8.0.0",
|
|
||||||
"md5sum": "488ad1c435d18c69bb8d69c7806457c9",
|
|
||||||
"filesize": 5242880,
|
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"name": "4.32.0F",
|
"name": "4.33.1F",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
||||||
"hdb_disk_image": "vEOS64-lab-4.32.0F.vmdk"
|
"hdb_disk_image": "vEOS-lab-4.33.1F.qcow2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.31.3M",
|
"name": "4.32.3M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
||||||
"hdb_disk_image": "vEOS64-lab-4.31.3M.vmdk"
|
"hdb_disk_image": "vEOS-lab-4.32.3M.qcow2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4.30.6M",
|
"name": "4.31.6M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
||||||
"hdb_disk_image": "vEOS64-lab-4.30.6M.vmdk"
|
"hdb_disk_image": "vEOS-lab-4.31.6M.qcow2"
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.29.8M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS64-lab-4.29.8M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.28.11M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS64-lab-4.28.11M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.27.12M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS64-lab-4.27.12M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.32.0F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.32.0F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.31.3M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.31.3M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.30.6M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.30.6M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.29.8M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.29.8M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.28.11M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.28.11M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.27.12M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.2.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.27.12M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.26.2F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.26.2F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.25.3M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.25.3M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.24.3M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.24.3M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.24.2.1F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.24.2.1F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.23.4.2M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.23.4.2M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.23.0.1F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.23.0.1F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.22.2.1F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.22.2.1F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.22.0F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.22.0F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.21.1F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.21.1.1F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.20.10M-combined",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "vEOS-lab-4.20.10M-combined.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.20.1F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.20.1F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.19.10M-combined",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "vEOS-lab-4.19.10M-combined.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.19.10M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.19.10M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.18.10M-combined",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "vEOS-lab-4.18.10M-combined.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.18.10M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.18.10M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.18.5M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.18.5M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.18.1F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.18.1F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.17.8M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.17.8M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.17.2F",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.17.2F.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.16.13M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.16.13M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.16.6M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.16.6M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.15.10M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.15.10M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.15.5M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.15.5M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.14.14M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.14.14M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.13.16M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.13.16M.vmdk"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "4.13.8M",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
|
||||||
"hdb_disk_image": "vEOS-lab-4.13.8M.vmdk"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"filesize": 243251976
|
"filesize": 243251976
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms.bin",
|
"filename": "x86_64_crb_linux_l2-adventerprisek9-ms",
|
||||||
"version": "17.12.1",
|
"version": "17.12.1",
|
||||||
"md5sum": "2b5055e4cef8fd257416d74a94adb626",
|
"md5sum": "2b5055e4cef8fd257416d74a94adb626",
|
||||||
"filesize": 240355720
|
"filesize": 240355720
|
||||||
@ -59,7 +59,7 @@
|
|||||||
{
|
{
|
||||||
"name": "17.12.1",
|
"name": "17.12.1",
|
||||||
"images": {
|
"images": {
|
||||||
"image": "x86_64_crb_linux_l2-adventerprisek9-ms.bin"
|
"image": "x86_64_crb_linux_l2-adventerprisek9-ms"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"filesize": 292001512
|
"filesize": 292001512
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "x86_64_crb_linux-adventerprisek9-ms.bin",
|
"filename": "x86_64_crb_linux-adventerprisek9-ms",
|
||||||
"version": "17.12.1",
|
"version": "17.12.1",
|
||||||
"md5sum": "4a2fce8de21d1831fbceffd155e41ae7",
|
"md5sum": "4a2fce8de21d1831fbceffd155e41ae7",
|
||||||
"filesize": 288947184
|
"filesize": 288947184
|
||||||
@ -59,7 +59,7 @@
|
|||||||
{
|
{
|
||||||
"name": "17.12.1",
|
"name": "17.12.1",
|
||||||
"images": {
|
"images": {
|
||||||
"image": "x86_64_crb_linux-adventerprisek9-ms.bin"
|
"image": "x86_64_crb_linux-adventerprisek9-ms"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
50
gns3server/appliances/innovaphone-app.gns3a
Normal file
50
gns3server/appliances/innovaphone-app.gns3a
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
"appliance_id": "92dbd0e9-144e-4c59-a4a8-97b6a1661818",
|
||||||
|
"name": "Innovaphone App-Platform",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "In addition to telephony, apps for Video Telephony, Chat, Conferencing, Application Sharing and many other functions have become indispensable UCC tools in the area of business communication. Based on the myApps platform and its various components, innovaphone provides a collaborative work and communication platform for enhanced corporate communications \u2013 regardless of the location and the device being used. The innovaphone platform myApps consists of many independent components that work well individually, yet unfold their remarkable performance when combined.",
|
||||||
|
"vendor_name": "Innovaphone",
|
||||||
|
"vendor_url": "https://www.innovaphone.com",
|
||||||
|
"vendor_logo_url": "https://www.innovaphone.com/content/downloads/innovaphone-myapps-logo-short-without-background-screen.png",
|
||||||
|
"documentation_url": "https://wiki.innovaphone.com/index.php?title=Reference14r2:Concept_App_Platform",
|
||||||
|
"product_name": "App-Platform",
|
||||||
|
"product_url": "https://www.innovaphone.com/en/products/myapps/myapps-platform.html",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "experimental",
|
||||||
|
"availability": "free-to-try",
|
||||||
|
"maintainer": "Thomas Marchsteiner",
|
||||||
|
"maintainer_email": "thomas.marchsteiner@acp.at",
|
||||||
|
"usage": "Default users console:root/iplinux , ssh:admin/ipapps , Webinterface:pwd \nAfter first boot wait for automatic reboot.\nA static ip can be set via the setip utility. \nLoading another keymap can be done via the loadkeys command. \nThe app-platform-disk1.vmdk file is contained within an ova file. \nIt can be extraced with the tar utility, 7Zip or any other tool which can handle tar files.",
|
||||||
|
"symbol": "innovaphone-ap-icon.jpg",
|
||||||
|
"first_port_name": "eth0",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "vmxnet3",
|
||||||
|
"adapters": 1,
|
||||||
|
"ram": 512,
|
||||||
|
"cpus": 1,
|
||||||
|
"hda_disk_interface": "scsi",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "vnc",
|
||||||
|
"boot_priority": "d",
|
||||||
|
"kvm": "allow",
|
||||||
|
"on_close": "power_off",
|
||||||
|
"process_priority": "normal"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "app-platform-disk1_120010.vmdk",
|
||||||
|
"version": "12.0010",
|
||||||
|
"md5sum": "d5a5a77f682c2c988b0810935d79a787",
|
||||||
|
"filesize": 129474560,
|
||||||
|
"download_url": "https://store.innovaphone.com/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "app-platform-disk1_120010.vmdk"
|
||||||
|
},
|
||||||
|
"name": "12.0010"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
78
gns3server/appliances/innovaphone-ipva.gns3a
Normal file
78
gns3server/appliances/innovaphone-ipva.gns3a
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
{
|
||||||
|
"appliance_id": "ddf8f7a4-60c0-4c9d-849c-ffc3c9d1d082",
|
||||||
|
"name": "Innovaphone IPVA",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "The innovaphone PBX is a professional IP telephone system. The IPVA is a software-only solution. It appears as and performs as an innovaphone 'hard-box' excluding DSP-, ISDN-/AB-resources.",
|
||||||
|
"vendor_name": "Innovaphone",
|
||||||
|
"vendor_url": "https://www.innovaphone.com/",
|
||||||
|
"vendor_logo_url": "https://www.innovaphone.com/content/downloads/innovaphone-myapps-logo-short-without-background-screen.png",
|
||||||
|
"documentation_url": "https://wiki.innovaphone.com/index.php?title=Reference15r1:Concept_Innovaphone_Virtual_Appliance_(IPVA)",
|
||||||
|
"product_name": "IPVA",
|
||||||
|
"product_url": "https://www.innovaphone.com/en/products/innovaphone-pbx.html",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "experimental",
|
||||||
|
"availability": "free-to-try",
|
||||||
|
"maintainer": "Thomas Marchsteiner",
|
||||||
|
"maintainer_email": "thomas.marchsteiner@acp.at",
|
||||||
|
"usage": "Default user admin/ipva \nDefault network configuration: DHCP client on eth0 with fallback to static address 192.168.0.1/24 after timeout. Static address 192.168.1.1/24 on eth1\n The ova in the zip file contains the disk images to run this appliance. Disableing the dhcp client and setting a static IP is possible with the following commands:\n> config change IP0 ETH0 /addr 192.168.0.1 /mask 255.255.255.0 \n> config change DHCP0 /mode off \n> config write \n> config activate \n> reset",
|
||||||
|
"symbol": "innovaphone-pbx-green.png",
|
||||||
|
"first_port_name": "eth0",
|
||||||
|
"port_name_format": "eth{port1}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "vmxnet3",
|
||||||
|
"adapters": 2,
|
||||||
|
"ram": 256,
|
||||||
|
"cpus": 1,
|
||||||
|
"hda_disk_interface": "ide",
|
||||||
|
"hdb_disk_interface": "ide",
|
||||||
|
"hdc_disk_interface": "ide",
|
||||||
|
"hdd_disk_interface": "ide",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "vnc",
|
||||||
|
"boot_priority": "d",
|
||||||
|
"kvm": "allow",
|
||||||
|
"on_close": "power_off",
|
||||||
|
"process_priority": "normal"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "ipva-qemu-disk1-14r2.vmdk",
|
||||||
|
"version": "14r2",
|
||||||
|
"md5sum": "aaa1c3885eee30ca6ffa3827619e8643",
|
||||||
|
"filesize": 6269952,
|
||||||
|
"download_url": "https://store.innovaphone.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "ipva-qemu-disk2-14r2.vmdk",
|
||||||
|
"version": "14r2",
|
||||||
|
"md5sum": "008a8fc6b0b1e5f11a3e7fd6f22ba349",
|
||||||
|
"filesize": 72192,
|
||||||
|
"download_url": "https://store.innovaphone.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "ipva-qemu-disk3-14r2.vmdk",
|
||||||
|
"version": "14r2",
|
||||||
|
"md5sum": "20516731c480e2112b3fb4a4d7f514f2",
|
||||||
|
"filesize": 68096,
|
||||||
|
"download_url": "https://store.innovaphone.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "ipva-qemu-disk4-14r2.vmdk",
|
||||||
|
"version": "14r2",
|
||||||
|
"md5sum": "15d7d79ef8c28bd29b2eceac8405f964",
|
||||||
|
"filesize": 68096,
|
||||||
|
"download_url": "https://store.innovaphone.com/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "ipva-qemu-disk1-14r2.vmdk",
|
||||||
|
"hdb_disk_image": "ipva-qemu-disk2-14r2.vmdk",
|
||||||
|
"hdc_disk_image": "ipva-qemu-disk3-14r2.vmdk",
|
||||||
|
"hdd_disk_image": "ipva-qemu-disk4-14r2.vmdk"
|
||||||
|
},
|
||||||
|
"name": "14r2"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -24,6 +24,13 @@
|
|||||||
"process_priority": "normal"
|
"process_priority": "normal"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "pfSense-CE-2.7.2-RELEASE-amd64.iso",
|
||||||
|
"version": "2.7.2",
|
||||||
|
"md5sum": "50c3e723d68ec74d038041a34fa846f8",
|
||||||
|
"filesize": 874672128,
|
||||||
|
"download_url": "https://www.pfsense.org/download/mirror.php?section=downloads"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "pfSense-CE-2.7.0-RELEASE-amd64.iso",
|
"filename": "pfSense-CE-2.7.0-RELEASE-amd64.iso",
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
@ -76,6 +83,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "2.7.2",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty100G.qcow2",
|
||||||
|
"cdrom_image": "pfSense-CE-2.7.2-RELEASE-amd64.iso"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "2.7.0",
|
"name": "2.7.0",
|
||||||
"images": {
|
"images": {
|
||||||
|
50
gns3server/appliances/stormshield-eva.gns3a
Normal file
50
gns3server/appliances/stormshield-eva.gns3a
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
"appliance_id": "60801097-332e-4f40-a63e-8ad62047c01f",
|
||||||
|
"name": "Stormshield EVA",
|
||||||
|
"category": "firewall",
|
||||||
|
"description": "Stormshield EVA (Elastic Virtual Appliance) is a french virtual firewall designed to protect network infrastructures. It offers advanced features such as filtering, intrusion prevention (IPS), VPN management (IPSec/SSL), and access control.",
|
||||||
|
"vendor_name": "Stormshield",
|
||||||
|
"vendor_url": "https://www.stormshield.com/",
|
||||||
|
"vendor_logo_url": "https://www.stormshield.com/wp-content/uploads/stormshield-logo.png",
|
||||||
|
"documentation_url": "https://www.stormshield.com/fr/ressourcescenter/network-security-elastic-virtual-appliances/",
|
||||||
|
"product_name": "Stormshield EVA",
|
||||||
|
"product_url": "https://www.stormshield.com/fr/produits-et-services/produits/protection-des-reseaux/nos-produits/appliances-virtuelles/",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "stable",
|
||||||
|
"availability": "service-contract",
|
||||||
|
"maintainer": "Samy SCANNA",
|
||||||
|
"maintainer_email": "samy.scanna@outlook.com",
|
||||||
|
"usage": "After the first boot, the appliance automatically runs the configuration script to set up the password, and network interfaces.",
|
||||||
|
"symbol": "stormshield.png",
|
||||||
|
"port_name_format": "port{port1}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "vmxnet3",
|
||||||
|
"adapters": 8,
|
||||||
|
"ram": 2048,
|
||||||
|
"cpus": 1,
|
||||||
|
"hda_disk_interface": "scsi",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "telnet",
|
||||||
|
"kvm": "allow",
|
||||||
|
"options": "-serial stdio",
|
||||||
|
"on_close": "shutdown_signal",
|
||||||
|
"process_priority": "normal"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "utm-SNS-EVA-4.3.33-kvm.qcow2",
|
||||||
|
"version": "4.3.33",
|
||||||
|
"md5sum": "21d94d0e20f2e270f06c5853fd750d5b",
|
||||||
|
"filesize": 284360704,
|
||||||
|
"download_url": "https://mystormshield.eu/product/download/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "utm-SNS-EVA-4.3.33-kvm.qcow2"
|
||||||
|
},
|
||||||
|
"name": "4.3.33"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user