vmware / network-insight-sdk-generic-datasources

SDK to help add support for generic switches and routers not supported in Network Insight
BSD 2-Clause "Simplified" License
15 stars 11 forks source link

No such file - huawei.yml #55

Closed notrhythm closed 1 year ago

notrhythm commented 2 years ago

Describe the bug

Hello, dear friends.

After running the command: python3.8 ./network_insight_sdk_generic_datasources/main.py -d huawei -m S6330 -s HUAWEI -i 10.1.1.1 -u i.username -p mypasswd -o outconf.zip

I faced with next error: FileNotFoundError: [Errno 2] No such file or directory: './network_insight_sdk_generic_datasources/routers_and_switches/huawei/huawei.yml'

image

image

Maybe you know how to fix it?

Thank you in advance!

Reproduction steps

run the command:
python3.8 ./network_insight_sdk_generic_datasources/main.py -d huawei -m S6330 -s HUAWEI -i 10.1.1.1 -u i.username -p mypasswd -o outconf.zip

Expected behavior

Creation outconf.zip for uploading to vRNI

Additional context

No response

piyushvmware commented 2 years ago

Hello @notrhythm,

Huawei is not supported by this SDK as Huawei is supported by vRNI. You could directly add Huawei to vRNI and check if all the entities are getting created.

Thanks, Piyush