Chris Archibald
265fcaac40
Add Rest API to DNS ( #59937 )
...
* add rest to dns
* fix issues with tests
* fixes to netapp.py
* fixes
* fixes
* add updates
* fix issues
2019-08-25 10:52:01 -04:00
Josh Edmonds
25db0c7678
Added NetApp ONTAP Adaptive QoS Policy Module ( #58707 )
...
* Added NetApp ONTAP Adaptive QoS Policy Module
* updated documentation to fix validation errors
* Updates to documentation fields and modified logging function to log against the current vserver
* Fixed minor formatting issues
* Documentation update for consistency - author field
* Empty commit to force CI
* fixes
2019-08-25 10:50:34 -04:00
Felix Fontein
18f7c3b850
Netapp: rename _facts -> _info ( #60980 )
...
* Rename na_ontap_gather_facts -> na_ontap_info
Rename netapp_e_facts -> netapp_e_info
* Add changelog.
* Fix sanity.
* Forgot test.
* Forgot to remove 'gather'.
* Fix sanity ignore.
* Remove netapp_e_facts from PR.
* Remove superfluous version_added.
2019-08-22 22:51:45 +02:00
Matt Martz
c81a1057e1
Speed up a few more tests by mocking time.sleep ( #61186 )
2019-08-22 14:33:34 -05:00
Chris Archibald
206594c5f0
New Module: Volume Autosize ( #59936 )
...
* add new module
* update volume
2019-08-14 15:21:51 -04:00
Chris Archibald
fed6598e28
fixes ( #60146 )
2019-08-14 10:26:12 -04:00
Chris Archibald
645eebdbbb
new options ( #60142 )
2019-08-14 09:51:38 -04:00
Chris Archibald
ae794369f8
new module: na_ontap_vserver_cifs_security ( #59817 )
...
* new module
* fixes
2019-08-14 09:02:56 -04:00
Andrey Klychkov
21863d48f3
unit tests: remove unused imports ( #60462 )
2019-08-13 19:21:43 +02:00
Chris Archibald
2e819c87db
new options ( #60145 )
2019-08-13 09:35:01 -04:00
Chris Archibald
13403b3688
update to command ( #60141 )
2019-08-12 10:30:00 -04:00
Chris Archibald
5df9075386
New Module: na_ontap_ports ( #59814 )
...
* new module
* fixes
2019-08-12 10:23:24 -04:00
Nathan Swartz
abc5654738
Fix netapp_e_iscsi_target chap secret size and clearing functionality. ( #57135 )
2019-08-12 09:52:40 -04:00
Chris Archibald
b6202dde32
Allow firmware update for (SP, ACP, Shelf, Disk) ( #58597 )
...
* update
* Revert "update"
This reverts commit 84848f8291
.
* correct module
* fixes
2019-08-09 16:04:46 -04:00
Chris Archibald
48021a4200
add modify to snapshot policy ( #59149 )
2019-08-09 07:56:31 -04:00
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.
2019-08-08 11:36:23 -04:00
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.
2019-08-07 11:28:39 -04:00
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
2019-08-06 15:01:22 -04:00
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
2019-08-06 10:02:14 -04:00
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.
2019-08-05 13:19:23 -04:00
Chris Archibald
be24db8886
New module na_ontap_object_store ( #59048 )
...
* New module object store
* fixes
* fix tests
2019-08-05 09:27:38 -04:00
Andrey Klychkov
64e3cb0fa8
Unit tests: remove unused imports ( #59812 )
...
* Unit tests: remove unused imports
* Unit tests: remove unused imports, fix
2019-08-02 17:18:14 +02:00
Andrey Klychkov
32de51adac
Unit tests: remove unused imports ( #59740 )
2019-07-29 22:10:13 +02:00
Chris Archibald
6adf0c581e
New feature to na_ontap_snapmirror ( #59047 )
...
* updates
* updating version added for connection type
2019-07-22 13:46:00 -04:00
Chris Archibald
b1360c0d94
bug fixes ( #59049 )
2019-07-22 11:05:56 -04:00
Chris Archibald
8bf069114f
New Module: Vscan Enable ( #57953 )
...
* new module
* fix netapp.py
* updates
* fixes
2019-07-16 13:40:56 -04:00
Chris Archibald
f3aac3a112
MOTD was not idempotent ( #57372 )
...
* fix issue
* fix issues
* fix issues
* fix issues
2019-07-12 16:47:41 -04:00
Chris Archibald
9cb78b4826
New options to volume ( #58531 )
...
* updates to volume
* fix ansibot
* fix issues
* Revert "fix issues"
This reverts commit 54988709ae
.
2019-07-11 17:42:00 -04:00
Chris Archibald
59feb63d19
Add uid, and gid to volume clone ( #57371 )
...
* and new features
* fix issues
* fix issues
* fix issues
* add unit tests
2019-07-11 13:57:36 -04:00
Chris Archibald
6e3d54ae81
Set vscan_fileop_profile for na_ontap_cifs ( #57373 )
...
* new features
* update unit tests
2019-07-11 10:49:35 -04:00
Chris Archibald
8731fc7a86
returning invalid security ( #58595 )
2019-07-10 00:40:31 -04:00
Chris Archibald
a58570f1bc
na_ontap_snapshot_policy: Add ability to multiple schedules ( #57366 )
2019-06-10 09:24:25 +02:00
Chris Archibald
57b3160f13
new feature ( #57320 )
2019-06-04 13:57:54 -04:00
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
2019-05-10 11:24:02 -04:00
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.
2019-04-11 11:16:45 -04:00
Chris Archibald
e12846f540
Update na_ontap_export_policy_rule to allow multiple rules to be set at once. ( #54801 )
...
* update
* add unit tests
2019-04-10 20:48:49 -04:00
Chris Archibald
c51f840faa
Allow for multiple LIFS instead of 1 at a time ( #54800 )
...
* upload unit tests
2019-04-11 00:15:08 +02:00
Chris Archibald
c6f12eea32
push fix ( #54916 )
2019-04-08 13:11:42 +01:00
Chris Archibald
ec03ddd336
Multiple fixs for na_ontap_user ( #54610 )
...
* Fix ontap user for 9.1
* fix bugs:
* update unit tests
2019-04-01 17:22:48 +01:00
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
2019-03-27 16:03:58 +00:00
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
2019-03-27 14:20:52 +00:00
Chris Archibald
194af05832
bug fix ( #54430 )
2019-03-27 14:14:17 +00:00
Matt Clay
399fc110e7
Use pytest.mark.skip instead of pytest.skip.
2019-03-26 11:10:51 -07:00
Rigel Di Scala
51f38b090e
Fix failing test modules due to incorrect use of pytest.skip() ( #54282 )
2019-03-26 10:51:06 -07:00
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
2019-03-22 14:18:39 +00:00
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
2019-03-22 14:12:18 +00:00
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
2019-03-20 13:56:23 +00:00
Chris Archibald
309f7e59a3
Add ability to run in Privileged mode to Na_ontap_command ( #52343 )
...
* update command
* doc update
* fix review comments
2019-03-19 14:49:58 +00:00
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
2019-03-19 14:47:24 +00:00
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
.
2019-03-18 16:53:48 +00:00