Trishna Guha
7b840f3fe5
Pick 2.6 nxos bugfixes ( #44105 )
...
* Add md5sum check in nxos_file_copy module (#43423 )
* Add md5sum check in nxos_file_copy module
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* address review comment
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit fee4c24ad4 )
* nxos_vlan refactor to support non structured output (#43805 )
* nxos_vlan refactor to support non structured output
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* unittest fix
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* minor fixes
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* use check_rc
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* address review comment
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* remove additional return statement
* address Nate's review
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 96346938ee )
* nxos_facts test lldp feature and fix nxapi check_rc (#44104 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 43ae240431 )
* nxos bugfix 2.6 changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* nxos_interface port-channel idempotence fix for mode (#44248 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 6af6e806ed )
* changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* check_mode in nxos_static_route module (#44252 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 7e39c5bf07 )
* changelog nxos_static_route
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* nxos_linkagg mode fix (#44294 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 6090802551 )
* changelog nxos_linkagg
* nxos_system idempotence fix (#44752 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 8a79d944a3 )
* nxos_system changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* use retry_json nxos_banner (#44376 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 9c4ed4dfc1 )
* nxos_banner changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix Python 2.6 regex bug terminal plugin nxos, iosxr (#45135 )
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit ab3cd10dfe )
* terminal plugin changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
7 years ago
Samer Deeb
d7a7295c81
issue:43021 add support for onyx version 3.6.6000 and above ( #44527 )
...
* issue:43021 add support for onyx version 3.6.6000
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* issue:43021 add support for onyx version 3.6.6000
Signed-off-by: Samer Deeb <samerd@mellanox.com>
(cherry picked from commit a07af2a1f7 )
7 years ago
Deepak Agrawal
9794e5b610
openvswitch_db : Handle column value conversion and idempotency in no_key case ( #43914 )
...
* openvswitch_db : Handle column value conversion and idempotency in no_key case (#43869 )
* change column value to string. handle idempotency in no key case
* fix unit test failures in baseline
(cherry picked from commit 8eaebf86b6 )
* change column value to string. handle idempotency in no key case
8 years ago
Jakub Libosvar
c3f2e4679c
openvswitch_db: Make 'key' parameter optional ( #42110 )
...
The OVSDB schema consists of typed columns. The 'key' parameter is
required only for columns with type of a 'map'. This patch makes 'key'
an optional parameter to allow setting values for other column types
like int.
Fixes #42108
(cherry picked from commit 26b0908270 )
8 years ago
Nilashish Chakraborty
8b26e3899f
Fix ios_vlan issue CP into 2.6 ( #42665 )
...
* Make ios_vlan identify vlans starting with 9 (#42247 )
* Make ios_vlan identify vlans starting with 9
* Add unit test for vlan id start with 9
(cherry picked from commit 70e33ef92c )
* Added changelog for ios_vlan fix
* Fixed changelog Shippable errors
* Fix 2 for Shippable changelog errors
8 years ago
Nathaniel Case
cad351328d
Search for macaddresses more stringently ( #40901 )
...
* Search for macaddresses more stringently
Fixes #40829
(cherry picked from commit e7afd3d378 )
8 years ago
James Mighion
d9533c3cbf
Adding changed option to save_when ( #40640 )
...
* Adding changed option to save_when
* Fixing version when changed was added.
8 years ago
pierremahot
3903ca5c8e
Fix ios_vlan to correctly identify unmodified config when having long interface names ( #40145 )
...
Change the command to get the interface in a vlan "show vlan" => "show vlan brief"
Change the parsing of the return command of the switch.
The return of the ios command is fixed so i cut with fix number of carracter.
Adding looking for the next line to add the forgeted interfaces.
8 years ago
Matt Clay
8deced3e04
Fix shebangs and file modes and update tests. ( #40563 )
...
* Add execute bit sanity test and apply fixes.
* Add shebang test for `lib` dirs and apply fixes.
* Shebang and execute bit cleanup.
8 years ago
Tim Rupp
29559d8f25
Adds the bigip_gtm_monitor_external module ( #40560 )
...
This module can be used to manage GTM external monitors
8 years ago
Tim Rupp
1d2d4a9015
Adds bigip_monitor_external module ( #40558 )
...
This module can be used to manage external LTM monitors on a bigip
8 years ago
Matthew Stone
c0b264d7b7
Adding slxos_vlan module ( #39197 )
...
* Adding slxos_vlan module
8 years ago
Matthew Stone
683ab9bb9f
Adding slxos_l3_interface module ( #39320 )
...
* Adding slxos_l3_interface module
* Corrected return values
The returned IPv4 address has a prefix length, not a subnet mask
8 years ago
Tim Rupp
9b22438a9b
Adds bigiq utility license module ( #40518 )
...
This module can be used to manage utility licenses on a BIG-IQ
8 years ago
Tim Rupp
1190591e3c
Adds the bigip_gtm_global module ( #40430 )
...
This module can be used to manage the global GTM settings on a BIGIP
8 years ago
Tim Rupp
510995bd83
Adds remaining fqdn params to bigip_node ( #40427 )
...
This patch adds params for auto_populate, address type, up interval
and down interval params to bigip node
8 years ago
Tim Rupp
f87cda8a54
small fixes and additions to bigip_virtual_address ( #40362 )
...
* Updated parameter names to match updated features in BIGIP
* Added support for route domains
8 years ago
Anil Kumar Muraleedharan
1cb4619c9a
Modifying cnos-facts, cnos_command and cnos-config in line with the design followed in Ansible. Adding unit test cases for these modules. Added plugins to support them. ( #39955 )
...
* Modifying cnos-facts, cnos_command and cnos-config in line with the design followed in Ansible. Adding unit test cases for these modules. Added plugins to support them.
* Removing doc fragment conflicts with other modules
* Replacing show with display
8 years ago
Tim Rupp
b325e9900c
Adds BIGIQ application HTTPS WAF module ( #40270 )
...
This module can be used to manage HTTPS WAF applications on a BIGIQ
8 years ago
Tim Rupp
1f2cfb0a91
Adds the BIGIQ application HTTPS offload module ( #40269 )
...
This module allows you to manage HTTPS offload applications on a BIGIQ
8 years ago
Tim Rupp
4f19e6f436
Adds the BIGIQ FastL4 UDP application module ( #40257 )
...
This module allows you to manage FastL4 applications on a BIGIQ
8 years ago
Tim Rupp
398c57e70d
Adds the BIGIQ application fastl4 tcp module ( #40216 )
...
This module allows you to manage FastL4 TCP Applications on a BIGIQ
8 years ago
Ganesh Nalawade
865f2c5990
Fix junos_config confirm timeout issue ( #40238 )
...
* Fix junos_config confirm timeout issue
* Fix unit test
8 years ago
Tim Rupp
5ae499466b
Adds BIGIQ Fast HTTP module ( #40213 )
...
This module can be used to manage Fast HTTP applications on a BIGIQ
8 years ago
Tim Rupp
576ad58b0f
Adds the BIGIQ application HTTP module ( #40211 )
...
This module can be used to manage http applications on a BIGIQ
8 years ago
Tim Rupp
383a4f026e
Various f5 modules fixes ( #40037 )
...
* Add members to bigip_gtm_pool
* Add monitors to bigip_gtm_pool
* Add availability_requirements to bigip_gtm_pool
* Refactor bigip_gtm_pool
* Normalize the product value returned by gtm facts
* Corrected various documentation
* Updated various F5 coding conventions
* Add partition to bigip_static_route
* Added more unit tests
8 years ago
Tim Rupp
61e7c77dec
Various bigip gtm server and vs enhancements ( #40033 )
...
* Refactor bigip_gtm_virtual_server
* Add translation_address to bigip_gtm_virtual_server
* Add translation_port to bigip_gtm_virtual_server
* Add availability_requirements to bigip_gtm_virtual_server
* Add monitors to bigip_gtm_virtual_server
* Add virtual_server_dependencies to bigip_gtm_virtual_server
* Add link to bigip_gtm_virtual_server
* Add limits to bigip_gtm_virtual_server
* Add partition to bigip_gtm_virtual_server
* Fix bigip_gtm_server to correctly create other server types
8 years ago
Tim Rupp
1aa248f4e2
Adds various features to bigip virtual server ( #40031 )
...
* Add type to virtual_server
* Add address_translation to virtual_server
* Add port_translation to virtual_server
* Add ip_protocol to virtual_server
* Add firewall_enforced_policy to virtual_server
* Add firewall_staged_policy to virtual_server
* Add security_log_profiles to virtual_server
8 years ago
Tim Rupp
d312c2aed7
Various bigiq fixes ( #40024 )
...
Udpdating coding conventions
8 years ago
Tim Rupp
ea77c0d4f5
Adds the bigiq regkey license assignment module ( #40025 )
...
This module can be used to assign licenses to a bigip from a bigiq
regkey pool
8 years ago
Tim Rupp
48e5791860
Minor fixes and additions to f5 modules ( #39987 )
...
* Fixes to docs
* Fix escaping quotes in bigip_command
* F5 coding conventions cleanup
* “warn” and “chdir” parameters added to bigip_command
8 years ago
Tim Rupp
c5fa718174
Adds bigip_device_license module ( #39985 )
...
This module can be used to license and unlicense BIGIP devices. This
does not include licensing them via BIGIQ. To do that, use BIGIQ modules
8 years ago
Tim Rupp
4d691e9d7b
Various fixes and features for bigip modules ( #39972 )
...
* Removed forwarders parameter that did not work
* Updated coding conventions
* Added ssl_cipher_suite and ssl_protocols to bigip_device_httpd
* Added more unit tests
8 years ago
Tim Rupp
742fd3a91a
Adds misc fixes for gtm facts module ( #39966 )
...
Codifies some parameters and fixes f5 coding conventions
8 years ago
Tim Rupp
84136c0248
Adds the bigip gtm monitor bigip module ( #39965 )
...
This module can be used to manage bigip monitors on a bigip's GTM
8 years ago
Tim Rupp
08516df29d
Adds bigip gtm monitor firepass module ( #39964 )
...
This module can be used to manage firepass monitors on a bigip's GTM
8 years ago
Tim Rupp
115ba79f10
Adds the bigip gtm monitor https module ( #39943 )
...
This module is used to manage the HTTPS monitors on a GTM
8 years ago
Tim Rupp
4f703cf299
Adds module for F5 gtm tcp half open monitors ( #39939 )
...
This module can assist in managing TCP half open monitors in GTM
8 years ago
Tim Rupp
632a39232c
Adds the bigip gtm monitor tcp module ( #39942 )
...
This module can be used to manage tcp monitors on GTM
8 years ago
Tim Rupp
868c2630dd
Adds bigip gtm monitor http module ( #39944 )
...
This module can be used to manage http monitors on a GTM
8 years ago
Matthew Stone
e80ea39903
Adding slxos_l2_interface module ( #39309 )
8 years ago
Matthew Stone
fb457b4200
Adding slxos_linkagg module ( #39190 )
8 years ago
Matthew Stone
a8156c52d4
Adding slxos_interface module ( #39123 )
...
* Adding slxos_interface module
* Fixing sanity checks
* Fixing slxos_config tests for fixture change in slxos_interface
8 years ago
Tim Rupp
64ee8da3f1
Adds the bigip_gtm_pool_member module ( #39937 )
...
This module can be used to manage individual pool members on a bigip's
GTM installation
8 years ago
Tim Rupp
ad5fdf5eb7
Fixes for bigip_gtm_wide_ip ( #39931 )
...
Added the irules parameter. Misc corrections of invalid parameter
names and internal behaviors.
8 years ago
Tim Rupp
5f9b7046ed
Adds bigip management route module ( #39520 )
...
This module can be used for managing the management routes on a bigip
8 years ago
Tim Rupp
609b1827e1
Adds log publisher module for f5 ( #39518 )
...
This module can be used to manage log publishers on a bigip
8 years ago
Tim Rupp
c0cea32f61
Adds log destination module for f5 ( #39513 )
...
This module can be used to manage log destinations on a bigip
8 years ago
Tim Rupp
0cb11c61ac
Various f5 module fixes ( #39510 )
...
Mainly fixing coding conventions. Also, added ipv6 suppor to pool members
8 years ago
Matthew Stone
d2a1c1ffe5
Adding slxos-facts module and tests. ( #39121 )
8 years ago