gns3-server 3.0.3__py3-none-any.whl → 3.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gns3-server might be problematic. Click here for more details.

Files changed (116) hide show
  1. gns3_server-3.0.5.dist-info/METADATA +202 -0
  2. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/RECORD +114 -59
  3. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/WHEEL +1 -1
  4. gns3server/api/routes/compute/cloud_nodes.py +1 -1
  5. gns3server/api/routes/controller/computes.py +1 -1
  6. gns3server/api/routes/controller/images.py +0 -5
  7. gns3server/api/routes/controller/links.py +52 -1
  8. gns3server/appliances/almalinux.gns3a +30 -0
  9. gns3server/appliances/arista-veos.gns3a +15 -15
  10. gns3server/appliances/aruba-arubaoscx.gns3a +39 -0
  11. gns3server/appliances/asterfusion-vAsterNOS-campus.gns3a +50 -0
  12. gns3server/appliances/asterfusion-vAsterNOS.gns3a +1 -1
  13. gns3server/appliances/centos-cloud.gns3a +24 -54
  14. gns3server/appliances/cisco-asav.gns3a +2 -2
  15. gns3server/appliances/cisco-c8000v.gns3a +15 -2
  16. gns3server/appliances/cisco-cat9k.gns3a +2 -2
  17. gns3server/appliances/cisco-csr1000v.gns3a +3 -3
  18. gns3server/appliances/cisco-iosv.gns3a +22 -7
  19. gns3server/appliances/cisco-iosvl2.gns3a +2 -1
  20. gns3server/appliances/cisco-iosxrv.gns3a +2 -2
  21. gns3server/appliances/cisco-iosxrv9k.gns3a +16 -133
  22. gns3server/appliances/cisco-iou-l2.gns3a +2 -0
  23. gns3server/appliances/cisco-iou-l3.gns3a +2 -0
  24. gns3server/appliances/cisco-nxosv.gns3a +2 -1
  25. gns3server/appliances/cisco-nxosv9k.gns3a +36 -343
  26. gns3server/appliances/exos.gns3a +13 -0
  27. gns3server/appliances/fedora-cloud.gns3a +30 -0
  28. gns3server/appliances/fortianalyzer.gns3a +42 -0
  29. gns3server/appliances/fortigate.gns3a +42 -0
  30. gns3server/appliances/fortimanager.gns3a +43 -1
  31. gns3server/appliances/infix.gns3a +118 -0
  32. gns3server/appliances/juniper-vJunos-router.gns3a +75 -0
  33. gns3server/appliances/nethsecurity.gns3a +44 -0
  34. gns3server/appliances/oracle-linux-cloud.gns3a +31 -1
  35. gns3server/appliances/rhel.gns3a +57 -1
  36. gns3server/appliances/rockylinux.gns3a +15 -0
  37. gns3server/appliances/vyos.gns3a +13 -0
  38. gns3server/compute/builtin/nodes/nat.py +1 -1
  39. gns3server/compute/docker/__init__.py +8 -9
  40. gns3server/compute/docker/docker_vm.py +2 -1
  41. gns3server/compute/qemu/qemu_vm.py +69 -28
  42. gns3server/compute/vmware/vmware_vm.py +1 -2
  43. gns3server/controller/__init__.py +14 -0
  44. gns3server/controller/compute.py +4 -3
  45. gns3server/controller/gns3vm/virtualbox_gns3_vm.py +55 -28
  46. gns3server/crash_report.py +1 -1
  47. gns3server/custom_symbols/6wind.svg +1 -0
  48. gns3server/custom_symbols/alpine-virt-qemu.svg +46 -0
  49. gns3server/custom_symbols/arista_bybaro.svg +24 -0
  50. gns3server/custom_symbols/asterfusion-vAsterNOS.svg +48 -0
  51. gns3server/custom_symbols/cisco-fmcv.svg +498 -0
  52. gns3server/custom_symbols/cisco-ise.svg +244 -0
  53. gns3server/custom_symbols/csr1000v_bybaro.svg +38 -0
  54. gns3server/custom_symbols/cumulus_bybaro.svg +27 -0
  55. gns3server/custom_symbols/firefox.svg +1 -0
  56. gns3server/custom_symbols/fortigate_bybaro.svg +42 -0
  57. gns3server/custom_symbols/fortinet.svg +72 -0
  58. gns3server/custom_symbols/innovaphone-ap-icon.jpg +0 -0
  59. gns3server/custom_symbols/innovaphone-pbx-green.png +0 -0
  60. gns3server/custom_symbols/juniper-vmx.svg +284 -0
  61. gns3server/custom_symbols/juniper-vqfx.svg +324 -0
  62. gns3server/custom_symbols/junos_olive_bybaro.svg +18 -0
  63. gns3server/custom_symbols/linux_guest.svg +1917 -0
  64. gns3server/custom_symbols/loadbalancer.svg +380 -0
  65. gns3server/custom_symbols/loadbalancer_docker.svg +387 -0
  66. gns3server/custom_symbols/mgmt_station.svg +1967 -0
  67. gns3server/custom_symbols/mgmt_station_docker.svg +1996 -0
  68. gns3server/custom_symbols/microsoft.svg +85 -0
  69. gns3server/custom_symbols/multilayer_switch_docker.svg +332 -0
  70. gns3server/custom_symbols/multilayer_switch_green_docker.svg +344 -0
  71. gns3server/custom_symbols/multilayer_switch_red_docker.svg +344 -0
  72. gns3server/custom_symbols/opennac.png +0 -0
  73. gns3server/custom_symbols/opensuse.svg +126 -0
  74. gns3server/custom_symbols/openvswitch_bybaro.svg +26 -0
  75. gns3server/custom_symbols/ostinato-3d-icon.svg +95 -0
  76. gns3server/custom_symbols/packetfence2.png +0 -0
  77. gns3server/custom_symbols/pan-vm-fw.svg +364 -0
  78. gns3server/custom_symbols/parrotlogo.png +0 -0
  79. gns3server/custom_symbols/qemu_guest_win10_bybaro.svg +56 -0
  80. gns3server/custom_symbols/qemu_guest_win7_bybaro.svg +59 -0
  81. gns3server/custom_symbols/qemu_guest_win8_bybaro.svg +56 -0
  82. gns3server/custom_symbols/router_docker.svg +213 -0
  83. gns3server/custom_symbols/router_green.svg +206 -0
  84. gns3server/custom_symbols/router_green_docker.svg +665 -0
  85. gns3server/custom_symbols/router_red.svg +206 -0
  86. gns3server/custom_symbols/router_red_docker.svg +213 -0
  87. gns3server/custom_symbols/rpi.png +0 -0
  88. gns3server/custom_symbols/securityonion-logo.png +0 -0
  89. gns3server/custom_symbols/shieldedtux.png +0 -0
  90. gns3server/custom_symbols/steelhead-vcx.png +0 -0
  91. gns3server/custom_symbols/stormshield.png +0 -0
  92. gns3server/custom_symbols/ubuntu.svg +1750 -0
  93. gns3server/custom_symbols/vRIN.svg +316 -0
  94. gns3server/custom_symbols/vsrx_bybaro.svg +44 -0
  95. gns3server/custom_symbols/vyos.svg +35 -0
  96. gns3server/disks/OVMF_CODE_4M.fd +0 -0
  97. gns3server/disks/OVMF_VARS_4M.fd +0 -0
  98. gns3server/schemas/__init__.py +1 -1
  99. gns3server/schemas/compute/docker_nodes.py +2 -2
  100. gns3server/schemas/compute/dynamips_nodes.py +5 -5
  101. gns3server/schemas/compute/iou_nodes.py +2 -2
  102. gns3server/schemas/controller/links.py +21 -0
  103. gns3server/schemas/controller/templates/docker_templates.py +2 -2
  104. gns3server/schemas/controller/templates/dynamips_templates.py +19 -19
  105. gns3server/schemas/controller/templates/iou_templates.py +4 -4
  106. gns3server/schemas/controller/templates/qemu_templates.py +1 -1
  107. gns3server/schemas/controller/users.py +3 -3
  108. gns3server/static/web-ui/index.html +1 -1
  109. gns3server/static/web-ui/main.fd9d76d279fa7d5e.js +1 -0
  110. gns3server/utils/images.py +10 -0
  111. gns3server/version.py +2 -2
  112. gns3_server-3.0.3.dist-info/METADATA +0 -869
  113. gns3server/static/web-ui/main.2e807eb4bc32f838.js +0 -1
  114. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/entry_points.txt +0 -0
  115. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info/licenses}/LICENSE +0 -0
  116. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/top_level.txt +0 -0
@@ -5,9 +5,9 @@
5
5
  "description": "IOS XRv 9000 (aka Sunstone) is the 1st VM released running the 64-bit IOS XR operating system as used on the NCS-6xxx platform. This appliance requires 4 vCPUs and 16GB of memory to run!",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
- "documentation_url": "http://www.cisco.com/c/en/us/td/docs/ios_xr_sw/ios_xrv/release/notes/xrv-rn.html",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/ios-xrv-9000/",
9
9
  "product_name": "IOS XRv 9000",
10
- "product_url": "http://virl.cisco.com/",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
11
11
  "registry_version": 4,
12
12
  "status": "experimental",
13
13
  "maintainer": "GNS3 Team",
@@ -26,162 +26,45 @@
26
26
  "options": "-smp 4 -cpu host"
27
27
  },
28
28
  "images": [
29
+ {
30
+ "filename": "xrv9k-fullk9-x-24.3.1.qcow2",
31
+ "version": "24.3.1",
32
+ "md5sum": "bd047c457e29952f265583f299bab845",
33
+ "filesize": 1704658432,
34
+ "download_url": "https://learningnetworkstore.cisco.com/myaccount"
35
+ },
29
36
  {
30
37
  "filename": "xrv9k-fullk9-x-7.7.1.qcow2",
31
38
  "version": "7.7.1",
32
39
  "md5sum": "682fff40d2ff373d8da3342906553b54",
33
40
  "filesize": 1643905024,
34
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/7.1.1"
41
+ "download_url": "https://learningnetworkstore.cisco.com/myaccount"
35
42
  },
36
43
  {
37
44
  "filename": "xrv9k-fullk9-x-7.1.1.qcow2",
38
45
  "version": "7.1.1",
39
46
  "md5sum": "dcf241e3f8df0151fec2c7bfac9d96ac",
40
47
  "filesize": 1443758080,
41
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/7.1.1"
42
- },
43
- {
44
- "filename": "xrv9k-fullk9-x-7.0.1.qcow2",
45
- "version": "7.0.1",
46
- "md5sum": "ca2817767fa546e303c3c536e211d33e",
47
- "filesize": 1446445056,
48
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/7.0.1"
49
- },
50
- {
51
- "filename": "xrv9k-fullk9-x-6.6.2.qcow2",
52
- "version": "6.6.2",
53
- "md5sum": "fd630be3c449e625073286a3a66021ae",
54
- "filesize": 1452998656,
55
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/6.6.2"
56
- },
57
- {
58
- "filename": "xrv9k-fullk9-x-6.5.3.qcow2",
59
- "version": "6.5.3",
60
- "md5sum": "71f018e3ea895b663129090fb4f0ff40",
61
- "filesize": 1205075968,
62
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/6.5.3"
63
- },
64
- {
65
- "filename": "xrv9k-fullk9-x-6.5.2.qcow2",
66
- "version": "6.5.2",
67
- "md5sum": "506d9e23dda7365c99dd82b613859697",
68
- "filesize": 1205010432,
69
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/6.5.1"
70
- },
71
- {
72
- "filename": "xrv9k-fullk9-x-6.5.1.qcow2",
73
- "version": "6.5.1",
74
- "md5sum": "730868e7cd46de9aa2e950899c7f9498",
75
- "filesize": 1208811520,
76
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/6.5.1"
77
- },
78
- {
79
- "filename": "xrv9k-fullk9-x-6.4.2.qcow2",
80
- "version": "6.4.2",
81
- "md5sum": "6958763192c7bb59a1b8049d377de1b4",
82
- "filesize": 1311703040,
83
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/6.4.2"
84
- },
85
- {
86
- "filename": "xrv9k-fullk9-x-6.4.1.qcow2",
87
- "version": "6.4.1",
88
- "md5sum": "9c56b684e307706005a503e289cb9317",
89
- "filesize": 1304887296,
90
- "download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/6.4.1"
91
- },
92
- {
93
- "filename": "xrv9k-fullk9-x-6.2.25.qcow2",
94
- "version": "6.2.25",
95
- "md5sum": "3f54e62b6f7cedfb2607233e5e465766",
96
- "filesize": 1190723584,
97
- "download_url": "https://learningnetworkstore.cisco.com/myaccount"
98
- },
99
- {
100
- "filename": "xrv9k-fullk9-x.qcow2-6.0.1",
101
- "version": "6.0.1",
102
- "md5sum": "e20d046807075046c35b6ce7d6766a7f",
103
- "filesize": 2109210624,
104
- "download_url": "https://learningnetworkstore.cisco.com/myaccount"
105
- },
106
- {
107
- "filename": "xrv9k-fullk9-x.qcow2-6.0.0",
108
- "version": "6.0.0",
109
- "md5sum": "64c538c34252aaeb4ed1ddb93d6803fd",
110
- "filesize": 2572943360,
111
48
  "download_url": "https://learningnetworkstore.cisco.com/myaccount"
112
49
  }
113
50
  ],
114
51
  "versions": [
115
52
  {
116
- "name": "7.7.1",
117
- "images": {
118
- "hda_disk_image": "xrv9k-fullk9-x-7.7.1.qcow2"
119
- }
120
- },
121
- {
122
- "name": "7.1.1",
123
- "images": {
124
- "hda_disk_image": "xrv9k-fullk9-x-7.1.1.qcow2"
125
- }
126
- },
127
- {
128
- "name": "7.0.1",
129
- "images": {
130
- "hda_disk_image": "xrv9k-fullk9-x-7.0.1.qcow2"
131
- }
132
- },
133
- {
134
- "name": "6.6.2",
135
- "images": {
136
- "hda_disk_image": "xrv9k-fullk9-x-6.6.2.qcow2"
137
- }
138
- },
139
- {
140
- "name": "6.5.3",
53
+ "name": "24.3.1",
141
54
  "images": {
142
- "hda_disk_image": "xrv9k-fullk9-x-6.5.3.qcow2"
55
+ "hda_disk_image": "xrv9k-fullk9-x-24.3.1.qcow2"
143
56
  }
144
57
  },
145
58
  {
146
- "name": "6.5.2",
147
- "images": {
148
- "hda_disk_image": "xrv9k-fullk9-x-6.5.2.qcow2"
149
- }
150
- },
151
- {
152
- "name": "6.5.1",
153
- "images": {
154
- "hda_disk_image": "xrv9k-fullk9-x-6.5.1.qcow2"
155
- }
156
- },
157
- {
158
- "name": "6.4.2",
159
- "images": {
160
- "hda_disk_image": "xrv9k-fullk9-x-6.4.2.qcow2"
161
- }
162
- },
163
- {
164
- "name": "6.4.1",
165
- "images": {
166
- "hda_disk_image": "xrv9k-fullk9-x-6.4.1.qcow2"
167
- }
168
- },
169
- {
170
- "name": "6.2.25",
171
- "images": {
172
- "hda_disk_image": "xrv9k-fullk9-x-6.2.25.qcow2"
173
- }
174
- },
175
- {
176
- "name": "6.0.1",
59
+ "name": "7.7.1",
177
60
  "images": {
178
- "hda_disk_image": "xrv9k-fullk9-x.qcow2-6.0.1"
61
+ "hda_disk_image": "xrv9k-fullk9-x-7.7.1.qcow2"
179
62
  }
180
63
  },
181
64
  {
182
- "name": "6.0.0",
65
+ "name": "7.1.1",
183
66
  "images": {
184
- "hda_disk_image": "xrv9k-fullk9-x.qcow2-6.0.0"
67
+ "hda_disk_image": "xrv9k-fullk9-x-7.1.1.qcow2"
185
68
  }
186
69
  }
187
70
  ]
@@ -5,7 +5,9 @@
5
5
  "description": "Cisco IOS on UNIX Layer 2 image.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/iol-l2/",
8
9
  "product_name": "Cisco IOU L2",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
9
11
  "registry_version": 4,
10
12
  "status": "experimental",
11
13
  "maintainer": "GNS3 Team",
@@ -5,7 +5,9 @@
5
5
  "description": "Cisco IOS on UNIX Layer 3 image.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/iol/",
8
9
  "product_name": "Cisco IOU L3",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
9
11
  "registry_version": 4,
10
12
  "status": "experimental",
11
13
  "maintainer": "GNS3 Team",
@@ -5,8 +5,9 @@
5
5
  "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.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/nx-os/",
8
9
  "product_name": "NX-OSv",
9
- "product_url": "http://virl.cisco.com/",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
10
11
  "registry_version": 4,
11
12
  "status": "stable",
12
13
  "maintainer": "GNS3 Team",
@@ -5,8 +5,9 @@
5
5
  "description": "The NX-OSv 9000 is a virtual platform that is designed to simulate the control plane aspects of a network element running Cisco Nexus 9000 software. The NX-OSv 9000 shares the same software image running on Cisco Nexus 9000 hardware platform although no specific hardware emulation is implemented. When the software runs as a virtual machine, line card (LC) ASIC provisioning or any interaction from the control plane to hardware ASIC is handled by the NX-OSv 9000 software data plane.\nThe NX-OSv 9000 for the Cisco Nexus 9000 Series provides a useful tool to enable the devops model and rapidly test changes to the infrastructure or to infrastructure automation tools. This enables network simulations in large scale for customers to validate configuration changes on a simulated network prior to applying them on a production network. Some users have also expressed interest in using the simulation system for feature test ,verification, and automation tooling development and test simualtion prior to deployment. NX-OSv 9000 can be used as a programmability vehicle to validate software defined networks (SDNs) and Network Function Virtualization (NFV) based solutions.",
6
6
  "vendor_name": "Cisco",
7
7
  "vendor_url": "http://www.cisco.com/",
8
- "documentation_url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/nx-osv/configuration/guide/b_NX-OSv_9000/b_NX-OSv_chapter_01.html",
8
+ "documentation_url": "https://developer.cisco.com/docs/modeling-labs/nx-os-9000/",
9
9
  "product_name": "NX-OSv 9000",
10
+ "product_url": "https://developer.cisco.com/modeling-labs/",
10
11
  "registry_version": 4,
11
12
  "status": "stable",
12
13
  "availability": "service-contract",
@@ -26,12 +27,33 @@
26
27
  "kvm": "require"
27
28
  },
28
29
  "images": [
30
+ {
31
+ "filename": "nexus9500v64.10.5.1.F.qcow2",
32
+ "version": "9500v 10.5.1.F",
33
+ "md5sum": "2fa6fb4dd4c5e49d53896d60fa746e59",
34
+ "filesize": 2388459520,
35
+ "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/10.5(1)"
36
+ },
37
+ {
38
+ "filename": "nexus9300v64.10.5.1.F.qcow2",
39
+ "version": "9300v 10.5.1.F",
40
+ "md5sum": "2bbc767debbc7c1144eabe176ae67503",
41
+ "filesize": 2388393984,
42
+ "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/10.5(1)"
43
+ },
44
+ {
45
+ "filename": "nexus9500v64.10.3.1.F.qcow2",
46
+ "version": "9500v 10.3.1.F",
47
+ "md5sum": "41e3c1c0c003b13f1bf774f0d1873e87",
48
+ "filesize": 2097510400,
49
+ "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/10.3(1)"
50
+ },
29
51
  {
30
52
  "filename": "nexus9300v64.10.3.1.F.qcow2",
31
53
  "version": "9300v 10.3.1.F",
32
54
  "md5sum": "a6ffd2501a5791c11cee319943b912da",
33
55
  "filesize": 2097086464,
34
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/10.1(1)"
56
+ "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/10.3(1)"
35
57
  },
36
58
  {
37
59
  "filename": "nexus9500v64.10.1.1.qcow2",
@@ -47,181 +69,6 @@
47
69
  "filesize": 1990983680,
48
70
  "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/10.1(1)"
49
71
  },
50
- {
51
- "filename": "nexus9500v.9.3.13.qcow2",
52
- "version": "9500v 9.3.13",
53
- "md5sum": "bacf0f664ee34625c85a9f278b2466a2",
54
- "filesize": 2248409088,
55
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(13)"
56
- },
57
- {
58
- "filename": "nexus9300v.9.3.13.qcow2",
59
- "version": "9300v 9.3.13",
60
- "md5sum": "d8ce30cb762df02d77ec27786a2435ad",
61
- "filesize": 2248343552,
62
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(13)"
63
- },
64
- {
65
- "filename": "nexus9500v.9.3.12.qcow2",
66
- "version": "9500v 9.3.12",
67
- "md5sum": "452e5cb2a7a25feaa3ba0624a82ff9ca",
68
- "filesize": 1997996032,
69
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(12)"
70
- },
71
- {
72
- "filename": "nexus9300v.9.3.12.qcow2",
73
- "version": "9300v 9.3.12",
74
- "md5sum": "7b6b5dad1001e11d6ebb54662616e9f2",
75
- "filesize": 1997930496,
76
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(12)"
77
- },
78
- {
79
- "filename": "nexus9500v.9.3.9.qcow2",
80
- "version": "9500v 9.3.9",
81
- "md5sum": "30c25039927f89aebe73ea20d15abd6d",
82
- "filesize": 1980760064,
83
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(9)"
84
- },
85
- {
86
- "filename": "nexus9300v.9.3.9.qcow2",
87
- "version": "9300v 9.3.9",
88
- "md5sum": "e807005cb7d2d2957b4af0e59f368b36",
89
- "filesize": 1980563456,
90
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(9)"
91
- },
92
- {
93
- "filename": "nexus9300v.9.3.8.qcow2",
94
- "version": "9300v 9.3.8",
95
- "md5sum": "f8bd834f8395c134dc98d895c98441af",
96
- "filesize": 1976434688,
97
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(8)"
98
- },
99
- {
100
- "filename": "nexus9500v.9.3.7.qcow2",
101
- "version": "9500v 9.3.7",
102
- "md5sum": "65f669e0dd379a05a8cdbb9d7592a064",
103
- "filesize": 1986068480,
104
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(7)"
105
- },
106
- {
107
- "filename": "nexus9500v.9.3.3.qcow2",
108
- "version": "9500v 9.3.3",
109
- "md5sum": "7230c944041fdaa0e1b18cecccbc9a32",
110
- "filesize": 1714159616,
111
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(3)"
112
- },
113
- {
114
- "filename": "nexus9300v.9.3.3.qcow2",
115
- "version": "9300v 9.3.3",
116
- "md5sum": "8e9a7c4815907ef47d850623f77042e2",
117
- "filesize": 1714225152,
118
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(3)"
119
- },
120
- {
121
- "filename": "nxosv.9.3.1.qcow2",
122
- "version": "9.3.1",
123
- "md5sum": "148fd38cb1ff78df2883f844e172fad9",
124
- "filesize": 1435041792,
125
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.3(1)?i=!pp"
126
- },
127
- {
128
- "filename": "nxosv-final.9.2.3.qcow2",
129
- "version": "9.2.3",
130
- "md5sum": "74bd9a5b4970e868685f753e48979194",
131
- "filesize": 1357643776,
132
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.2%25283%2529"
133
- },
134
- {
135
- "filename": "nxosv-final.9.2.2.qcow2",
136
- "version": "9.2.2",
137
- "md5sum": "2119702c488552fc4d1b4210a04d4f64",
138
- "filesize": 1344077824,
139
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.2%25281%2529"
140
- },
141
- {
142
- "filename": "nxosv-final.9.2.1.qcow2",
143
- "version": "9.2.1",
144
- "md5sum": "1d7fa4654602d7ffbf62544edfe71986",
145
- "filesize": 1330315264,
146
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/9.2%25281%2529"
147
- },
148
- {
149
- "filename": "nxosv-final.7.0.3.I7.9.qcow2",
150
- "version": "7.0.3.I7.9",
151
- "md5sum": "50678c719f6b822c43dd096dbdf359e8",
152
- "filesize": 1003618304,
153
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/7.0(3)I7(9)?i=!pp"
154
- },
155
- {
156
- "filename": "nxosv-final.7.0.3.I7.7.qcow2",
157
- "version": "7.0.3.I7.7",
158
- "md5sum": "5daab34b672f9534c9aee59a6c8903b3",
159
- "filesize": 996212736,
160
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/7.0%25283%2529I7%25287%2529"
161
- },
162
- {
163
- "filename": "nxosv-final.7.0.3.I7.6.qcow2",
164
- "version": "7.0.3.I7.6",
165
- "md5sum": "a122ee954b4c11761abd99291b70544e",
166
- "filesize": 1031995392,
167
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/7.0%25283%2529I7%25286%2529"
168
- },
169
- {
170
- "filename": "nxosv-final.7.0.3.I7.5.qcow2",
171
- "version": "7.0.3.I7.5",
172
- "md5sum": "68a4008e189c8a35ccb8ee58db9608bb",
173
- "filesize": 1027670016,
174
- "download_url": "https://software.cisco.com/download/home/286312239/type/282088129/release/7.0%25283%2529I7%25285%2529"
175
- },
176
- {
177
- "filename": "nxosv-final.7.0.3.I7.4.qcow2",
178
- "version": "7.0.3.I7.4",
179
- "md5sum": "1e980c95ca47045ae45ded6e07fabfb8",
180
- "filesize": 985792512,
181
- "download_url": "https://software.cisco.com/download/"
182
- },
183
- {
184
- "filename": "nxosv-final.7.0.3.I7.3.qcow2",
185
- "version": "7.0.3.I7.3",
186
- "md5sum": "9d7a20367bf681a239f14097bbce470a",
187
- "filesize": 983629824,
188
- "download_url": "https://software.cisco.com/download/"
189
- },
190
- {
191
- "filename": "nxosv-final.7.0.3.I7.2.qcow2",
192
- "version": "7.0.3.I7.2",
193
- "md5sum": "17295efb13e83b24a439148449bfd5ab",
194
- "filesize": 906231808,
195
- "download_url": "https://software.cisco.com/download/"
196
- },
197
- {
198
- "filename": "nxosv-final.7.0.3.I7.1.qcow2",
199
- "version": "7.0.3.I7.1",
200
- "md5sum": "3c122f27d0c3684c63657207eadf4d06",
201
- "filesize": 903151616,
202
- "download_url": "https://software.cisco.com/download/"
203
- },
204
- {
205
- "filename": "nxosv-final.7.0.3.I6.1.qcow2",
206
- "version": "7.0.3.I6.1",
207
- "md5sum": "18bb991b814a508d1190575f99deed99",
208
- "filesize": 780402688,
209
- "download_url": "https://software.cisco.com/download/"
210
- },
211
- {
212
- "filename": "nxosv-final.7.0.3.I5.2.qcow2",
213
- "version": "7.0.3.I5.2",
214
- "md5sum": "c06aaa02f758a64fd8fee9406756f1da",
215
- "filesize": 777715712,
216
- "download_url": "https://software.cisco.com/download/"
217
- },
218
- {
219
- "filename": "nxosv-final.7.0.3.I5.1.qcow2",
220
- "version": "7.0.3.I5.1",
221
- "md5sum": "201ea658fa4c57452ee4b2aa4f5262a7",
222
- "filesize": 784990208,
223
- "download_url": "https://software.cisco.com/download/"
224
- },
225
72
  {
226
73
  "filename": "OVMF-edk2-stable202305.fd",
227
74
  "version": "stable202305",
@@ -234,199 +81,45 @@
234
81
  ],
235
82
  "versions": [
236
83
  {
237
- "name": "9300v 10.3.1.F",
238
- "images": {
239
- "bios_image": "OVMF-edk2-stable202305.fd",
240
- "hda_disk_image": "nexus9300v64.10.3.1.F.qcow2"
241
- }
242
- },
243
- {
244
- "name": "9500v 10.1.1",
245
- "images": {
246
- "bios_image": "OVMF-edk2-stable202305.fd",
247
- "hda_disk_image": "nexus9500v64.10.1.1.qcow2"
248
- }
249
- },
250
- {
251
- "name": "9300v 10.1.1",
252
- "images": {
253
- "bios_image": "OVMF-edk2-stable202305.fd",
254
- "hda_disk_image": "nexus9300v.10.1.1.qcow2"
255
- }
256
- },
257
- {
258
- "name": "9500v 9.3.13",
259
- "images": {
260
- "bios_image": "OVMF-edk2-stable202305.fd",
261
- "hda_disk_image": "nexus9500v.9.3.13.qcow2"
262
- }
263
- },
264
- {
265
- "name": "9300v 9.3.13",
266
- "images": {
267
- "bios_image": "OVMF-edk2-stable202305.fd",
268
- "hda_disk_image": "nexus9300v.9.3.13.qcow2"
269
- }
270
- },
271
- {
272
- "name": "9500v 9.3.12",
273
- "images": {
274
- "bios_image": "OVMF-edk2-stable202305.fd",
275
- "hda_disk_image": "nexus9500v.9.3.12.qcow2"
276
- }
277
- },
278
- {
279
- "name": "9300v 9.3.12",
280
- "images": {
281
- "bios_image": "OVMF-edk2-stable202305.fd",
282
- "hda_disk_image": "nexus9300v.9.3.12.qcow2"
283
- }
284
- },
285
- {
286
- "name": "9500v 9.3.9",
287
- "images": {
288
- "bios_image": "OVMF-edk2-stable202305.fd",
289
- "hda_disk_image": "nexus9500v.9.3.9.qcow2"
290
- }
291
- },
292
- {
293
- "name": "9300v 9.3.9",
294
- "images": {
295
- "bios_image": "OVMF-edk2-stable202305.fd",
296
- "hda_disk_image": "nexus9300v.9.3.9.qcow2"
297
- }
298
- },
299
- {
300
- "name": "9300v 9.3.8",
301
- "images": {
302
- "bios_image": "OVMF-edk2-stable202305.fd",
303
- "hda_disk_image": "nexus9300v.9.3.8.qcow2"
304
- }
305
- },
306
- {
307
- "name": "9500v 9.3.7",
84
+ "name": "9500v 10.5.1.F",
308
85
  "images": {
309
86
  "bios_image": "OVMF-edk2-stable202305.fd",
310
- "hda_disk_image": "nexus9500v.9.3.7.qcow2"
87
+ "hda_disk_image": "nexus9500v64.10.5.1.F.qcow2"
311
88
  }
312
89
  },
313
90
  {
314
- "name": "9500v 9.3.3",
91
+ "name": "9300v 10.5.1.F",
315
92
  "images": {
316
93
  "bios_image": "OVMF-edk2-stable202305.fd",
317
- "hda_disk_image": "nexus9500v.9.3.3.qcow2"
94
+ "hda_disk_image": "nexus9300v64.10.5.1.F.qcow2"
318
95
  }
319
96
  },
320
97
  {
321
- "name": "9300v 9.3.3",
98
+ "name": "9500v 10.3.1.F",
322
99
  "images": {
323
100
  "bios_image": "OVMF-edk2-stable202305.fd",
324
- "hda_disk_image": "nexus9300v.9.3.3.qcow2"
101
+ "hda_disk_image": "nexus9500v64.10.3.1.F.qcow2"
325
102
  }
326
103
  },
327
104
  {
328
- "name": "9.3.1",
329
- "images": {
330
- "bios_image": "OVMF-edk2-stable202305.fd",
331
- "hda_disk_image": "nxosv.9.3.1.qcow2"
332
- }
333
- },
334
- {
335
- "name": "9.2.3",
336
- "images": {
337
- "bios_image": "OVMF-edk2-stable202305.fd",
338
- "hda_disk_image": "nxosv-final.9.2.3.qcow2"
339
- }
340
- },
341
- {
342
- "name": "9.2.2",
343
- "images": {
344
- "bios_image": "OVMF-edk2-stable202305.fd",
345
- "hda_disk_image": "nxosv-final.9.2.2.qcow2"
346
- }
347
- },
348
- {
349
- "name": "9.2.1",
350
- "images": {
351
- "bios_image": "OVMF-edk2-stable202305.fd",
352
- "hda_disk_image": "nxosv-final.9.2.1.qcow2"
353
- }
354
- },
355
- {
356
- "name": "7.0.3.I7.9",
357
- "images": {
358
- "bios_image": "OVMF-edk2-stable202305.fd",
359
- "hda_disk_image": "nxosv-final.7.0.3.I7.9.qcow2"
360
- }
361
- },
362
- {
363
- "name": "7.0.3.I7.7",
364
- "images": {
365
- "bios_image": "OVMF-edk2-stable202305.fd",
366
- "hda_disk_image": "nxosv-final.7.0.3.I7.7.qcow2"
367
- }
368
- },
369
- {
370
- "name": "7.0.3.I7.6",
371
- "images": {
372
- "bios_image": "OVMF-edk2-stable202305.fd",
373
- "hda_disk_image": "nxosv-final.7.0.3.I7.6.qcow2"
374
- }
375
- },
376
- {
377
- "name": "7.0.3.I7.5",
378
- "images": {
379
- "bios_image": "OVMF-edk2-stable202305.fd",
380
- "hda_disk_image": "nxosv-final.7.0.3.I7.5.qcow2"
381
- }
382
- },
383
- {
384
- "name": "7.0.3.I7.4",
385
- "images": {
386
- "bios_image": "OVMF-edk2-stable202305.fd",
387
- "hda_disk_image": "nxosv-final.7.0.3.I7.4.qcow2"
388
- }
389
- },
390
- {
391
- "name": "7.0.3.I7.3",
392
- "images": {
393
- "bios_image": "OVMF-edk2-stable202305.fd",
394
- "hda_disk_image": "nxosv-final.7.0.3.I7.3.qcow2"
395
- }
396
- },
397
- {
398
- "name": "7.0.3.I7.2",
399
- "images": {
400
- "bios_image": "OVMF-edk2-stable202305.fd",
401
- "hda_disk_image": "nxosv-final.7.0.3.I7.2.qcow2"
402
- }
403
- },
404
- {
405
- "name": "7.0.3.I7.1",
406
- "images": {
407
- "bios_image": "OVMF-edk2-stable202305.fd",
408
- "hda_disk_image": "nxosv-final.7.0.3.I7.1.qcow2"
409
- }
410
- },
411
- {
412
- "name": "7.0.3.I6.1",
105
+ "name": "9300v 10.3.1.F",
413
106
  "images": {
414
107
  "bios_image": "OVMF-edk2-stable202305.fd",
415
- "hda_disk_image": "nxosv-final.7.0.3.I6.1.qcow2"
108
+ "hda_disk_image": "nexus9300v64.10.3.1.F.qcow2"
416
109
  }
417
110
  },
418
111
  {
419
- "name": "7.0.3.I5.2",
112
+ "name": "9500v 10.1.1",
420
113
  "images": {
421
114
  "bios_image": "OVMF-edk2-stable202305.fd",
422
- "hda_disk_image": "nxosv-final.7.0.3.I5.2.qcow2"
115
+ "hda_disk_image": "nexus9500v64.10.1.1.qcow2"
423
116
  }
424
117
  },
425
118
  {
426
- "name": "7.0.3.I5.1",
119
+ "name": "9300v 10.1.1",
427
120
  "images": {
428
121
  "bios_image": "OVMF-edk2-stable202305.fd",
429
- "hda_disk_image": "nxosv-final.7.0.3.I5.1.qcow2"
122
+ "hda_disk_image": "nexus9300v.10.1.1.qcow2"
430
123
  }
431
124
  }
432
125
  ]