Forum Discussion

alex_storey's avatar
alex_storey
Novice I
2 months ago
Solved

Perhaps this is a bit of an edge case, but does `purestorage.flasharray.purefa_vlan`

Perhaps this is a bit of an edge case, but does `purestorage.flasharray.purefa_vlan` support adding LACP bond interfaces as subinterfaces to a subnet? Ie, I want to add something like the following to a subnet I've defined on vlan 48: ```- filelacp0.48 - filelacp1.48``` When I try this I get the error `Invalid interface specified.`
  • alex_storey I see the issue - will create a patch for this and get it into the next release.
  • https://github.com/Pure-Storage-Ansible/FlashArray-Collection/pull/718
  • alex_storey I see the issue - will create a patch for this and get it into the next release.
  • Yep, I think so - should be 1.33.1 ```Verifying 'purestorage.flasharray:1.33.1'. Installed collection found at '/Users/AStorey/.ansible/collections/ansible_collections/purestorage/flasharray' MANIFEST.json hash: 0a887eaf33eda33f3f5a6f70e76654d33c88df1c73c8e12e215f806242d6a9cb Successfully verified that checksums for 'purestorage.flasharray:1.33.1' match the remote collection.```
  • alex_storey let me look at this. Are you using the latest release of the Collection?
  • I can add them manually just fine using the UI, but `purefa_vlan` isn't working for me