-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix config diff logic if parent configuration is present more than once in the candidate config and update docs #189
Closed
ganeshrn opened this issue
Dec 22, 2020
· 0 comments
· Fixed by #190, ansible-collections/cisco.ios#220, ansible-collections/cisco.nxos#217, ansible-collections/cisco.iosxr#95 or ansible-collections/arista.eos#136
Closed
Fix config diff logic if parent configuration is present more than once in the candidate config and update docs #189
ganeshrn opened this issue
Dec 22, 2020
· 0 comments
· Fixed by #190, ansible-collections/cisco.ios#220, ansible-collections/cisco.nxos#217, ansible-collections/cisco.iosxr#95 or ansible-collections/arista.eos#136
Milestone
Comments
ganeshrn
added a commit
to ganeshrn/netcommon
that referenced
this issue
Dec 22, 2020
Fixes ansible-collections#189 * If the parent config lines appear at multiple places in the configuration update list add it in the final diff along with child elements.
This was referenced Dec 22, 2020
ganeshrn
added a commit
to ganeshrn/nxos
that referenced
this issue
Dec 23, 2020
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite
ganeshrn
added a commit
to ganeshrn/iosxr
that referenced
this issue
Dec 23, 2020
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite <!--- HINT: Include "Fixes #nnn" if you are fixing an existi
ganeshrn
added a commit
to ganeshrn/arista.eos
that referenced
this issue
Dec 23, 2020
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite
ganeshrn
added a commit
to ganeshrn/vyos.vyos
that referenced
this issue
Dec 23, 2020
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite
ganeshrn
added a commit
to ganeshrn/vyos.vyos
that referenced
this issue
Dec 24, 2020
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite
ganeshrn
added a commit
to ganeshrn/arista.eos
that referenced
this issue
Dec 24, 2020
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite
ganeshrn
added a commit
to ganeshrn/iosxr
that referenced
this issue
Dec 24, 2020
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite <!--- HINT: Include "Fixes #nnn" if you are fixing an existi
ganeshrn
added a commit
to ganeshrn/nxos
that referenced
this issue
Jan 25, 2021
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite
ganeshrn
added a commit
to ganeshrn/vyos.vyos
that referenced
this issue
Feb 22, 2021
Fixes ansible-collections/ansible.netcommon#189 * Update doc * Add warning message for idempotent pre-requisite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
If parent section present multiple times in the candidate configuration the diff is not generated correctly and
mainly applicable for
<nos>_config
modulesISSUE TYPE
COMPONENT NAME
ios_config
iosxr_config
eos_config
nxos_config
vyos_config
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
Running config on the device for relevant sections
EXPECTED RESULTS
Expected commands in the output
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: