equinix-labs / ansible-collection-equinix

Ansible content to help automate the management of Equinix resources
https://deploy.equinix.com/labs/ansible-collection-equinix/
GNU General Public License v3.0
2 stars 8 forks source link

VirtualCircuits require VLAN in the create requests starting Feb 29, 2024 #163

Open displague opened 4 months ago

displague commented 4 months ago

There is an upcoming requirement for VLAN in the requests: https://feedback.equinixmetal.com/changelog/virtual-circuits-will-require-vlans-on-feb-29-2024

Since #141 allows for vlan to be defined (as nni_vlan, vlan_id, also vrf_id), it is fine that the user will receive a 422 from the API server prompting them to add vlan in their Ansible configuration.

The field should be denoted as required in Ansible to match the API expectation.

Originally posted by @displague in https://github.com/equinix-labs/ansible-collection-equinix/issues/141#issuecomment-1957139336