8000 Tags · aruba/aoscx-ansible-role · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: aruba/aoscx-ansible-role

Tags

4.0.0

Toggle 4.0.0's commit message
Add QoS and Interface modules, fix bugs and docs

A restructuring has been done to interface modules to
allow for configuration of interface admin state and
other interface specific configurations in the
aoscx_interface module. Inclusion of QoS specific configurations
is added to new modules and existing interface module.

This commit:
- fix documentation for various modules
- fix idempotency for ACL Entries and VLANs
- restructures interface modules
- includes QoS modules

New modules included are:
- aoscx_interface
- aoscx_qos
- aoscx_qos_cos
- aoscx_qos_dscp
- aoscx_queue
- aoscx_queue_profile
- aoscx_queue_profile_entry
- aoscx_system

3.0.1

Toggle 3.0.1's commit message
ACL Bug Fixes and Doc improvements

- Improves documentation on access-lists to dive deeper
into feature functionality and parameter values
- Fixes modifying ACE functionality and idempotency
- Fixes ACE option handling

3.0.0

Toggle 3.0.0's commit message
Restructures to use Pyaoscx, adds VSX

- Modifies the backend of the AOS-CX role to utilize the
  Pyaoscx package found here:
  https://pypi.org/project/pyaoscx
- Adds new modules for configuring VSX
- Requires pyaoscx v2 Python package
- Previous implementation still supported for legacy modules

2.2.2

Toggle 2.2.2's commit message
fixes bug with sorting algorithm

- sorting algorithm wasn't properly sorting interfaces
- fixed behavior

2.2.1

Toggle 2.2.1's commit message
adds nested Sorting capability for JSON config

- adds sorting function to module_utils/aoscx.py
- adds additional parameter to flag whether or not to sort
- increases galaxy collection version

2.2.0

Toggle 2.2.0's commit message
fixes import and requirements for 2.10

- modifies module plugin import to work with Ansible 2.10
- includes Ansible and Python requirements files
- updates README with requirements

2.1.3

Toggle 2.1.3's commit message
"Fix for static route module aoscx_static_route.py"

2.1.2

Toggle 2.1.2's commit message
Bug fixes and code reformatting

- fixes VRF and L3 interface behavior on 10.4
- adds handling for paging to allow multi page output
- fixes bug seen with ZTP backend functionality
- fixes minor documentation errors
- formats modules to pass ansible-test sanity

2.1.1

Toggle 2.1.1's commit message
Adds logic for initial password handling

- Beginning 10.4 AOS-CX requires an admin password to
 be set when first logging into the switch
- These changes allow for the initial password to be set
 via REST API and SSH modules

2.1.0

Toggle 2.1.0's commit message
New modules and bug fixes

- This release includes new modules that allow for SSH/CLI commands and configuration.
- New Modules
- aoscx_command - This module connects to the CX device via SSH and allows CLI commands to be executed.
- aoscx_config - This module connects to the CX device via SSH and allows CLI configuration commands to be executed.
- aoscx_facts - This module used REST API to retrieve a subset of information from the CX device.
- Known Issues
- To use the aoscx_facts module, the device must be running firmware version 10.4 or higher.
0