Chris Archibald
7e4336a3f4
Switch na_ontap_ifgrp to use NetAppModule and new option ( #50774 )
...
* rewrite
* fixes to ifgrp
* Fixed Author
2019-01-25 11:48:20 -05:00
Chris Archibald
1c54ca52b2
New Module: na_ontap_nvme_namespace ( #50886 )
...
* changes to clusteR
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* new module nvme namespace
* updates
* Revert "updates"
This reverts commit 92056e5ba4
.
* update author
* Fix author line
2019-01-25 11:46:10 -05:00
Chris Archibald
d5add305ab
New Module: na_ontap_portset ( #49784 )
...
* changes to clusteR
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* new module na_ontap_portset
* Fix author
* fix issue from comment
2019-01-25 10:31:41 -05:00
Chris Archibald
c940c6df41
Rewite of na_ontap_cifs to use NetAppModule, new options, and unit tests. ( #49782 )
...
* changes to clusteR
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* changes to na_ontap_cifs
* fix dup
2019-01-24 10:41:36 -05:00
Chris Archibald
890f4eb5c4
New Options for Autosupport ( #50773 )
...
* new option
* spelling
* fix minor issue
* Fix Doc line
* Add update netapp_module
* fix issue with autosupport
* Fix docuemntation
2019-01-23 18:18:07 +00:00
Sumit Jaiswal
4049e33817
PR to implement support feature for creating NIOS network container ( #51168 )
...
* resolves 51161
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* resolves 51161
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* resolves 51161
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* resolves 51161
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* resolves 51161
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-01-23 19:21:00 +05:30
Olivier BLIN
87a01df6ad
Fix 'defaults' option in the nxos_config module ( #51076 )
...
* Fix 'defaults' option in the nxos_config module
Nxos get_config is allways called with the 'all' option.
* Fix flag's calculation
* Add tests
* nxos_config: the 'backup' option take into account the value of 'defaults' option
If 'defaults' option is true, the running-config backup is done with the all
keyword.
2019-01-23 11:29:27 +05:30
rajaspachipulusu17
61a342f0bb
Pluribus Networks admin syslog modules with unit tests ( #50596 )
2019-01-22 22:00:12 +05:30
Nathaniel Case
9702893729
Remove deprecated options from modules ( #50246 )
...
* Remove deprecated options from modules
* Update tests
* Add porting guide notes
2019-01-22 09:18:26 -05:00
rajaspachipulusu17
a38039bbbe
Pluribus Networks port cos rate setting module with UT ( #50856 )
2019-01-21 12:49:31 +05:30
rajaspachipulusu17
213b2e633c
Pluribus Networks switch setup module with unit test cases ( #50797 )
...
* Pluribus Networks switch setup module with unit test cases
* Module error fix and pep8 standards error fix
2019-01-21 12:48:09 +05:30
Abhijeet Kasurde
8aa2372073
VMware: Unit test for vmware_guest ( #50140 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-01-21 10:23:39 +05:30
Ingate Systems
5671ff983d
modules: network: ingate: Add module ig_store_edit ( #47675 )
...
* modules: network: ingate: Add module ig_store_edit
* modules: network: ingate: Add module ig_config
Manage the configuration database on an Ingate SBC.
2019-01-17 23:05:45 -05:00
vaneuk
e150943314
added timestamps to nxos_command module ( #50261 )
...
* added timestamps to nxos_command module
nxos_command module now returns timestamps field, which shows command execution time
* fixed unit test failure for /lib/ansible/module_utils/basic
* cosmetic changes to align with PEP 8
2019-01-17 10:14:31 +05:30
Ricardo Carrillo Cruz
ac61c99821
Add checkpoint_session module ( #50930 )
...
* Add checkpoint_session module
* Add unit test
* Fix pep8
* Rename Checkpoint for Check Point
2019-01-16 13:19:36 +01:00
Ricardo Carrillo Cruz
18370419a3
Add forgotten checkpoint unit tests ( #50858 )
...
I forgot to do a git add on a couple unit tests it seems
2019-01-14 12:07:48 +01:00
rajaspachipulusu17
ca74c443ba
Pluribus Networks port config module ( #50314 )
...
* Pluribus Networks port config module
* Documentation fix for version added
* Doc fixes
2019-01-11 14:02:36 +05:30
rajaspachipulusu17
44febe4e56
Pluribus Networks port cos bw module ( #50287 )
...
* Pluribus Networks port cos bw module
* Indentation fix
* Documentation fix
* Corrected indetentation for required_one_of
* Added maintainer name in BOTMETA.yml
* Removed maintainer name in BOTMETA.yml as my team is already there
2019-01-11 14:00:10 +05:30
rajaspachipulusu17
abdcf2a776
Pluribus Networks pn_dscp_map_pri_map module with Unit tests ( #50142 )
...
* Pluribus Networks pn_dscp_map_pri_map module with Unit tests
* Corrected method name in unit test script
2019-01-10 12:51:07 +05:30
Anil Kumar Muraleedharan
cb89b1758d
Lenovo cnos l2interface ( #50641 )
...
* Adding cnos_l2 interface module and its associated Integration test as well as Unit test code
2019-01-09 10:46:56 -05:00
Anil Kumar Muraleedharan
f5ebd9736c
Lenovo cnos banner new module ( #50145 )
...
* Adding cnos_banner module to the list.
2019-01-09 10:43:57 -05:00
Ricardo Carrillo Cruz
3e91ec28b8
Checkpoint access rule ( #49937 )
...
* WIP checkpoint_access_rule module
* Add fixes and docstrings
* Add dunder init
* Fix sanity tests issues
* Fix sanity test
* Add RETURN and EXAMPLES
* Fix example
* Fix pep8
* Add tests
* Fix pep8
* Fix pep8
2019-01-09 11:25:18 +01:00
Nilashish Chakraborty
7845373f96
New Module: vyos_ping ( #50193 )
...
* New module for vyos ping functionality
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Add some new parameters
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Need spaces
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix pylint errors
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix pylint errors
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix docs
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix docs
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix docs
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-01-08 10:42:24 +05:30
rajaspachipulusu17
a1e1a42341
Pluribus Networks module for connection stat settings with UT's ( #50186 )
...
* Pluribus Networks module for connection stat settings
2019-01-07 10:40:39 +05:30
Wojciech Wypior
4648a441d2
adds bigip apm policy import ( #50559 )
2019-01-04 13:50:50 -06:00
Wojciech Wypior
8b1214596a
adds apm policy fetch module ( #50534 )
2019-01-04 12:32:06 -06:00
Sumit Jaiswal
189fcb37f9
Added new module to support NIOS Fixedaddress DHCP property ( #49119 )
...
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* nios fixedaddr new module
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* updating name
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* added unit tests
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-01-04 13:00:12 +05:30
Wojciech Wypior
3ef71e529a
added new module to manipulate signatre sets on ASM policy ( #50209 )
2019-01-02 13:12:08 -06:00
rajaspachipulusu17
3517373cfd
Pluribus Networks igmp snooping module with Unit tests ( #50146 )
2018-12-24 13:40:02 +05:30
Nathaniel Case
0b3aa75b7f
Add backup parameter to cli_config ( #50206 )
...
* Add backup parameter to cli_config
* Add a unit test for cli_config backup
2018-12-21 09:55:14 -05:00
anasbadaha
d2446cbf0f
Fix Issue #39598 ( #49982 )
...
* Fix Issue #39598
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Fix unit test for onyx_config
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Add comments for save running config
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Enhance onyx_config bug fix
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Fix result['changed'] = True comment
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-12-21 11:54:10 +05:30
anasbadaha
6178a55afd
Fix Issue #49612 ( #50073 )
...
* Fix Issue #49612
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Fix Pep8 failures
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Add validation for send empty group name
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Fix Error message
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-12-21 11:53:36 +05:30
Chris Archibald
39b1f1c363
Rewrite ( #49570 )
2018-12-20 12:19:32 +00:00
Sumit Jaiswal
f76d7bdbef
New Module for creating, managing Infoblox NIOS nameserver groups ( #49124 )
...
* adding new nios_nsgroup module
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* adding new nios_nsgroup module
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* adding new nios_nsgroup module
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix shippable errors
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* added unit tests
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2018-12-20 14:36:41 +05:30
Anil Kumar Muraleedharan
eab3b02cb3
Refactoring of cnos_interface module like what followed by other vendors ( #49927 )
...
* Refactoring of cnos_interface module like what followed by other vendors
* To remove cnos-interface from E326 validation ignore list
* Effect of default parameters impacted UT
2018-12-19 11:38:19 -05:00
rajaspachipulusu17
afdd4e2343
Pluribus Networks dhcp filter module with unit tests ( #49848 )
...
* Pluribus Networks dhcp filter module with unit tests
* Added type which was missing in doc
* Removed unwanted global variable
* Fix return type
2018-12-19 17:16:25 +05:30
rajaspachipulusu17
8ca02d8359
Pluribus Networks admin service module with unit tests ( #49854 )
...
* Pluribus Networks admin service module with unit tests
* Documentation fix
* import module changes
* Removed unused imports
* Fix return type
2018-12-19 17:14:48 +05:30
Wojciech Wypior
59f4871615
added bigip_asm_policy_manage ( #50115 )
...
* added bigip_asm_policy_manage
* Update bigip_asm_policy_manage.py
2018-12-18 19:35:51 -08:00
Wojciech Wypior
f761cc4077
added ASM policy server technology module ( #50116 )
...
* added ASM policy server technology module
* Update bigip_asm_policy_server_technology.py
2018-12-18 18:38:19 -08:00
rajaspachipulusu17
d28e700a22
Pluribus networks admin session timeout module with unit tests ( #50012 )
...
* Pluribus networks admin session timeout module with unit tests
* Doc fix
* Removed unused imports
* Removed unwanted global variable
2018-12-18 17:23:45 +05:30
rajaspachipulusu17
cf00880ab3
Pluribus Networks dscp map module with unit tests ( #49849 )
...
* Pluribus Networks dscp map module with unit tests
* Doc string fix
2018-12-18 12:50:16 +05:30
rajaspachipulusu17
4d88cdd83a
Pluribus Networks cpu class module with unit tests ( #49847 )
...
* Pluribus Networks cpu class module with unit tests
* Doc string fixes
2018-12-18 12:42:33 +05:30
f-bor
134c1a624e
new network module: edgeswitch_vlan ( #48041 )
...
* initial commit
* better commands generation
2018-12-17 11:30:17 +05:30
anasbadaha
369354547e
Issue: 46475 Fix onyx magp module for supporting new json format ( #49417 )
...
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-12-17 10:52:51 +05:30
Toshio Kuratomi
175f3b51e5
Ensure that current uses of BaseException are required
...
* In some cases, it appears that Exception should have been used instead
as there's no need to catch sys.exit KeyboardInterrupt and similar.
* In a few cases, it appears that BaseException is used because
a library we depend on calls sys.exit() contrary to good coding
design. Comment those so that we know that those have been audited
and found to be correct and change to use (Exception, SystemExit)
instead.
2018-12-16 15:03:19 -08:00
Toshio Kuratomi
3fba006207
Update bare exceptions to specify Exception.
...
This will keep us from accidentally catching program-exiting exceptions
like KeyboardInterupt and SystemExit.
2018-12-16 15:03:19 -08:00
anasbadaha
c0dbc1a441
Issue/38837 ( #49873 )
...
* Fix Issue #38837
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Fix Issue #38837 2
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Enhance decumentation
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Fix Failures in Shippable
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Fix Version Added
Signed-off-by: Anas Badaha <anasb@mellanox.com>
* Add version_added:2.8 in purge attributes
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-12-16 13:16:28 +05:30
Susant Sahani
59dcf3f277
nmcli: Introduce SIT Tunnel ( #45937 )
...
This work enables to add sit tunnel via nmcli module
Signed-off-by: Susant Sahani susant@redhat.com
SUMMARY
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
nmcli
ANSIBLE VERSION
2.8
ADDITIONAL INFORMATION
- nmcli:
state: present
type: sit
conn_name: sit_test1
autoconnect: yes
ip_tunnel_dev: enp0s8
ip_tunnel_local: 192.168.1.2
ip_tunnel_remote: 192.168.1.5
2018-12-12 23:06:09 -05:00
cma0
974c45a5f5
itential iap_token module ( #46773 )
2018-12-12 14:28:20 -05:00
WhyIsThisOpen
7bdca72713
rhn_register fixes for username and password when unregistering
...
- Require username and password for unregistering and avoid "cannot marshal None unless allow_none is enabled" error when using an activation key and no channels specified.
- Update test fixtures and add changelog
Co-authored-by: WhyIsThisOpen <WhyIsThisOpen@users.noreply.github.com>
2018-12-12 11:32:48 -05:00