You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/network
Tim Rupp ecee475a3a This patch fixes a number of outstanding bugs and code convention problems. (#31618)
* documentation was not inline with other Ansible modules
* Python 3 specific imports were missing
* monitor_type is no longer required when creating a new pool; it is now the default.
* A new monitor_type choice of "single" was added for a more intuitive way to specify "a single monitor". It uses "and_list" underneath, but provides additional checks to ensure that you are specifying only a single monitor.
* host and port arguments have been deprecated for now. Please use bigip_pool_member instead.
* 'partition' field was missing from documentation.
* A note that "python 2.7 or greater is required" has been added for those who were not aware that this applies for ALL F5 modules.
* Unit tests were fixed to support the above module
8 years ago
..
aireos Adding aireos_config module (#27408) 9 years ago
aruba Adding aruba_config module (#27130) 9 years ago
basics code clean of old code from network modules updates (#21469) 9 years ago
cloudvision Add module cv_server_provision for integration with Arista CloudVision Portal. (#25450) 9 years ago
cumulus Remove wildcard import in test_nclu 8 years ago
eos Fixes #30281 eos_banner integration test failure (#30283) 8 years ago
f5 This patch fixes a number of outstanding bugs and code convention problems. (#31618) 8 years ago
ios IOS Ping: Add new module to support ping tests from IOS devices (#28557) 8 years ago
iosxr Change network *_user modules to use configured_password to set a users password (#28187) 8 years ago
junos Fix rollback in junos_config (#31424) 8 years ago
netscaler Miscellaneous pylint fixes. 8 years ago
nuage Fix dangerous default args. (#29839) 8 years ago
nxos - Fix to return error message back to the module. (#31035) 8 years ago
ovs Actually check for equality on empty commands array (#25308) 9 years ago
radware Enable more pylint rules and fix reported issues. (#30539) 8 years ago
vyos Change network *_user modules to use configured_password to set a users password (#28187) 8 years ago
__init__.py adds new module net_command for network devices (#19468) 9 years ago