diff --git a/changelogs/fragments/ibm-storag_add_domain_keywords_to_module.yml b/changelogs/fragments/ibm-storag_add_domain_keywords_to_module.yml new file mode 100644 index 0000000000..bd23129859 --- /dev/null +++ b/changelogs/fragments/ibm-storag_add_domain_keywords_to_module.yml @@ -0,0 +1,2 @@ +bugfixes: +- "Added missing domain module fields to the ibm_sa_utils module." diff --git a/lib/ansible/module_utils/ibm_sa_utils.py b/lib/ansible/module_utils/ibm_sa_utils.py index 4e349be23e..ad793252f9 100644 --- a/lib/ansible/module_utils/ibm_sa_utils.py +++ b/lib/ansible/module_utils/ibm_sa_utils.py @@ -19,7 +19,10 @@ AVAILABLE_PYXCLI_FIELDS = ['pool', 'size', 'snapshot_size', 'domain', 'perf_class', 'vol', 'iscsi_chap_name', 'iscsi_chap_secret', 'cluster', 'host', 'lun', 'override', - 'fcaddress', 'iscsi_name'] + 'fcaddress', 'iscsi_name', 'max_dms', + 'max_cgs', 'ldap_id', 'max_mirrors', + 'max_pools', 'max_volumes', 'hard_capacity', + 'soft_capacity'] def xcli_wrapper(func):