extremenetworks / ExtremeScripting

Scripts and Utilities for working with Extreme Networks products
142 stars 91 forks source link

Fabric_Cluster_Create.xml errors out on Universal Platform Fabric Engine #163

Closed Maranoj closed 1 year ago

Maranoj commented 1 year ago

Line 260 doesn't allow the script to run on Universal Platform Fabric Engine, it will error. I was able to get the script to run successfully by changing line 260 to if family != "VSP Series" and family != "Universal Platform Fabric Engine":

ZdenekPala commented 1 year ago

adjusted these two lines: if family != "VSP Series" and family != "Universal Platform Fabric Engine" and family!= "Universal Platform VOSS": raise RuntimeError('Error: This script needs to be executed on a switch running VOSS/Fabric Engine')

published new version.

ZdenekPala commented 1 year ago

Thank you @Maranoj!