Releases: ansible-collections/netapp.ontap
Releases · ansible-collections/netapp.ontap
22.13.0
Minor Changes
- na_ontap_svm - added
allowed
option fors3
service, requires ONTAP 9.7 or later. - na_ontap_rest_info - removed example which has option
gather_subset
set toall
from documentation. - na_ontap_cifs_server - added new option
comment
for cifs server, requires ONTAP 9.6 or later. - all modules supporting only REST - change in documentation for
use_rest
, updatedextends_documentation_fragment
. - na_ontap_s3_services - new option
is_http_enabled
,is_https_enabled
,port
andsecure_port
added in REST, requires ONTAP 9.8 or later. - na_ontap_flexcache - new option to enable
writeback
added in REST, requires ONTAP 9.12 or later. - na_ontap_s3_users - new option
regenerate_keys
anddelete_keys
added in REST,delete_keys
requires ONTAP 9.14 or later. - na_ontap_active_directory - return error message when attempting to modify
account_name
. - na_ontap_s3_buckets - new option
versioning_state
added, requires ONTAP 9.11.1 or later. - na_ontap_volume - new option
granular_data
added in REST, requires ONTAP 9.12 or later. - na_ontap_volume - new option
nas_application_template.cifs_share_name
added in REST, requires ONTAP 9.11 or later. - na_ontap_volume - new option
nas_application_template.snaplock.*
added in REST, requires ONTAP 9.12 or later. - na_ontap_volume - new option
nas_application_template.snapshot_locking_enabled
added in REST, requires ONTAP 9.13.1 or later.
Bug Fixes
- na_ontap_snapshot_policy - fix issue with
retention_period
in REST. - all modules supporting REST - avoid duplicate calls to api/cluster to get ONTAP version.
- na_ontap_rest_info - rectified subset name to
cluster/firmware/history
. - na_ontap_broadcast_domain - fix issue with port modification in REST.
- na_ontap_flexcache - fix typo error in the query 'origins.cluster.name' in REST.
New Modules
- na_ontap_bgp_config - REST only support for managing BGP configuration for a node, requires ONTAP 9.6 or later.
- na_ontap_cifs_privileges - REST only support for managing privileges of the local or Active Directory user or group, requires ONTAP 9.10.1 or later.
22.12.0
Minor Changes
- na_ontap_bgp_peer_group - added new option
use_peer_as_next_hop
, requires ONTAP 9.9 or later. - na_ontap_volume - new option
snapshot_locking
added in REST, requires ONTAP 9.12 or later. - na_ontap_volume - new option
activity_tracking
added in REST, requires ONTAP 9.10 or later. - na_ontap_snapshot_policy - new option
retention_period
added in REST, requires ONTAP 9.12 or later. - na_ontap_security_key_manager - added warning message in REST when passphrase is not changed.
- Requires Ansible 2.15 or higher.
- na_ontap_cifs - added REST support for option
vscan_fileop_profile
, requires ONTAP 9.15.1 or later. - all modules supporting ZAPI & REST - throw authentication error instead of falling back to ZAPI when username/password is incorrect.
- na_ontap_rest_cli - return command output for GET and OPTIONS verbs during check mode.
Bug Fixes
- na_ontap_export_policy_rule - fix issue with idempotency in REST.
- na_ontap_volume_efficiency - fix issue with modifying volume efficiency in REST.
- na_ontap_volume - added error message while trying to modify efficiency configuration for a volume in REST, when efficiency is disabled.
- na_ontap_quotas - fix error with
quota_target
while trying to set default user quota rule in REST. - na_ontap_rest_info - fixed issue with capturing error.
- na_ontap_flexcache - add warning for flexcache relationship deletion in ZAPI.
- na_ontap_user_role - fix issue with setting multiple permissions with REST.
- na_ontap_qtree - add warning for job still running for deletion operation in REST, when wait_for_completion is not set.
- na_ontap_snapshot_policy - fix issue with idempotency when
snapmirror_label
is set to empty in REST. - na_ontap_file_security_permissions - set
apply_to
as optional and default value as true.
22.11.0
Minor Changes
- na_ontap_cifs - new option
offline_files
added in REST, requires ONTAP 9.10 or later. - na_ontap_net_ifgrp - updated documentation for parameter
name
. - na_ontap_vserver_audit - new options
schedule.*
added underlog.rotation
, requires ONTAP 9.6 or later.
Bugfixes
- na_ontap_dns - fix issue with modifying DNS servers in REST.
- na_ontap_fpolicy_policy - fixed issue with idempotency in REST.
- na_ontap_quotas - fixed issue with idempotency in REST.
- na_ontap_security_config - added warning for missing
supported_cipher_suites
to maintain idempotency in REST.
22.10.0
Minor Changes
- na_ontap_rest_info - added warning message if given subset doesn't support option
owning_resource
. - na_ontap_export_policy_rule - added
actions
andmodify
in module output. - na_ontap_file_security_permissions_acl - added
actions
andmodify
in module output. - na_ontap_igroup_initiator - added
actions
in module output. - na_ontap_name_mappings - added
actions
andmodify
in module output. - na_ontap_node - added
modify
in module output. - na_ontap_lun_map - added
actions
in module output. - na_ontap_lun_map_reporting_nodes - added
actions
in module output. - na_ontap_storage_auto_giveback - added information on modifed attributes in module output.
- na_ontap_vscan_scanner_pool - added REST support to Vscan Scanner Pools Configuration module, requires ONTAP 9.6 or later.
- na_ontap_cifs_server - new option
is_multichannel_enabled
added in REST, requires ONTAP 9.10 or later.
Bug Fixes
- na_ontap_igroup_initiator - fixed issue with idempotency.
22.9.0
New Options
- na_ontap_cifs_server - new option
lm_compatibility_level
added in REST, requires ONTAP 9.8 or later. - na_ontap_cluster - new option
certificate.uuid
added in REST, requires ONTAP 9.10 or later. - na_ontap_ems_destination - new options
syslog
,port
,transport
,message_format
,timestamp_format_override
andhostname_format_override
added in REST, requires ONTAP 9.12.1 or later.
Minor Changes
- na_ontap_s3_services - create, modify S3 service returns
s3_service_info
in module output. - na_ontap_nfs - fix error with
windows
in REST for ONTAP 9.10 or earlier. - na_ontap_cluster_peer - added REST only support for modifying remote intercluster addresses in cluster peer relation.
- na_ontap_snapmirror - updated resync and resume operation for synchronous snapmirror relationship in REST.
Bug Fixes
- na_ontap_snapshot_policy - fix issue with modifying snapshot policy in REST.
- na_ontap_volume - modified
type
to be case insensitive in REST. - na_ontap_security_certificates - fix error with ontap_info returned in module output in REST.
New Modules
- na_ontap_snmp_config - REST only support for modifying SNMP configuration, requires ONTAP 9.7 or later.
- na_ontap_cli_timeout - REST only support for setting CLI inactivity timeout value, requires ONTAP 9.6 or later.
- na_ontap_cifs_unix_symlink_mapping - REST only support for managing UNIX symbolic link mapping for CIFS clients, requires ONTAP 9.6 or later.
22.8.3
na_ontap_vserver_peer - fix issue with peering multiple clusters with same vserver name in REST.
na_ontap_ems_destination - fix field error with certificate.name for ONTAP 9.11.1 or later in REST.
na_ontap_snmp - fix for getting error when authentication_method set to default with ZAPI.
22.8.2
22.8.1
22.8.0
New Options
- na_ontap_lun - new option
qtree_name
added in REST. - na_ontap_rest_info - new option
hal_linking
added. - na_ontap_cifs_server - new option
default_site
added in REST, requires ONTAP 9.13.1 or later. - na_ontap_ems_destination - new option
certificate
,ca
added. - na_ontap_volume - added new REST only options
vol_nearly_full_threshold_percent
andvol_full_threshold_percent
, requires ONTAP 9.9 or later. - na_ontap_qos_policy_group - added new REST only options
expected_iops_allocation
andpeak_iops_allocation
, requires ONTAP 9.10.1 or later.
Minor Changes
- na_ontap_user - added warning message when password is not changed.
- na_ontap_restit - returns changed as False for GET method.
- na_ontap_kerberos_realm - added REST support for
admin_server_ip
,admin_server_port
,pw_server_ip
,pw_server_port
andclock_skew
, requires ONTAP 9.13.1 or later. - na_ontap_volume - added REST support for
atime_update
requires ONTAP 9.8 or later,snapdir_access
andsnapshot_auto_delete
requires ONTAP 9.13.1 or later. - na_ontap_net_ifgrp - return
name
and other details of a newly created interface group in module output in REST. - na_ontap_cg_snapshot - added REST support to the cg snapshot module, requires ONTAP 9.10.1 or later.
- na_ontap_snmp - added REST support for
snmpv3
user.
Bug Fixes
- na_ontap_nfs - fix
default_user
underwindows
not getting modified, if not set previously, in REST. - na_ontap_dns - fix DNS not working with Cluster mode.
- na_ontap_ems_filter - fix modify operation to add rule in existing filter.
- na_ontap_svm - fix REST version warning for
ndmp
underservices
. - na_ontap_login_messages - fix idempotency issue in Cluster scope in REST.
New Modules
- na_ontap_ems_config - REST only support for modifying EMS configuration, requires ONTAP 9.6 or later.
22.7.0
22.7.0
New Options
- na_ontap_s3_buckets - new option
nas_path
added, requires ONTAP 9.12.1 or later.
Minor Changes
- na_ontap_name_mappings - added choices
s3_win
ands3_unix
todirection
, requires ONTAP 9.12.1 or later.
Bug Fixes
- na_ontap_login_messages - fix
banner
andmotd_message
not idempotent when trailing '\n' is present. - na_ontap_login_messages - fix idempotent issue on
show_cluster_motd
option when try to set banner or motd_message for the first time in REST.
New Modules
- na_ontap_active_directory_domain_controllers - Added REST support for ONTAP 9.12.0 or later and cli support for lower versions.
Full Changelog: 22.6.0...22.7.0