Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define module for managing LDAP authentication for E-Series #42356

Merged
merged 1 commit into from
Aug 28, 2018

Conversation

lmprice
Copy link
Contributor

@lmprice lmprice commented Jul 5, 2018

This module will allow users to manage LDAP authentication domains for
accessing E-Series systems.

SUMMARY

This is a new module to allow an owner of an E-Series system to manage the LDAP authentication domains that can be utilized for logging into the system.

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

netapp_e_ldap

ANSIBLE VERSION
ansible 2.6.0 (detached HEAD ce8c336d52) last updated 2018/04/18 11:23:03 (GMT -500)
  config file = None
  configured module search path = [u'/home/lorenp/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /home/lorenp/ansible/lib/ansible
  executable location = /home/lorenp/ansible/bin/ansible
  python version = 2.7.12 (default, Dec  4 2017, 14:50:18) [GCC 5.4.0 20160609]

ADDITIONAL INFORMATION

@ansibot
Copy link
Contributor

ansibot commented Jul 5, 2018

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. netapp new_module This PR includes a new module. new_plugin This PR includes a new plugin. storage support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests. labels Jul 5, 2018

return domain

def is_embedded(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be moved to the common fragment? I don't think it's a must-fix for this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's a good idea, but let's get this one merged first. I'll add the common code after all of the other changes to the common code in netapp utils file.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lmprice Reminder that this may need moving to common code

@ansibot
Copy link
Contributor

ansibot commented Jul 5, 2018

The test ansible-test sanity --test import --python 2.6 [explain] failed with 1 error:

lib/ansible/module_utils/netapp.py:38:0: ImportError: No module named release

The test ansible-test sanity --test import --python 2.7 [explain] failed with 54 errors:

lib/ansible/module_utils/netapp.py:38:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_cdot_aggregate.py:77:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_cdot_license.py:131:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_cdot_lun.py:116:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_cdot_qtree.py:81:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_cdot_svm.py:85:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_cdot_user.py:106:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_cdot_user_role.py:81:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_cdot_volume.py:133:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_aggregate.py:122:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain.py:84:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain_ports.py:75:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_cifs.py:85:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_cifs_acl.py:75:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_cifs_server.py:97:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_cluster.py:80:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_cluster_ha.py:46:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_export_policy.py:75:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_export_policy_rule.py:130:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_igroup.py:122:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_interface.py:137:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_iscsi.py:86:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_job_schedule.py:70:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_license.py:133:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_lun.py:134:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_lun_map.py:91:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_net_ifgrp.py:86:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_net_port.py:77:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_net_routes.py:78:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_net_vlan.py:65:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_nfs.py:92:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_ntp.py:63:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_qtree.py:85:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_service_processor_network.py:83:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_snapshot.py:113:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_snmp.py:65:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_svm.py:120:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_ucadapter.py:78:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_user.py:111:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_user_role.py:81:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_volume.py:141:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/na_ontap_volume_clone.py:77:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/netapp_e_amg.py:108:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/netapp_e_host.py:68:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/netapp_e_ldap.py:158:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/netapp_e_lun_mapping.py:80:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/netapp_e_storagepool.py:111:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/netapp_e_volume.py:120:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py:102:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/sf_account_manager.py:104:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/sf_check_connections.py:63:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/sf_snapshot_schedule_manager.py:138:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/sf_volume_access_group_manager.py:102:0: ImportError: No module named release
lib/ansible/modules/storage/netapp/sf_volume_manager.py:131:0: ImportError: No module named release

The test ansible-test sanity --test import --python 3.5 [explain] failed with 54 errors:

lib/ansible/module_utils/netapp.py:38:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_aggregate.py:77:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_license.py:131:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_lun.py:116:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_qtree.py:81:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_svm.py:85:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_user.py:106:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_user_role.py:81:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_volume.py:133:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_aggregate.py:122:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain.py:84:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain_ports.py:75:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs.py:85:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs_acl.py:75:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs_server.py:97:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cluster.py:80:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cluster_ha.py:46:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_export_policy.py:75:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_export_policy_rule.py:130:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_igroup.py:122:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_interface.py:137:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_iscsi.py:86:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_job_schedule.py:70:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_license.py:133:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_lun.py:134:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_lun_map.py:91:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_ifgrp.py:86:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_port.py:77:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_routes.py:78:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_vlan.py:65:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_nfs.py:92:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_ntp.py:63:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_qtree.py:85:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_service_processor_network.py:83:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_snapshot.py:113:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_snmp.py:65:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_svm.py:120:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_ucadapter.py:78:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_user.py:111:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_user_role.py:81:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_volume.py:141:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_volume_clone.py:77:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_amg.py:108:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_host.py:68:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_ldap.py:158:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_lun_mapping.py:80:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_storagepool.py:111:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_volume.py:120:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py:102:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_account_manager.py:104:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_check_connections.py:63:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_snapshot_schedule_manager.py:138:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_volume_access_group_manager.py:102:0: ImportError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_volume_manager.py:131:0: ImportError: No module named 'ansible.release'

The test ansible-test sanity --test import --python 3.6 [explain] failed with 54 errors:

lib/ansible/module_utils/netapp.py:38:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_aggregate.py:77:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_license.py:131:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_lun.py:116:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_qtree.py:81:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_svm.py:85:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_user.py:106:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_user_role.py:81:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_volume.py:133:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_aggregate.py:122:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain.py:84:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain_ports.py:75:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs.py:85:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs_acl.py:75:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs_server.py:97:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cluster.py:80:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cluster_ha.py:46:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_export_policy.py:75:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_export_policy_rule.py:130:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_igroup.py:122:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_interface.py:137:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_iscsi.py:86:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_job_schedule.py:70:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_license.py:133:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_lun.py:134:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_lun_map.py:91:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_ifgrp.py:86:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_port.py:77:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_routes.py:78:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_vlan.py:65:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_nfs.py:92:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_ntp.py:63:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_qtree.py:85:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_service_processor_network.py:83:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_snapshot.py:113:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_snmp.py:65:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_svm.py:120:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_ucadapter.py:78:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_user.py:111:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_user_role.py:81:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_volume.py:141:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_volume_clone.py:77:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_amg.py:108:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_host.py:68:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_ldap.py:158:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_lun_mapping.py:80:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_storagepool.py:111:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_volume.py:120:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py:102:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_account_manager.py:104:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_check_connections.py:63:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_snapshot_schedule_manager.py:138:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_volume_access_group_manager.py:102:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_volume_manager.py:131:0: ModuleNotFoundError: No module named 'ansible.release'

The test ansible-test sanity --test import --python 3.7 [explain] failed with 54 errors:

lib/ansible/module_utils/netapp.py:38:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_aggregate.py:77:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_license.py:131:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_lun.py:116:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_qtree.py:81:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_svm.py:85:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_user.py:106:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_user_role.py:81:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_cdot_volume.py:133:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_aggregate.py:122:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain.py:84:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain_ports.py:75:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs.py:85:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs_acl.py:75:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cifs_server.py:97:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cluster.py:80:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_cluster_ha.py:46:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_export_policy.py:75:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_export_policy_rule.py:130:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_igroup.py:122:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_interface.py:137:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_iscsi.py:86:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_job_schedule.py:70:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_license.py:133:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_lun.py:134:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_lun_map.py:91:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_ifgrp.py:86:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_port.py:77:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_routes.py:78:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_net_vlan.py:65:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_nfs.py:92:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_ntp.py:63:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_qtree.py:85:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_service_processor_network.py:83:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_snapshot.py:113:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_snmp.py:65:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_svm.py:120:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_ucadapter.py:78:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_user.py:111:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_user_role.py:81:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_volume.py:141:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/na_ontap_volume_clone.py:77:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_amg.py:108:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_host.py:68:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_ldap.py:158:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_lun_mapping.py:80:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_storagepool.py:111:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_volume.py:120:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py:102:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_account_manager.py:104:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_check_connections.py:63:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_snapshot_schedule_manager.py:138:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_volume_access_group_manager.py:102:0: ModuleNotFoundError: No module named 'ansible.release'
lib/ansible/modules/storage/netapp/sf_volume_manager.py:131:0: ModuleNotFoundError: No module named 'ansible.release'

click here for bot help

@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. needs_triage Needs a first human triage before being processed. labels Jul 5, 2018
@@ -35,6 +35,7 @@
from ansible.module_utils.six.moves.urllib.error import HTTPError
from ansible.module_utils.urls import open_url
from ansible.module_utils.api import basic_auth_argument_spec
from ansible.release import __version__ as ansible_version
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use this instead:

from ansible.module_utils.ansible_release import __version__

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. I was guessing on the best place to pull that information.

@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Jul 5, 2018
@hulquest
Copy link
Contributor

hulquest commented Jul 5, 2018

shipit

@ansibot ansibot added shipit This PR is ready to be merged by Core and removed core_review In order to be merged, this PR must follow the core review workflow. labels Jul 5, 2018
Copy link
Contributor

@carchi8py carchi8py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shipit

@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed shipit This PR is ready to be merged by Core labels Jul 6, 2018
@ndswartz
Copy link
Contributor

ndswartz commented Jul 9, 2018

shipit

@ansibot ansibot removed the core_review In order to be merged, this PR must follow the core review workflow. label Jul 9, 2018
@ansibot ansibot added needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Aug 24, 2018
@ansibot
Copy link
Contributor

ansibot commented Aug 24, 2018

@lmprice this PR contains the following merge commits:

Please rebase your branch to remove these commits.

click here for bot help

@ansibot ansibot added the merge_commit This PR contains at least one merge commit. Please resolve! label Aug 24, 2018
@gundalow
Copy link
Contributor

Can you please rebase this by following http://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html Thanks in advance

@ansibot ansibot removed merge_commit This PR contains at least one merge commit. Please resolve! needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html labels Aug 24, 2018
@ansibot
Copy link
Contributor

ansibot commented Aug 24, 2018

The test ansible-test sanity --test validate-modules [explain] failed with 3 errors:

test/sanity/validate-modules/ignore.txt:1076:1: A102 Remove since "lib/ansible/modules/storage/netapp/netapp_e_host.py" passes "E325" test
test/sanity/validate-modules/ignore.txt:1077:1: A102 Remove since "lib/ansible/modules/storage/netapp/netapp_e_host.py" passes "E326" test
test/sanity/validate-modules/ignore.txt:1078:1: A102 Remove since "lib/ansible/modules/storage/netapp/netapp_e_lun_mapping.py" passes "E325" test

click here for bot help

@ansibot ansibot added the ci_verified Changes made in this PR are causing tests to fail. label Aug 24, 2018
@ansibot
Copy link
Contributor

ansibot commented Aug 24, 2018

The test ansible-test sanity --test validate-modules [explain] failed with 4 errors:

test/sanity/validate-modules/ignore.txt:1068:1: A102 Remove since "lib/ansible/modules/storage/netapp/netapp_e_amg.py" passes "E325" test
test/sanity/validate-modules/ignore.txt:1077:1: A102 Remove since "lib/ansible/modules/storage/netapp/netapp_e_host.py" passes "E325" test
test/sanity/validate-modules/ignore.txt:1078:1: A102 Remove since "lib/ansible/modules/storage/netapp/netapp_e_lun_mapping.py" passes "E325" test
test/sanity/validate-modules/ignore.txt:1093:1: A102 Remove since "lib/ansible/modules/storage/netapp/netapp_e_volume.py" passes "E325" test

click here for bot help

@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Aug 24, 2018
@lmprice
Copy link
Contributor Author

lmprice commented Aug 24, 2018

This is an expected failure. Waiting on #44659 to merge.

@ansibot
Copy link
Contributor

ansibot commented Aug 24, 2018

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

lib/ansible/modules/storage/netapp/netapp_e_ldap.py:0:0: E325 argument_spec for "validate_certs" defines type="bool" but documentation does not

click here for bot help

@ansibot ansibot added the ci_verified Changes made in this PR are causing tests to fail. label Aug 24, 2018
This module will allow users to manage LDAP authentication domains for
accessing E-Series systems.
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Aug 24, 2018
@ansibot
Copy link
Contributor

ansibot commented Aug 24, 2018

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

lib/ansible/modules/storage/netapp/netapp_e_ldap.py:0:0: E325 argument_spec for "validate_certs" defines type="bool" but documentation does not

click here for bot help

@ansibot ansibot added ci_verified Changes made in this PR are causing tests to fail. core_review In order to be merged, this PR must follow the core review workflow. and removed ci_verified Changes made in this PR are causing tests to fail. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Aug 24, 2018
@gundalow gundalow merged commit feb212b into ansible:devel Aug 28, 2018
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. netapp new_module This PR includes a new module. new_plugin This PR includes a new plugin. storage support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants