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 | |
---|---|---|
.. | ||
aireos | 6 years ago | |
aruba | 6 years ago | |
asa | 6 years ago | |
basics | 8 years ago | |
checkpoint | 6 years ago | |
cli | 6 years ago | |
cloudvision | 6 years ago | |
cnos | 6 years ago | |
cumulus | 7 years ago | |
dellos6 | 6 years ago | |
dellos9 | 6 years ago | |
dellos10 | 6 years ago | |
edgeos | 6 years ago | |
edgeswitch | 6 years ago | |
enos | 6 years ago | |
eos | 6 years ago | |
exos | 6 years ago | |
f5 | 5 years ago | |
fortimanager | 6 years ago | |
frr | 6 years ago | |
ftd | 6 years ago | |
ingate | 6 years ago | |
ios | 6 years ago | |
iosxr | 6 years ago | |
ironware | 6 years ago | |
itential | 6 years ago | |
junos | 6 years ago | |
netact | 6 years ago | |
netscaler | 6 years ago | |
netvisor | 5 years ago | |
nos | 6 years ago | |
nso | 6 years ago | |
nuage | 6 years ago | |
nxos | 5 years ago | |
onyx | 6 years ago | |
opx | 6 years ago | |
ovs | 5 years ago | |
radware | 6 years ago | |
routeros | 6 years ago | |
slxos | 6 years ago | |
voss | 6 years ago | |
vyos | 6 years ago | |
__init__.py |