mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 03:18:55 +00:00
Sync appliance files
This commit is contained in:
parent
48745b5996
commit
8a643cf4a4
73
gns3server/appliances/empty-vm.gns3a
Normal file
73
gns3server/appliances/empty-vm.gns3a
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"appliance_id": "1cfdf900-7c30-4cb7-8f03-3f61d2581633",
|
||||
"name": "Empty VM",
|
||||
"category": "guest",
|
||||
"description": "An empty VM with empty hard disks 8G, 30G & 100G.",
|
||||
"vendor_name": "GNS3",
|
||||
"vendor_url": "https://gns3.com",
|
||||
"documentation_url": "",
|
||||
"product_name": "QEMU",
|
||||
"product_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
|
||||
"registry_version": 4,
|
||||
"status": "experimental",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Default at first boot the VM will start from the cdrom.",
|
||||
"port_name_format": "eth{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 1,
|
||||
"ram": 1024,
|
||||
"arch": "x86_64",
|
||||
"console_type": "vnc",
|
||||
"hda_disk_interface": "sata",
|
||||
"boot_priority": "d",
|
||||
"kvm": "allow"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "empty8G.qcow2",
|
||||
"version": "8G",
|
||||
"md5sum": "f1d2c25b6990f99bd05b433ab603bdb4",
|
||||
"filesize": 197120,
|
||||
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
|
||||
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty8G.qcow2/download"
|
||||
},
|
||||
{
|
||||
"filename": "empty30G.qcow2",
|
||||
"version": "30G",
|
||||
"md5sum": "3411a599e822f2ac6be560a26405821a",
|
||||
"filesize": 197120,
|
||||
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
|
||||
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download"
|
||||
},
|
||||
{
|
||||
"filename": "empty100G.qcow2",
|
||||
"version": "100G",
|
||||
"md5sum": "1e6409a4523ada212dea2ebc50e50a65",
|
||||
"filesize": 198656,
|
||||
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
|
||||
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download"
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "8G",
|
||||
"images": {
|
||||
"hda_disk_image": "empty8G.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30G",
|
||||
"images": {
|
||||
"hda_disk_image": "empty30G.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "100G",
|
||||
"images": {
|
||||
"hda_disk_image": "empty100G.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
68
gns3server/appliances/riverbed-steelhead-ng-vcx.gns3a
Normal file
68
gns3server/appliances/riverbed-steelhead-ng-vcx.gns3a
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"appliance_id": "c21f6df8-64ab-4e24-921b-ec7f889ce32a",
|
||||
"name": "SteelHead",
|
||||
"category": "guest",
|
||||
"description": "SteelHead is the Riverbed Accelerator",
|
||||
"vendor_name": "Riverbed Technology",
|
||||
"vendor_url": "http://www.riverbed.com",
|
||||
"documentation_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/tree/master/SteelHead/GNS3",
|
||||
"product_name": "SteelHead",
|
||||
"product_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html",
|
||||
"registry_version": 6,
|
||||
"status": "stable",
|
||||
"maintainer": "Riverbed Community",
|
||||
"maintainer_email": "community@riverbed.com",
|
||||
"usage": "Download the KVM image Next Generation Virtual SteelHead VCX Software Image (KVM) from https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html\n Uncompress the .tgz archive using this command: tar xzSf <image_file>\nDefault credentials: admin / password",
|
||||
"symbol": "steelhead-vcx.png",
|
||||
"first_port_name": "PRI",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"adapters": 4,
|
||||
"custom_adapters": [
|
||||
{
|
||||
"adapter_number": 1,
|
||||
"port_name": "AUX"
|
||||
},
|
||||
{
|
||||
"adapter_number": 2,
|
||||
"port_name": "LAN0_0"
|
||||
},
|
||||
{
|
||||
"adapter_number": 3,
|
||||
"port_name": "WAN0_0"
|
||||
}
|
||||
],
|
||||
"ram": 2048,
|
||||
"hda_disk_interface": "virtio",
|
||||
"hdb_disk_interface": "virtio",
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"kvm": "require"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "mgmt.qcow2",
|
||||
"version": "9.12.0",
|
||||
"md5sum": "0f45d7cfb75b5e7e915dd37136411580",
|
||||
"filesize": 2381840384,
|
||||
"download_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html#software-alert"
|
||||
},
|
||||
{
|
||||
"filename": "empty100G.qcow2",
|
||||
"version": "1.0",
|
||||
"md5sum": "5d9fec18a980f13002028491259f158d",
|
||||
"filesize": 198656,
|
||||
"download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3",
|
||||
"direct_download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3/empty100G.qcow2"
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "9.12.0",
|
||||
"images": {
|
||||
"hda_disk_image": "mgmt.qcow2",
|
||||
"hdb_disk_image": "empty100G.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user