Skip to content
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

Pyaoscx V2 Update #4

Merged
merged 3 commits into from
Jun 4, 2021
Merged

Pyaoscx V2 Update #4

merged 3 commits into from
Jun 4, 2021

Conversation

alvinc13
Copy link
Contributor

@alvinc13 alvinc13 commented Jun 4, 2021

Major update for v2. Restructure of libraries to use objects and factories.

Huge overhaul of the design - the libraries now use factories in order for the code to be more object oriented. Please read the DESIGN.md file for more information.

Removed previous workflow examples (defunct) and added /workflows/workflow.py as an example for using the new design
Added directories for supporting files in /rest/v1 and /rest/v10_04
Most of the previous libraries have been updated, but there are unsupported modules that are pending updates below:
ARP
Common_ops
EVPN
LLDP
Loop Protect
MAC
NAE
QoS
System
VXLAN

Additionally, a few libraries have been migrated into other libraries:
bgp.py is now split between bgp_router.py and bgp_neighbor.py
config. py is now configuration.py
dhcp.py is now dhcp_relay.py
lag.py is now integrated into interface.py
ospf.py is now split between ospf_area.py, ospf_interface.py, and ospf_router.py

…ories.

Several files migrated to a different naming schema or removed until supported in v2.

See RELEASE-NOTES.md for more information.
…ories.

Several files migrated to a different naming schema or removed until supported in v2.

Solved merge conflicts and removed nae.py until supported.

See RELEASE-NOTES.md for more information.
@alvinc13 alvinc13 merged commit 49aa8e9 into master Jun 4, 2021
alvinc13 added a commit that referenced this pull request Jun 16, 2021
* Major update for v2.  Restructure of libraries to use objects and factories.

Several files migrated to a different naming schema or removed until supported in v2.

See RELEASE-NOTES.md for more information.

Solved merge conflicts and removed nae.py until supported.
@johanreinalda
Copy link

Any update on new modules? I am specifically looking for easy access to arp and lldp data (instead of cli scraping :-) )

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants