Tim Rupp
5bdcaff921
Various f5 fixes ( #44858 )
...
* Remove sdk from modules
* Correct IP address bugs in data_group
* Correct compare_dictionary bug in several modules
2018-08-29 16:08:37 -07:00
Tim Rupp
d12a045847
Adds metadata annotation that resource is managed by ansible ( #44737 )
...
Adds annotation so that other f5 utilities do not clobber config
by accident
2018-08-27 15:33:56 -07:00
Tim Rupp
79153b95e5
Adds params to the profile-client-ssl module ( #44656 )
...
This patch adds new parameters to the client ssl module.
2018-08-24 15:51:24 -04:00
Tim Rupp
96a6011b3f
Update f5 module_utils from downstream ( #44092 )
...
Upstreaming fixes and features for f5 module_utils as part of 2.7
dev cycle
2018-08-13 15:14:23 -07:00
Abhijeet Kasurde
a44adc1dc9
f5: raise exception ( #43409 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-07-29 21:10:42 -07:00
Tim Rupp
867dedc787
Updates F5 module utils ( #43047 )
...
New functions and fixes/refactorings for existing functions for
the 2.7 work
2018-07-19 18:39:12 -07:00
Tim Rupp
5e7878a6a1
Adds various fixes for f5 modules ( #40208 )
...
* Adds stty expansion for cli commands
* minor fixes
* Make bigiq rest client work correctly
2018-05-16 12:14:12 -07:00
Tim Rupp
00a6b19e58
Fixes and additions for f5 modules ( #39986 )
...
Small fixes in the f5 module utils. I believe the action plugins now
work consistently across types of connections
2018-05-11 11:45:42 -07:00
Tim Rupp
d38ae9b6c9
Adds the bigip_data_group module ( #39180 )
...
This module can be used to manipulate bigip data groups.
2018-04-23 11:52:57 -07:00
Tim Rupp
95188ed35c
Fixes repeated calls to create an API object ( #35816 )
...
This patch fixes repeated attempts that the module would make to
re-create an API object. The change stores a copy for later lookup
instead. This prevents uncontrolled tokens from being created.
2018-02-06 22:16:26 -08:00
Tim Rupp
bd09e67438
More bug fixes before 2.5 ( #35260 )
...
This patch includes more fixes for bugs that were identified in
the upcoming 2.5 release.
2018-01-24 08:15:37 -08:00
Tim Rupp
585d8cf4c7
Adds bigip_ucs_fetch module ( #35113 )
...
This module can be used to download UCS files from a BIG-IP
2018-01-19 20:25:47 -08:00
Tim Rupp
835dd30d50
Fixes, and updates, bigip action plugin and module utils ( #34947 )
...
These fixes make provider work across more things. Adds a timeout
value, and makes the action plugin look similar to other network
action plugins
2018-01-16 13:36:49 -08:00
Tim Rupp
9314607c38
Adds selective assignment of kwargs ( #34813 )
...
For the f5 module utils, the parameters base class needs to selectively
get args from kwargs
2018-01-12 09:50:53 -08:00
Tim Rupp
70e49b9243
Updates module utils for f5 ( #34660 )
...
These module utils are a refactor of the legacy ones and, in addition,
there are several new methods and classes to support f5 modules going
forward
2018-01-09 12:15:02 -08:00
Tim Rupp
e4abb0de33
A first pass at moving libs to new dir structure ( #33727 )
...
* A first pass at moving libs to new dir structure
The network modules changed their module_utils dir structure.
This first patch establishes mod utils for F5 in this new structure.
Module use will be limited until things are more fleshed out
* Fixing upstream errors
* Fixing more issues
2017-12-08 15:28:23 -08:00