-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
purefa_connect fails when using FlashArray Collection versions after the REST v2 transition. The same tasks work correctly with Collection 1.28.0, but fail with 1.41.0 against the same arrays.
Environment
- Ansible version: core 2.15.8
- FlashArray Collection version: 1.41.0
- Purity versions tested: 6.7.5, 6.9.1
- Module: purefa_connect
- Operation: state: present (create array connection)
With FlashArray Collection 1.28.0, the same purefa_connect task succeeds for these arrays and Purity versions. The problem appears with 1.29.0 and later.
A. Connect from Purity 6.7.5 → 6.9.1
"msg": "MODULE FAILURE\nSee stdout/stderr for the exact error"
B. Connect from Purity 6.9.1 → 6.7.5
"msg": "Array Connection failed. Error: None"
C. Connect from Purity 6.7.5 → 6.7.5
"msg": "Array Connection failed. Error: Given Transport Type is invalid"
Log files
a_675to691.txt
b_691to675.txt
c_675to675.txt
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working