Update Cisco NXOSv template to use NXOSv version provided by VIRL.

This commit is contained in:
grossmj 2016-02-12 21:32:31 -07:00
parent b0975cfaa1
commit b8b78fbdff
2 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@
"version": "15.2.4055",
"md5sum": "1a3a21f5697cae64bb930895b986d71e",
"filesize": 96862208,
"download_url": "http://virl.cisco.com/"
"download_url": "https://virl.mediuscorp.com/my-account/"
}
],
"versions": [

View File

@ -1,7 +1,7 @@
{
"name": "Cisco NX-OSv",
"category": "multilayer_switch",
"description": "NX-OSv is a reference platform for an implementation of the Cisco Nexus operating system, based on the Nexus 7000-series platforms, running as a full virtual machine on a hypervisor.",
"description": "NXOSv is a reference platform for an implementation of the Cisco Nexus operating system, based on the Nexus 7000-series platforms, running as a full virtual machine on a hypervisor. This includes NXAPI and MPLS LDP support.",
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"product_name": "NX-OSv",
@ -23,18 +23,18 @@
},
"images": [
{
"filename": "NXOSv-7.2.0.121.qcow2",
"version": "7.2.0.121",
"filename": "titanium-d1.7.2.0.D1.1.vmdk",
"version": "7.2.0.D1.1",
"md5sum": "0ee38c7d717840cb4ca822f4870671d0",
"filesize": 361103360,
"download_url": "http://virl.cisco.com/"
"download_url": "https://virl.mediuscorp.com/my-account/"
}
],
"versions": [
{
"name": "7.2.0.121",
"name": "7.2.0.D1.1",
"images": {
"hda_disk_image": "NXOSv-7.2.0.121.qcow2"
"hda_disk_image": "titanium-d1.7.2.0.D1.1.vmdk"
}
}
]