-
Notifications
You must be signed in to change notification settings - Fork 71
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 list.copy() and idempotent issues (replaced and overridden) #142
Merged
ansible-zuul
merged 14 commits into
ansible-collections:main
from
GomathiselviS:acls_list_copy
Jan 21, 2021
Merged
Fix list.copy() and idempotent issues (replaced and overridden) #142
ansible-zuul
merged 14 commits into
ansible-collections:main
from
GomathiselviS:acls_list_copy
Jan 21, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit bfe00bf.
This reverts commit 90c7d21.
Signed-off-by: GomathiselviS <[email protected]>
GomathiselviS
changed the title
Fix list.copy() issue for python 2.7
Fix list.copy() and idempotent issues (replaced and overridden)
Jan 12, 2021
NilashishC
approved these changes
Jan 18, 2021
GomathiselviS
added a commit
to GomathiselviS/eos
that referenced
this pull request
Jan 21, 2021
This reverts commit bfe00bf. Revert "Revert "Change short desction (ansible-collections#123)"" This reverts commit 90c7d21. eos_interfaces: Fix issue with 'forced' speed configuration. (ansible-collections#120) eos_interfaces: Fix issue with 'forced' speed configuration. Reviewed-by: https://github.com/apps/ansible-zuul Add documentation to use the l2_interfaces module for L2 configs, in l3_interfaces module. (ansible-collections#102) Add documentation to use the l2_interfaces module for L2 configs, in l3_interfaces module. Reviewed-by: https://github.com/apps/ansible-zuul Remove local connection testing for integration jobs (ansible-collections#127) Remove local connection testing for integration jobs Reviewed-by: https://github.com/apps/ansible-zuul Drop ansible from requirement.txt (ansible-collections#128) Drop ansible from requirement.txt Reviewed-by: https://github.com/apps/ansible-zuul Add eos_ospf_interfaces resource module (ansible-collections#125) Add eos_ospf_interfaces resource module Reviewed-by: https://github.com/apps/ansible-zuul Release prep version 1.2.0 (ansible-collections#129) Release prep version 1.2.0 Reviewed-by: https://github.com/apps/ansible-zuul Add version key to galaxy.yaml (ansible-collections#132) Add version key to galaxy.yaml Reviewed-by: https://github.com/apps/ansible-zuul To fix the bug where description was being parsed incorrectly as Interface in of eos_*_interfaces (ansible-collections#140) To fix the bug where description was being parsed incorrectly as Interface in of eos_*_interfaces Reviewed-by: https://github.com/apps/ansible-zuul Fix list.copy() and idempotent issues (replaced and overridden) (ansible-collections#142) Fix list.copy() and idempotent issues (replaced and overridden) Reviewed-by: https://github.com/apps/ansible-zuul Update default values in module argspec and docs Signed-off-by: GomathiselviS <[email protected]> linters fix
GomathiselviS
added a commit
to GomathiselviS/eos
that referenced
this pull request
Jan 22, 2021
This reverts commit bfe00bf. Revert "Revert "Change short desction (ansible-collections#123)"" This reverts commit 90c7d21. eos_interfaces: Fix issue with 'forced' speed configuration. (ansible-collections#120) eos_interfaces: Fix issue with 'forced' speed configuration. Reviewed-by: https://github.com/apps/ansible-zuul Add documentation to use the l2_interfaces module for L2 configs, in l3_interfaces module. (ansible-collections#102) Add documentation to use the l2_interfaces module for L2 configs, in l3_interfaces module. Reviewed-by: https://github.com/apps/ansible-zuul Remove local connection testing for integration jobs (ansible-collections#127) Remove local connection testing for integration jobs Reviewed-by: https://github.com/apps/ansible-zuul Drop ansible from requirement.txt (ansible-collections#128) Drop ansible from requirement.txt Reviewed-by: https://github.com/apps/ansible-zuul Add eos_ospf_interfaces resource module (ansible-collections#125) Add eos_ospf_interfaces resource module Reviewed-by: https://github.com/apps/ansible-zuul Release prep version 1.2.0 (ansible-collections#129) Release prep version 1.2.0 Reviewed-by: https://github.com/apps/ansible-zuul Add version key to galaxy.yaml (ansible-collections#132) Add version key to galaxy.yaml Reviewed-by: https://github.com/apps/ansible-zuul To fix the bug where description was being parsed incorrectly as Interface in of eos_*_interfaces (ansible-collections#140) To fix the bug where description was being parsed incorrectly as Interface in of eos_*_interfaces Reviewed-by: https://github.com/apps/ansible-zuul Fix list.copy() and idempotent issues (replaced and overridden) (ansible-collections#142) Fix list.copy() and idempotent issues (replaced and overridden) Reviewed-by: https://github.com/apps/ansible-zuul update docs Signed-off-by: GomathiselviS <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
list.copy() doesnot exist in python 2. Replaced it with [:].
Fixes #139
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION