Unsolved
3 Posts
0
1120
August 18th, 2020 08:00
Isilon Ansible Module 1.1, RHEL 7.5, Python 2.7.5, isi_sdk_8_1_1 - error message
Hi,
I have been testing with Isilon Ansible module 1.0 on a CentOS VM with Python 2.7.5 , isi_sdk_8_1_1 with out any issues for almost a month in a lab.
Now, I am trying the test Isilon Ansible Module 1.1 on RHEL 7.5 , Python 2.7.5 , isi_sdk_8_1_1.
I followed the documentation and copied the following files to the specified folders.
Create the dellemc folder in the following path, if it is not available:
/usr/lib/ /site-packages/ansible/modules/storage
- Create the dell folder in the following path, if it is not available:
/usr/lib/ /site-packages/ansible/module_utils/storage
- Copy the Ansible modules to the appropriate locations in the virtual machine.
Copy dellemc_ansible_isilon_utils.py and __init__.py from the /utils directory to the following locations:
/usr/lib/ /site-packages/ansible/module_utils/storage/dell
Copy all the module python files from the isilon/library directory to the following:
/usr/lib/ /site-packages/ansible/modules/storage/dellemc
Copy the dellemc_isilon.py from the /doc_fragments directory to the following:
/usr/lib/ /site-packages/ansible/plugins/doc_fragments/
While testing one of my working playbooks to “gatherfacts”, I am getting the following message. ( Note: This playbook was working fine with Isilon Ansible module 1.0, but not working with 1.1)
Did anyone get similar error messages?