gns3-registry/devices/qemu/hp-vsr1001.json

38 lines
1.4 KiB
JSON
Raw Normal View History

2015-05-25 21:06:34 +00:00
{
"name": "HP VSR1001",
"category": "router",
"vendor_name": "HP",
"vendor_url": "http://www.hp.com",
"documentation_url": "http://h20564.www2.hp.com/portal/site/hpsc/public/psi/home/?sp4ts.oid=5443163",
"product_name": "VSR1001",
"product_url": "http://www8.hp.com/us/en/products/networking-routers/product-detail.html?oid=5443163",
"repository_version": 1,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"qemu": {
"adapter_type": "e1000",
"adapters": 16,
"ram": 1024,
"processor": "x64",
2015-05-25 21:26:20 +00:00
"graphic": true,
2015-05-25 21:06:34 +00:00
"kvm": true,
"hda_disk_image": "vsr1000-hp.img",
"hda_disk_size": "8G",
"install_cdrom_to_hda": true,
2015-05-25 21:26:20 +00:00
"install_instructions": "* Wait for boot\n* Run fresh install\n* Say yes to reboot\nClose the window after reboot success"
2015-05-25 21:06:34 +00:00
},
"images": {
"cdrom": [
{
"filename": "VSR1000_HP-CMW710-R0204P01-X64.iso",
"version": "7.10.R0204P01",
"sha1sum": "9ead89601e84aa7dd341869c1d7933a583ab2794",
"download_url": "https://h10145.www1.hp.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=11832&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&OrderNumber=&PurchaseDate="
}
]
}
}