mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 05:17:55 +00:00
Add missing appliance_id for riverbed-steelhead-ng-vcx.gns3a
This commit is contained in:
parent
7cb94a4d3b
commit
b41d2b8b53
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"appliance_id": "c21f6df8-64ab-4e24-921b-ec7f889ce32a",
|
||||||
"name": "SteelHead",
|
"name": "SteelHead",
|
||||||
"category": "guest",
|
"category": "guest",
|
||||||
"description": "SteelHead is the Riverbed Accelerator",
|
"description": "SteelHead is the Riverbed Accelerator",
|
||||||
@ -15,7 +16,6 @@
|
|||||||
"symbol": "steelhead-vcx.png",
|
"symbol": "steelhead-vcx.png",
|
||||||
"first_port_name": "PRI",
|
"first_port_name": "PRI",
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"arch": "x86_64",
|
|
||||||
"adapter_type": "virtio-net-pci",
|
"adapter_type": "virtio-net-pci",
|
||||||
"adapters": 4,
|
"adapters": 4,
|
||||||
"custom_adapters": [
|
"custom_adapters": [
|
||||||
@ -35,6 +35,7 @@
|
|||||||
"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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user