You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a general issue in eos_cli_config_gen. We currently don't enforce required models in the schema because that will also affect structured_config in eos_designs which would be annoying when you just want to update one key. We will try to figure out how to modify the validation so we don't enforce the "required" keys for structured config.
Issue Summary
The currect schema specifies the following:
However the code for that section requires the
hash_algorithm
.As I see it, we could go 3 ways as a bug fix;
hash_algorithm
asrequired
in the schemahash_algorithm
asmd5
hash_algorithm
is unspecifiedWhich component(s) of AVD impacted
eos_cli_config_gen
How do you run AVD ?
Ansible CLI (with virtual-env or native python)
Steps to reproduce
No response
Relevant log output
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: