Merge pull request #119 from adosztal/master

New SW release for VSR1001
This commit is contained in:
Julien Duponchelle 2016-05-04 09:31:06 +02:00
commit 04f112c149

View File

@ -12,6 +12,7 @@
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "At first boot the router will be installed from the cdrom.",
"port_name_format": "GE{port1}/0",
"qemu": {
"adapter_type": "e1000",
"adapters": 16,
@ -22,6 +23,13 @@
"kvm": "require"
},
"images": [
{
"filename": "VSR1000_HPE-CMW710-E0321P01-X64.iso",
"version": "7.10.E0321P01",
"md5sum": "1675fed446449e782819c383293a35f6",
"filesize": 286515200,
"download_url": "https://h10145.www1.hp.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=16838&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&OrderNumber=&PurchaseDate="
},
{
"filename": "VSR1000_HP-CMW710-R0204P01-X64.iso",
"version": "7.10.R0204P01",
@ -39,6 +47,13 @@
}
],
"versions": [
{
"name": "7.10.E0321P01",
"images": {
"hda_disk_image": "empty8G.qcow2",
"cdrom_image": "VSR1000_HPE-CMW710-E0321P01-X64.iso"
}
},
{
"name": "7.10.R0204P01",
"images": {