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", "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",
"product_url": "https://support.riverbed.com/content/support/software/steelhead/cx-appliance.html",
"registry_version": 6, "registry_version": 6,
"status": "stable", "status": "stable",
"maintainer": "Riverbed Community", "maintainer": "Riverbed Community",
@ -13,27 +14,27 @@
"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": [
{
"adapter_number": 1,
"port_name": "AUX"
},
{
"adapter_number": 2,
"port_name": "LAN0_0"
},
{
"adapter_number": 3,
"port_name": "WAN0_0"
}
],
"qemu": { "qemu": {
"arch": "x86_64",
"adapter_type": "virtio-net-pci", "adapter_type": "virtio-net-pci",
"adapters": 4, "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, "ram": 2048,
"hda_disk_interface": "virtio", "hda_disk_interface": "virtio",
"hdb_disk_interface": "virtio", "hdb_disk_interface": "virtio",
"arch": "x86_64",
"console_type": "telnet", "console_type": "telnet",
"kvm": "require" "kvm": "require"
}, },
@ -75,13 +76,6 @@
"hda_disk_image": "mgmt.qcow2", "hda_disk_image": "mgmt.qcow2",
"hdb_disk_image": "empty100G.qcow2" "hdb_disk_image": "empty100G.qcow2"
} }
},
{
"name": "9.9.2",
"images": {
"hda_disk_image": "mgmt.qcow2",
"hdb_disk_image": "empty100G.qcow2"
}
} }
] ]
} }