GNS3 / gns3-web-ui

WebUI implementation for GNS3
GNU General Public License v3.0
146 stars 51 forks source link

UI Appliance Import does not allow version 8 #1508

Open jgroom33 opened 3 months ago

jgroom33 commented 3 months ago

Import fails when the appliance registry_version = 8

https://github.com/GNS3/gns3-registry/blob/master/schemas/appliance_v8.json

It seems that the settings prop is not read.

grossmj commented 3 months ago

I am not aware we have any appliance that use version 8, what have you tried to import?

Also, have you tried with the web interface or the desktop client?

Thanks.

jgroom33 commented 3 months ago

It's an appliance in development from Ciena. v8 import works on the desktop app. It doesn't work in the Web UI.

grossmj commented 3 months ago

It's an appliance in development from Ciena.

Ok, got it. Just curious, is there something in version 8 that you need that is not in version 7?

Thanks.

jgroom33 commented 3 months ago

Version 8 was selected for the uefi boot option. Though, it seems that option also works on prior versions even if it is not defined in their schema.

grossmj commented 3 months ago

I confirm that version 8 support hasn't been added to the web-ui yet. I recommend going with version 7 for now. Thanks.