csm-aut / csm

This repository contains Cisco Software Manager (CSM Server) source code
Apache License 2.0
11 stars 7 forks source link

auto select was unable to locate the software package #52

Closed jamesjwei closed 7 years ago

jamesjwei commented 7 years ago

The inconsistent image naming convention is causing issues for CSM.

For ASR9K eXR, CSM is looking for ‘asr9k-mini-x64.iso-6.2.1’ but in the CCO folder the filename is ‘asr9k-mini-x64-6.2.1.iso’.

I then checked Fretta, its filename is ‘ncs5500-mini-x.iso-6.1.3’. This shows why the feature works for Fretta but not for ASR9k-x64.

The error is coming from Javascript ‘auto_select_software.js’ but I have not been able to locate where the check is. Can you please let me know where the code is?

I think we should relax the check to allow either iso.x.x.x or x.x.x.iso?