Fix v6 format

This commit is contained in:
Gwen Blum 2021-04-16 16:03:06 +02:00 committed by GitHub
parent 101202a4c1
commit 41ed295135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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