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 61684f7313 Updates gtm wide ip module to be feature complete (#25502)
This module is used to manage GTM wide ips on a bigip.
Previously, this module only included a small subset of functionality
primarily related to editing a wide ip that already existed. Additionally
it used the SOAP api for its communication. this patch completes the
feature set of wide ips and refactors the code to use the F5 python SDK
and the REST API.

Unit tests are provided. Integration tests can be found here

https://github.com/F5Networks/f5-ansible/blob/devel/test/integration/bigip_gtm_wide_ip.yaml#L23
https://github.com/F5Networks/f5-ansible/tree/devel/test/integration/targets/bigip_gtm_wide_ip/tasks
8 years ago
..
basics code clean of old code from network modules updates (#21469) 8 years ago
cumulus test/: PEP8 compliancy (#24803) 8 years ago
eos Actually check for equality on empty commands array (#25308) 8 years ago
f5 Updates gtm wide ip module to be feature complete (#25502) 8 years ago
ios Add ios_user implementation module (#25413) 8 years ago
iosxr Actually check for equality on empty commands array (#25308) 8 years ago
junos Add junos unit test case (#24249) 8 years ago
netscaler New module: manage Citrix Netscaler service configuration (network/netscaler/netscaler_service) (#25129) 8 years ago
nxos Actually check for equality on empty commands array (#25308) 8 years ago
ovs Actually check for equality on empty commands array (#25308) 8 years ago
vyos Actually check for equality on empty commands array (#25308) 8 years ago
__init__.py adds new module net_command for network devices (#19468) 8 years ago