mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0868fec8bd
* nxos_vpc: pkl_vrf fixes for #57069 Fixes #57069 - Symptom: When playbooks specify `pkl_vrf: default`, the result is that the cli does not set the `vrf` state. - Analysis: - First issue: 'default' is a reserved word when used with the `peer-keepalive` `vrf` keyword. It refers to the default rib. - This is confusing in several ways because `peer-keepalive`'s *default* vrf is the `management` vrf. - Second issue: When changing only one optional value (`pkl_vrf`) while other optional values are idempotent (`pkl_src`), the result is that the idempotent values are ignored; unfortunately the device cli *replaces* the entire command, in which case the idempotent values are removed. - e.g. playbook specifies this: ``` { pkl_dest: 10.1.1.1, pkl_src: 10.2.2.2, pkl_vrf: my_vrf } ``` ``` peer-keepalive dest 10.1.1.1 src 10.2.2.2 # original peer-keepalive dest 10.1.1.1 src 10.2.2.2 vrf my_vrf # intended result peer-keepalive dest 10.1.1.1 vrf my_vrf # actual result ``` - Third issue: the `pkl` getter was relying on positional data. This broke when the `udp` keyword nvgen'd where `vrf` used to appear (shifting all keywords to the right). - Tested on regression platforms: `N3K,N6k,N7K,N9K,N3K-F,N9K-F` * PEP fixes * PEP fix 2 * pkl should merge by default, not override * rmv debugs * add mike's tests * fix comments |
5 years ago | |
---|---|---|
.. | ||
_nxos_switchport | ||
nxos_acl | ||
nxos_acl_interface | ||
nxos_bfd_global | 6 years ago | |
nxos_bgp | 5 years ago | |
nxos_command | ||
nxos_config | ||
nxos_evpn_global | ||
nxos_feature | ||
nxos_interface | ||
nxos_interface_ospf | 6 years ago | |
nxos_l3_interface | 6 years ago | |
nxos_nxapi | ||
nxos_pim | 5 years ago | |
nxos_pim_interface | ||
nxos_pim_rp_address | ||
nxos_vlan | 6 years ago | |
nxos_vpc | 5 years ago | |
nxos_vpc_interface | ||
nxos_vrf | ||
nxos_vxlan_vtep | ||
nxos_vxlan_vtep_vni | ||
_nxos_ip_interface.cfg | ||
nxos_evpn_vni_config.cfg | ||
nxos_overlay_global_config.cfg | ||
nxos_static_route.cfg | ||
nxos_system_config.cfg |