forked from aruba/aoscx-ansible-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
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
aoscx_l2_interface: Add Spanning Tree Configuration #11
Open
alagoutte
wants to merge
15
commits into
master
Choose a base branch
from
stp
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Add option lldp_neighbors to gather_network_resources parameter, this new option is optional and does not modify the default value of gather_network_resources. Issue aruba#79 AOSANSI-268649 (cherry picked from commit 1fff7ed16211f4ac0ec1c676ef8a87bf795c3684)
it is now ubuntu-22.04 by default and old release of ansible (2.9, 2.10, 2.11, 2.12 and 2.13) is not compabile (with cgroup v2) See ansible-collections/collection_template#54 and ansible-collections/news-for-maintainers#28 (cherry picked from commit 18cbc446f0b320be5fc46458f0f8640ecdd0f151)
stable-2.13 and stable-2.14 support now cgroupv2 (and Ubuntu 22.04) (cherry picked from commit e2c28609c7424b07f2c094099e75d6332e635afd)
ansible-collections/collection_template#56 ansible-collections/collection_template#55 (cherry picked from commit c9590160ed9f2245da9d7891bfec87ae3085ceac)
When trying to add a vrf attach to an L3 interface, this change does not apply, also the idempotence fails when the playbook is executed for second time when applying vrf attach. The commit solves both cases. (cherry picked from commit b45b2f85f12a181b6b8baa83276d6d881efb9c48)
(cherry picked from commit 0f359dab54a894785d03a74e587f51e599d4ffd9)
This commit adds one change in the requirements instructions. AOSANSI 268622 (cherry picked from commit 03abef3e62c4a4675aa26374dfef4b8577c21b3b)
This commit adds documentation for passive and active interfaces in ospf module and md. AOSANSI 266641 (cherry picked from commit 628a1eb48035d1403c3ae4881f8fe4d0abc2ca5f)
Currently, aoscx_facts is only displaying the LLDP neighbors from the physical interfaces, mgmt lldp neighbor is missing from the output. This commit includes getting LLDP neighbors of mgmt interface from the device object. AOSANSI-268662 (cherry picked from commit e84fbc547dfddaea43f121e5eeb8eb2343afa2c8)
When trying to delete the VRF attached to an interface, the interface becomes disabled and when the VRF attach is changed to another, the existing configuration of the interface remains, so also, its idempotence fails and does not return a change. This commit fixes these flaws and add a change for idempotency when adding IPv4 or IPv6. AOSANSI 268665 AOSANSI 268663 AOSANSI 268664 (cherry picked from commit c22baae65477bb1a2c112b99eaa8a4705d8f042e)
When an interface has a VRF attached and additional configuration is applied, the current VRF changes to the default VRF. This commit allows to keep the previous vrf, and only when it is removed the vrf is changed to the default VRF value. Also, is added a change in the documentation. (cherry picked from commit 6879233927899fbf8b2661cbb729400e4b30a117)
The new option for lldp neighbors is not listed in the aoscx_facts.md This commit fixes the parameter omission in documentation. AOSANSI 268670 (cherry picked from commit 8bda92878085a8ffe21d589d549030f177d3b529)
(cherry picked from commit 38884d90ef08fa7d0eb887b395bcb430de52c781)
Increases the collection version to 4.3.1 and specifies the dependency for PYAOSCX v2.5.1 (cherry picked from commit 6019ef3379f003f60c324b32ab321fb689266a7d)
Add following parameter(s) - bpdu_filter_enable - bpdu_guard_enable - link_type - loop_guard_enable - root_guard_enable Depend on pyaoscx aruba/pyaoscx#27
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.
only support for admin_edge_port_enable, bpdu_filter_enable, bpdu_guard_enable