Fix v6 format v2

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

View File

@ -1,87 +1,81 @@
{ {
"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, "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",
"custom_adapters": [ "first_port_name": "PRI",
{ "qemu": {
"adapter_number": 1, "arch": "x86_64",
"port_name": "AUX" "adapter_type": "virtio-net-pci",
}, "adapters": 4,
{ "custom_adapters": [
"adapter_number": 2, {
"port_name": "LAN0_0" "adapter_number": 1,
}, "port_name": "AUX"
{ },
"adapter_number": 3, {
"port_name": "WAN0_0" "adapter_number": 2,
} "port_name": "LAN0_0"
], },
"qemu": { {
"adapter_type": "virtio-net-pci", "adapter_number": 3,
"adapters": 4, "port_name": "WAN0_0"
"ram": 2048, }
"hda_disk_interface": "virtio", ],
"hdb_disk_interface": "virtio", "ram": 2048,
"arch": "x86_64", "hda_disk_interface": "virtio",
"console_type": "telnet", "hdb_disk_interface": "virtio",
"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": "mgmt.qcow2", {
"version": "9.10.1", "filename": "mgmt.qcow2",
"md5sum": "c29c209938675212be5b897b12eeb25b", "version": "9.10.1",
"filesize": 2101149696, "md5sum": "c29c209938675212be5b897b12eeb25b",
"download_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html#software-alert" "filesize": 2101149696,
}, "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"
}, }
{ },
"name": "9.10.1", {
"images": { "name": "9.10.1",
"hda_disk_image": "mgmt.qcow2", "images": {
"hdb_disk_image": "empty100G.qcow2" "hda_disk_image": "mgmt.qcow2",
} "hdb_disk_image": "empty100G.qcow2"
}, }
{ }
"name": "9.9.2", ]
"images": { }
"hda_disk_image": "mgmt.qcow2",
"hdb_disk_image": "empty100G.qcow2"
}
}
]
}