cisco-open / sdwan-lab-deployment-tool

This tool automates Cisco Catalyst SD-WAN lab deployment inside Cisco Modeling Labs (CML).
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Avoid deploy task to create labs with overlapping names #18

Closed tzarski0 closed 2 months ago

tzarski0 commented 2 months ago

Problem Statement

When deploy task run and user sets the lab name to same as other existing lab, the deploy task will work, but other tasks later might have problem with differentiating between multiple labs with same name.

Proposed Solution

In deploy task, check if selected lab name is already assigned to a different lab and if yes, ask user to select a different lab name.