From 502413e35671431e4aa1294c4a6aaf3cba494cad Mon Sep 17 00:00:00 2001 From: Jose Phillips Date: Fri, 30 Dec 2022 23:34:07 -0500 Subject: [PATCH] Delete old template file --- appliances/netapp-ontapsim.gns3a | 2 +- appliances/ontapsim.gns3a | 73 -------------------------------- 2 files changed, 1 insertion(+), 74 deletions(-) delete mode 100644 appliances/ontapsim.gns3a diff --git a/appliances/netapp-ontapsim.gns3a b/appliances/netapp-ontapsim.gns3a index afa3f6c..ce5ee33 100644 --- a/appliances/netapp-ontapsim.gns3a +++ b/appliances/netapp-ontapsim.gns3a @@ -4,7 +4,7 @@ "description": "NetApp ONTAP Simulator.\n\nExtract the OVA file with a zip decompressor to get the files required for this installation.", "vendor_name": "NetApp", "vendor_url": "https://www.netapp.com", - "documentation_url": "https://www.netapp.com", + "documentation_url": "https://docs.netapp.com/us-en/ontap-family/ ", "product_name": "NetApp ONTAP Simulator", "product_url": "https://www.netapp.com", "registry_version": 4, diff --git a/appliances/ontapsim.gns3a b/appliances/ontapsim.gns3a deleted file mode 100644 index b4a3582..0000000 --- a/appliances/ontapsim.gns3a +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "ONTAP Simulator", - "category": "guest", - "description": "NetApp ONTAP Simulator.", - "vendor_name": "NetApp", - "vendor_url": "http://www.netapp.com", - "documentation_url": "http://www.netapp.com", - "product_name": "NetApp ONTAP Simulator", - "product_url": "http://www.netapp.com", - "registry_version": 4, - "status": "stable", - "maintainer": "Jose Phillips", - "maintainer_email": "jose@hddlive.net", - "port_name_format": "em{0}", - "qemu": { - "adapter_type": "e1000", - "adapters": 4, - "ram": 8192, - "cpus": 2, - "hda_disk_interface": "ide", - "hdb_disk_interface": "ide", - "hdc_disk_interface": "ide", - "hdd_disk_interface": "ide", - "arch": "x86_64", - "console_type": "vnc", - "boot_priority": "c", - "kvm": "require" - }, - "images": [ - { - "filename": "vsim-esx-DOT9.5-cm-disk1.vmdk", - "version": "9.5", - "md5sum": "94a3b46fdd5add410a1ec6ac8fd6994f", - "filesize": 1220402176 - - }, - { - "filename": "vsim-esx-DOT9.5-cm-disk2.vmdk", - "version": "9.5", - "md5sum": "53e6a05a90819fff6f80c86bbdb9b193", - "filesize": 71168 - - }, - { - "filename": "vsim-esx-DOT9.5-cm-disk3.vmdk", - "version": "9.5", - "md5sum": "028cedade23c58d755b1fff0db59d70b", - "filesize": 71680 - - }, - { - "filename": "vsim-esx-DOT9.5-cm-disk4.vmdk", - "version": "9.5", - "md5sum": "fb44126d338189ee38ae20b96b702715", - "filesize": 100352 - } - - ], - "versions": [ - { - "name": "9.5", - "images": { - "hda_disk_image": "vsim-esx-DOT9.5-cm-disk1.vmdk", - "hdb_disk_image": "vsim-esx-DOT9.5-cm-disk2.vmdk", - "hdc_disk_image": "vsim-esx-DOT9.5-cm-disk3.vmdk", - "hdd_disk_image": "vsim-esx-DOT9.5-cm-disk4.vmdk" - - } - - - } - ] -}