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

@ -6,6 +6,7 @@
"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",
@ -13,6 +14,10 @@
"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": {
"arch": "x86_64",
"adapter_type": "virtio-net-pci",
"adapters": 4,
"custom_adapters": [
{
"adapter_number": 1,
@ -27,13 +32,9 @@
"port_name": "WAN0_0"
}
],
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 4,
"ram": 2048,
"hda_disk_interface": "virtio",
"hdb_disk_interface": "virtio",
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require"
},
@ -75,13 +76,6 @@
"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"
}
}
]
}