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
Under #1531 inheritance between SVI profiles is implemented.
During testing, it was detected that even when some values are defined in the SVI profile, it will never be applied to the SVI itself.
The SVI profile should work in a sense that anything that is defined inside them, they should be used in the SVI itself. Today's implementation prevents this behaviour, as eos_designs only looks at the SVI definitions and ignores the profile definitions.
Issue Summary
Under #1531 inheritance between SVI profiles is implemented.
During testing, it was detected that even when some values are defined in the SVI profile, it will never be applied to the SVI itself.
The SVI profile should work in a sense that anything that is defined inside them, they should be used in the SVI itself. Today's implementation prevents this behaviour, as eos_designs only looks at the SVI definitions and ignores the profile definitions.
Which component(s) of AVD impacted
eos_designs
How do you run AVD ?
Ansible CLI (with virtual-env or native python)
Steps to reproduce
Define a svi_profiles under network services:
Then, define a SVI under a VRF without a value defined in the profile (name, in this example):
Generation of the configuration will fail, complaining that "name" couldn't be found:
Under debug-vars, we can see all information is filled in, but inside the profile:
Relevant log output
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: