Ansible Version
Ansible Collection Versions
Collection Version
------------------ ----------
ansible.netcommon 7.1.0
ansible.posix 2.0.0
ansible.utils 5.1.2
cisco.dcnm 3.12.1-dev
cisco.nac_dc_vxlan 0.8.1-dev
community.general 10.1.0
Cisco Nexus Dashboard Version
Cisco NX-OS Version
Which role is this issue related to?
cisco.nac_dc_vxlan.validate
Which section of the data model is this issue related to?
vxlan.topology
Expected Behavior
defaults for access_vpc are used when not all keys are present on the data model
Actual Behavior
defaults for access_vpc are not used merged when not all keys are present on the data model, the trunk_vpc keys are used instead
Ansible Playbook
nsible-playbook -i inventory.yaml vxlan.yaml -l fabric
Data Model
Steps to Reproduce
run the playbook and check the values
Relevant Debug Output
Ansible Version
Ansible Collection Versions
Cisco Nexus Dashboard Version
Cisco NX-OS Version
Which role is this issue related to?
cisco.nac_dc_vxlan.validate
Which section of the data model is this issue related to?
vxlan.topology
Expected Behavior
defaults for access_vpc are used when not all keys are present on the data modelActual Behavior
defaults for access_vpc are not used merged when not all keys are present on the data model, the trunk_vpc keys are used insteadAnsible Playbook
nsible-playbook -i inventory.yaml vxlan.yaml -l fabricData Model
NASteps to Reproduce
Relevant Debug Output