Chris Archibald
b6202dde32
Allow firmware update for (SP, ACP, Shelf, Disk) ( #58597 )
...
* update
* Revert "update"
This reverts commit 84848f8291
.
* correct module
* fixes
5 years ago
Chris Archibald
48021a4200
add modify to snapshot policy ( #59149 )
5 years ago
Nathan Swartz
10543c8a4c
Facts dev upstream ( #57082 )
...
* Improved netapp_e_facts module.
Added the following facts:
- storage system segment size
- cache block size capabilities
- workload tags
- storage array hosts
- host groups
- list of mapped volumes for each initiator
* Remove proxy specific facts from netapp_e_facts module
* Add unit tests for netapp_e_facts module.
5 years ago
Nathan Swartz
e80f8048ee
Fix netapp_e_volume wait-for-initialization to complete issue. ( #58304 )
...
* Fix netapp_e_volume wait-for-initialization to complete issue.
* Add unit tests for wait_for operations in netapp_e_volume module.
5 years ago
Nathan Swartz
acbffce079
Host dev upstream ( #57086 )
...
* Improve netapp_e_host module
Add host type strings for windows, windows cluster, linux and vmware to netapp_e_host module
Make host port information case-insensitive in netapp_e_host module
Fix port removal and default group.
Fix port reassignment in netapp_e_host module.
Fix port label or address change within existing host object in module netapp_e_host
Add unit and integration tests
* Created new unit test for netapp_e_host module
5 years ago
Nathan Swartz
a9aeabb456
Improve netapp_e_storagepool and add units. ( #57095 )
...
Refactored module to use eseries base class
Removed E322 and E326 for netapp_e_storage module from the ignore.txt file
Updated version_added quotes in netapp_e_storagepool
5 years ago
Nathan Swartz
41235ac05a
Improve netapp_e_hostgroup and add unit tests. ( #57094 )
...
* Improve netapp_e_hostgroup and add unit and integration tests.
netapp_e_hostgroup was refactored for maintainability and improved
documentation clarity.
* Remove ignore sanity check E338 for netapp_e_hostgroup module
* Add __future__ import (absolute_import, division, print_function) to test_netapp_e_hostgroup unit test.
5 years ago
Chris Archibald
be24db8886
New module na_ontap_object_store ( #59048 )
...
* New module object store
* fixes
* fix tests
5 years ago
Andrey Klychkov
64e3cb0fa8
Unit tests: remove unused imports ( #59812 )
...
* Unit tests: remove unused imports
* Unit tests: remove unused imports, fix
5 years ago
Andrey Klychkov
32de51adac
Unit tests: remove unused imports ( #59740 )
5 years ago
Chris Archibald
6adf0c581e
New feature to na_ontap_snapmirror ( #59047 )
...
* updates
* updating version added for connection type
5 years ago
Chris Archibald
b1360c0d94
bug fixes ( #59049 )
5 years ago
Chris Archibald
8bf069114f
New Module: Vscan Enable ( #57953 )
...
* new module
* fix netapp.py
* updates
* fixes
5 years ago
Chris Archibald
f3aac3a112
MOTD was not idempotent ( #57372 )
...
* fix issue
* fix issues
* fix issues
* fix issues
5 years ago
Chris Archibald
9cb78b4826
New options to volume ( #58531 )
...
* updates to volume
* fix ansibot
* fix issues
* Revert "fix issues"
This reverts commit 54988709ae
.
5 years ago
Chris Archibald
59feb63d19
Add uid, and gid to volume clone ( #57371 )
...
* and new features
* fix issues
* fix issues
* fix issues
* add unit tests
5 years ago
Chris Archibald
6e3d54ae81
Set vscan_fileop_profile for na_ontap_cifs ( #57373 )
...
* new features
* update unit tests
5 years ago
Chris Archibald
8731fc7a86
returning invalid security ( #58595 )
5 years ago
Chris Archibald
a58570f1bc
na_ontap_snapshot_policy: Add ability to multiple schedules ( #57366 )
6 years ago
Chris Archibald
57b3160f13
new feature ( #57320 )
6 years ago
vicmunoz
ecdb616954
NetApp ONTAP module for manage ipspaces ( #49821 )
...
* NetApp ONTAP module for manage ipspaces
* fixes for ci_cd and code layout
* indentation fixes
* code style fixes
* fixing yamllint issue
* unit test for module na_ontap_ipspace
* fixing sanity tests
* change pytest.skip to pytest.mark.skip
* adding ansible version to 2.9
6 years ago
Swartz, Nathan
5e3a7ec1f5
Improve netapp_e_volume module and add unit tests.
...
netapp_e_volume was refactored for maintainability and its documentation
was improved for better clarity.
6 years ago
Chris Archibald
e12846f540
Update na_ontap_export_policy_rule to allow multiple rules to be set at once. ( #54801 )
...
* update
* add unit tests
6 years ago
Chris Archibald
c51f840faa
Allow for multiple LIFS instead of 1 at a time ( #54800 )
...
* upload unit tests
6 years ago
Chris Archibald
c6f12eea32
push fix ( #54916 )
6 years ago
Chris Archibald
ec03ddd336
Multiple fixs for na_ontap_user ( #54610 )
...
* Fix ontap user for 9.1
* fix bugs:
* update unit tests
6 years ago
Chris Archibald
8dbdd987d8
Fix .encode('hex') call for python3 ( #53343 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* documentation changes
* Revert "documentation changes"
This reverts commit 02c369d0414fdff492d90865c903bdade3174261.
* fix encode calls for python3
* fix small issue
* switch to to_text
* Fix string
6 years ago
Chris Archibald
68ad75a56a
New Module na_elementsw_cluster_config ( #52373 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* New module
* fix author
* update copy right
* fixes
6 years ago
Chris Archibald
194af05832
bug fix ( #54430 )
6 years ago
Matt Clay
399fc110e7
Use pytest.mark.skip instead of pytest.skip.
6 years ago
Rigel Di Scala
51f38b090e
Fix failing test modules due to incorrect use of pytest.skip() ( #54282 )
6 years ago
Chris Archibald
6a2b9c2a86
New Module: na_elementsw_cluster_snmp ( #52374 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* new module
* fix author
* update copyright date
* test/units/modules/storage/netapp/test_na_elementsw_cluster_snmp.py
6 years ago
Chris Archibald
1e6aa9533c
New na_ontap_volume option ( #52587 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Update to volume
* fix documentation
* Fix doc
6 years ago
Chris Archibald
e3b6a07f6e
Adds Gather Subset Feature to na_ontap_gather_facts ( #53993 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "documentation changes"
This reverts commit 02c369d0414fdff492d90865c903bdade3174261.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "documentation changes"
This reverts commit 02c369d0414fdff492d90865c903bdade3174261.
* Revert "Revert "documentation changes""
This reverts commit fffeb974104f2da047435021e0dce94311e945b1.
* Gather facts
* Revert "Gather facts"
This reverts commit 67bfd54f6780818854b5e5d99db52afef89ac4f2.
* Revert "Revert "Gather facts""
This reverts commit 199c27c520bdfce1fc2dfa685dc953cb56381de2.
* Revert "Gather facts"
This reverts commit fc6d21418123d03af3cedd1903175277b1612856.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "documentation changes"
This reverts commit 02c369d0414fdff492d90865c903bdade3174261.
* Gather facts
* Revert "Gather facts"
This reverts commit 67bfd54f6780818854b5e5d99db52afef89ac4f2.
* Revert "Revert "Gather facts""
This reverts commit 199c27c520bdfce1fc2dfa685dc953cb56381de2.
* Revert "Gather facts"
This reverts commit fc6d21418123d03af3cedd1903175277b1612856.
* revert
* Revert "Revert "documentation changes""
This reverts commit fffeb974104f2da047435021e0dce94311e945b1.
* fix conflicts
6 years ago
Chris Archibald
309f7e59a3
Add ability to run in Privileged mode to Na_ontap_command ( #52343 )
...
* update command
* doc update
* fix review comments
6 years ago
Chris Archibald
3ff20436b6
Modify port would remove and re-add ports on a modify which can results in an error ( #53341 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* documentation changes
* Revert "documentation changes"
This reverts commit 02c369d0414fdff492d90865c903bdade3174261.
* Issue with port being removed and added on modify
6 years ago
Chris Archibald
baf255e4c1
Allow comment for na_ontap_svm ( #52300 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* updates
* doc changes
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6
.
6 years ago
Chris Archibald
14d670573a
Ability to add port in portset ( #52734 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* add ports
6 years ago
Chris Archibald
b5144a36ab
New Module: na_elementsw_initiators ( #52375 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* new module
* update author
* update copyright
* fixes
6 years ago
Chris Archibald
fa2e8d8fe1
New Module: na_ontap_snapshot_policy.py ( #52299 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* add snapshot policy
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6
.
* review change
6 years ago
Chris Archibald
0e77eeb205
Merging of broadcast domain and Broadcast domain port ( #51978 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Add domain ports in to broadcast domain
* ansibot fixes
* Revert "Revert "changes to clusteR""
This reverts commit 2713c75f31
.
* Fix author
6 years ago
albinpopote
473596a472
New module: na_ontap_net_subnet ( #50491 )
...
* New module: na_ontap_net_subnet
* Sanity tests Fix
* Fix: correct examples
* Fix: examples syntax
* Correction: Sanity 1
* Code review
* Code review + Bugfix
* Add Unit Tests
* Fix Sanity Indentation tests
* FIX: Validator change request
* FIX : Change unit test json fail message
* FIX: Typo ip_ranges in example section
* FIX: Remove NetApp copyright
6 years ago
Chris Archibald
2e47e9fffa
Modify na_ontap_net_port NetAppModule module format, allow for multiple ports, unit tests ( #52286 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* add update to netport
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6
.
* fix docs
* fix option
6 years ago
Chris Archibald
1a306ce871
Rewrite of na_ontap_snapshot to follow NetAppModule, add new option to rename snapshot, bug fix to modify snapmirror_label ( #52297 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* upadets
* fix docs
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6
.
* review change
6 years ago
Chris Archibald
48098ba688
Updates to na_ontap_net_route ( #49656 )
...
* new option and rewrite
* update documentation
* fix documentation
* Review change
* add comment
6 years ago
Chris Archibald
dbcfb3d0fe
Update to na_ontap_firewall_policy ( #51976 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Fix issue and unit tests
* update to firewall
* fix import issues
* Revert "Revert "changes to clusteR""
This reverts commit 2713c75f31
.
* fix docs
* stop pylint on unicode line, line can only be run in python2
* Review comment
* add pylint skip
* add pylint skip
6 years ago
Chris Archibald
04c6f94269
New Module: na_ontap_quotas ( #49783 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* new module na_ontap_quotas
* fix file location
* Fix author
* updates
* Revert "Revert "changes to clusteR""
This reverts commit 1c82958764
.
* fix author
* Add types
6 years ago
Chris Archibald
af6e4cc75b
Add tcp_max_xfer_size option for na_ontap_nfs, plus unit test ( #52288 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* updates
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6
.
* fix docs
* Fix boolean to bool
* Update lib/ansible/modules/storage/netapp/na_ontap_nfs.py
Co-Authored-By: carchi8py <carchi@netapp.com>
6 years ago
Chris Archibald
7d5418e3d0
New Module: na_ontap_vscan_on_access_policy ( #49785 )
...
* changes to clusteR
* changes to clusteR
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* new module na_ontap_vscan_on_access_policy
* update author
* remove blank trys'
* switch to int
6 years ago
Chris Archibald
740d53011e
Change na_ontap_igroup to NetAppModule module format ( #52280 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* update to igroup
* fix author
* Revert "Revert "changes to clusteR""
This reverts commit 2c51779211
.
6 years ago