Add missing appliance_id for riverbed-steelhead-ng-vcx.gns3a

This commit is contained in:
grossmj 2021-10-11 14:25:51 +10:30
parent 7cb94a4d3b
commit b41d2b8b53

View File

@ -1,67 +1,68 @@
{ {
"name": "SteelHead", "appliance_id": "c21f6df8-64ab-4e24-921b-ec7f889ce32a",
"category": "guest", "name": "SteelHead",
"description": "SteelHead is the Riverbed Accelerator", "category": "guest",
"vendor_name": "Riverbed Technology", "description": "SteelHead is the Riverbed Accelerator",
"vendor_url": "http://www.riverbed.com", "vendor_name": "Riverbed Technology",
"documentation_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/tree/master/SteelHead/GNS3", "vendor_url": "http://www.riverbed.com",
"product_name": "SteelHead", "documentation_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/tree/master/SteelHead/GNS3",
"product_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html", "product_name": "SteelHead",
"registry_version": 6, "product_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html",
"status": "stable", "registry_version": 6,
"maintainer": "Riverbed Community", "status": "stable",
"maintainer_email": "community@riverbed.com", "maintainer": "Riverbed Community",
"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", "maintainer_email": "community@riverbed.com",
"symbol": "steelhead-vcx.png", "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",
"first_port_name": "PRI", "symbol": "steelhead-vcx.png",
"qemu": { "first_port_name": "PRI",
"arch": "x86_64", "qemu": {
"adapter_type": "virtio-net-pci", "adapter_type": "virtio-net-pci",
"adapters": 4, "adapters": 4,
"custom_adapters": [ "custom_adapters": [
{ {
"adapter_number": 1, "adapter_number": 1,
"port_name": "AUX" "port_name": "AUX"
}, },
{ {
"adapter_number": 2, "adapter_number": 2,
"port_name": "LAN0_0" "port_name": "LAN0_0"
}, },
{ {
"adapter_number": 3, "adapter_number": 3,
"port_name": "WAN0_0" "port_name": "WAN0_0"
} }
], ],
"ram": 2048, "ram": 2048,
"hda_disk_interface": "virtio", "hda_disk_interface": "virtio",
"hdb_disk_interface": "virtio", "hdb_disk_interface": "virtio",
"console_type": "telnet", "arch": "x86_64",
"kvm": "require" "console_type": "telnet",
}, "kvm": "require"
"images": [ },
{ "images": [
"filename": "mgmt.qcow2", {
"version": "9.12.0", "filename": "mgmt.qcow2",
"md5sum": "0f45d7cfb75b5e7e915dd37136411580", "version": "9.12.0",
"filesize": 2381840384, "md5sum": "0f45d7cfb75b5e7e915dd37136411580",
"download_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html#software-alert" "filesize": 2381840384,
}, "download_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html#software-alert"
{ },
"filename": "empty100G.qcow2", {
"version": "1.0", "filename": "empty100G.qcow2",
"md5sum": "5d9fec18a980f13002028491259f158d", "version": "1.0",
"filesize": 198656, "md5sum": "5d9fec18a980f13002028491259f158d",
"download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3", "filesize": 198656,
"direct_download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3/empty100G.qcow2" "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": [ ],
{ "versions": [
"name": "9.12.0", {
"images": { "name": "9.12.0",
"hda_disk_image": "mgmt.qcow2", "images": {
"hdb_disk_image": "empty100G.qcow2" "hda_disk_image": "mgmt.qcow2",
} "hdb_disk_image": "empty100G.qcow2"
} }
] }
} ]
}