All the documentation I have found regarding Ansible Tower / AWX and NetApp use schmots1/na_ansible_ee as the docker image for the execution environment. It looks like the netapp.ontap version within that image is not up to date. Is there any documentation from NetApp regarding using or creating an updated version of the execution environment within Ansible Tower / AWX? There is plenty of documentation around standalone ansible execution environments, but I couldn't find documentation specifically around Ansible Tower and NetApp. I'm getting the following error when trying to create FCP LIFs from AWX: "msg": "Error creating interface ANSIBLESAN_ral_n04_0g: calling: network/fc/interfaces: got {'message': 'Field \"location.home_node.name\" cannot be set in this operation', 'code': '262196', 'target': 'location.home_node.name'}." I have tried using the same playbook on a separate server using standalone Ansible, no AWX, and I do not get the error then. According to a NetApp resource in the Discord community, the error is fixed in netapp.ontap version 22.1.0, therefore the need to upgrade the execution environment in AWX. Thanks,
... View more
My customer uses the NaServer and NaElement classes of the NMSDK (5.6) to access the SOAP api. Due to requirements in the environment, they'll need to access the api through an https proxy. Are there examples of how to go about this?
... View more
I need to quickly throw together some NetApp utils in C, and have compiled and run some the sample code in an attempt to get up to speed. Is there a list of all the possible calls you can make using the na_server_invoke() function? Or can one deduce these from the standard commands you'd issue at the NetApp console? If so... what's the formula? I've tried to work this out from the documentation, but there seems no straightforward answer.
... View more
Hello, Does anyone have workaround for certificate authentication with SAML enabled on a cluster? This is for AWX Tower, which is failing at ADFS auth when running a playbook against a SAML enabled cluster. A curl command to the cluster usign the certificates works fine, error occurs when AWX tried to access API of the SAML enabled cluster. Thanks!
... View more
I am scripting the tasks to build a new filer with PSTK 4.4 and it is failing at the first step. I am testing on a 9.1 simulator. I manually set the node management IP and execute Connect-NcController then get the following result. PS C:\Scripts> Connect-NaController 192.168.146.21 -HTTPS Connect-NaController : ZAPI is not enabled in pre-cluster mode. At line:1 char:1 + Connect-NaController 192.168.146.21 -HTTPS + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidResult: (192.168.146.21:NaController) [Connect-NaController], EAPIPRIVILEGE + FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.PowerShell.SDK.ConnectNaController What am I missing?
... View more