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

Backup fails with UniconAuthenticationError if custom credentials are used on Edge #4

Closed tzarski0 closed 3 months ago

tzarski0 commented 4 months ago

Description

When SD-WAN Edge is not using default password for admin user, backup will fail with tracelog due to UniconAuthenticationError

Expected Behavior

If Edge credentials are wrong, print error informing about it.

Actual Behavior

Traceback with UniconAuthenticationError that is not readable for the user.

Affected Version

All versions.

Steps to Reproduce

  1. Configure custom password for admin user on WAN Edge.
  2. Run backup task.
tzarski0 commented 3 months ago

Implemented in 2.0.7. Added support for backup and restore task when SD-WAN Controller/Validator/Edge are custom admin password (same as SD-WAN Manager).