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

Current 3PAR python module does not seem to be compatible with Alletra MP. #101

Open
karthikvr1 opened this issue Jul 9, 2024 · 1 comment

Comments

@karthikvr1
Copy link

karthikvr1 commented Jul 9, 2024

We have tested few functionalities with Alletra 9k, but the same is not appearing to be compatible with Alletra MP. It failed from the authentication itself.

Here are the tests and observations:

  1. Tried generating alletra_mp client object via attached python script. Got error about an invalid session_key. Attached snapshot for quick reference.
    alletra_mp_auth.py.txt
    Alletra_MP_unable_to_authenticate

  2. curl POST requests to WSAPI end points are successful for both Alletra MP and Alletra 9k. Sample run command as below.
    $ curl -X POST https://10.XX.XX.53:443/api/v1/credentials -k --insecure -H "Content-Type: application/json" -d '{"user": "storage_admin", "password": "storage_password"}' -L | python3 -m json.tool

curl_alletra_mp_9k_successful

Module versions:
hpe3par-sdk == 1.2.2
python-3parclient == 4.2.14

Can you kindly confirm if the 3PAR python module is tested for Alletra MP or there is another module in development for the same.

We are ready to have quick walk through session of the above if required. Also let us know if we are missing anything. Thanks in advance.

Karthik VR
karthik.vr@hpe.com

@poddm
Copy link

poddm commented Dec 4, 2024

It looks like Alletra MP requires authentication on the WSAPI version endpoint whereas the others don't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants