Pure-Storage-Ansible / FlashArray-Collection

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

remove an gateway address from a interface #449

Closed ryuyamag closed 9 months ago

ryuyamag commented 9 months ago

My customer tried to delete a gateway for an interface, but was unable to delete just the gateway. When I checked, I found that in order to delete the gateway, it also needed to clear the address. It would be helpful if there was a way to delete the gateway without clearing the address.

sdodsley commented 9 months ago

Please provide the following details:

ryuyamag commented 9 months ago

Hello Team,

Thank you for respoinding to this feature request.

• 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

• Name of the interface and the service(s) enabled on the interface: ct0.eth4

• An example task that fails

• Response from ansible-playbook -vvvv when running a failing task: see attached file

Thanks,

From: Simon Dodsley @.> Sent: Monday, September 25, 2023 12:33 PM To: Pure-Storage-Ansible/FlashArray-Collection @.> Cc: ryuyamag @.>; Author @.> Subject: Re: [Pure-Storage-Ansible/FlashArray-Collection] remove an gateway address from a interface (Issue #449)

Please provide the following details:

— Reply to this email directly, view it on GitHub https://github.com/Pure-Storage-Ansible/FlashArray-Collection/issues/449#issuecomment-1732850410 , or unsubscribe https://github.com/notifications/unsubscribe-auth/BCC7OTX7HA7EUBWM7PLTNTDX4D3N5ANCNFSM6AAAAAA5FL7UAM . You are receiving this because you authored the thread. https://github.com/notifications/beacon/BCC7OTQMMQA72XOMKCP5OADX4D3N5A5CNFSM6AAAAAA5FL7UAOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTHJEZOU.gif Message ID: @. @.> >

sdodsley commented 9 months ago

@ryuyamag You caan't attach a file via email to an issue. You need to include all the file as text, or provide a link to a location where the file can be seen.

You also have not provided the information on which services are enabled on the port where the gateway is wanting to be removed.

ryuyamag commented 9 months ago

purefa_network.log Sorry I didn't know. Thanks.

also, ct0.eth4 provides iSCSI Service.

sdodsley commented 9 months ago

@ryuyamag please try patch #450 to see if this fixes your issue.

ryuyamag commented 9 months ago

Thank you for your prompt response to this feature request. I have confirmed that the functionality has been added.