Pure-Storage-Ansible / Fusion-Collection

Ansible Collection for Pure Fusion
GNU General Public License v3.0
5 stars 11 forks source link

Align config logic with changes in python SDK #140

Closed HonzaHrazdira closed 1 year ago

HonzaHrazdira commented 1 year ago
SUMMARY
  1. Newest version of Python SDK takes care of configuration and env vars parsing and therefore this logic can be removed from ansible modules.
  2. Allows fusion profile selection by setting config_profile argument in any fusion module.
    ISSUE TYPE
    • Feature Pull Request
COMPONENT NAME

module_utils.get_fusion()

ADDITIONAL INFORMATION

I am creating a draft PR. Once the newest version of Python SDK is released we can merge it.

HonzaHrazdira commented 1 year ago

Converting to draft again since the latest release does not contain the configuration update yet.