Pure-Storage-Ansible / FlashArray-Collection

Ansible Collection for Pure Storage FlashArray
GNU General Public License v3.0
19 stars 21 forks source link

some issues regarding purefa_network and purefa_subnet #466

Closed ryuyamag closed 9 months ago

ryuyamag commented 9 months ago

My customer is testing ansible environment for production use, and found some issues. Could you please fix these?

• Ansible version: ansible [core 2.15.4] • FlashArray Collection version: 1.21.0 • Purity version: 6.3.13 • FlashArray module causing the failure: purefa_network and purefa_subnet • Name of the interface and the service(s) enabled on the interface: ct0.eth5 • An example task that fails • Response from ansible-playbook -vvvv when running a failing task: see attached file

01.log 02.log 03.log 04.log 05.log 06.log

sdodsley commented 9 months ago

@ryuyamag I need to see the example playbook tasks tha tare causing these failures as they are related to the specific combination of address and gateway being used

ryuyamag commented 9 months ago

Thank you for your reply. I've attached the playbook I tried.

network.zip

sdodsley commented 9 months ago

Thank you - a number of the issues come from using [] in the IPv6 address, so I will address this and other issues I find.

sdodsley commented 9 months ago

@ryuyamag Addressed in #471 . Please confirm this fixes all of your issues.

ryuyamag commented 9 months ago

Hi Simon-san, Sorry, I have another onsite work today. I'll confirm tomorrow.

2023年10月3日(火) 2:21 Simon Dodsley @.***>:

@ryuyamag https://github.com/ryuyamag Addressed in #471 https://github.com/Pure-Storage-Ansible/FlashArray-Collection/pull/471 . Please confirm this fixes all of your issues.

— Reply to this email directly, view it on GitHub https://github.com/Pure-Storage-Ansible/FlashArray-Collection/issues/466#issuecomment-1743440656, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCC7OTS4E2ZO43PYESUPSEDX5LZZVAVCNFSM6AAAAAA5PA4VT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBTGQ2DANRVGY . You are receiving this because you were mentioned.Message ID: @.*** com>

sdodsley commented 9 months ago

@ryuyamag Please checko both #471 and #474 as they are both required to fix your issues

sdodsley commented 9 months ago

@ryuyamag #474 should now fix your outstanding issues.