You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform plan do not warn about impossible breakout configuration and apply apparently succeeds. However, a fault is raised and the port do not come up as expected.
I'm not sure how this could be detected during plan, do the API have any way to query if a given port can support breakout?
New or Affected Resource(s) + ACI Class(es):
aci_access_port_selector
aci_access_port_block
APIC version and APIC Platform
V 5.2(8e) on-prem
Potential Terraform Configuration
References
#0000
The text was updated successfully, but these errors were encountered:
Like you already mentioned I am not sure if this is possible to detect during plan, so we would need to investigate this.
If it would be possible it would increase the amount of API calls being made and I am not sure if this is something that is desired. Option would be to introduce some kind of check mode to give the user a choice of doing a check. Again this is all hypothetical and would need to be further investigated and discussed within the team.
github-actionsbot
changed the title
Detect incompatible breakout configuration during plan
Detect incompatible breakout configuration during plan (DCNE-75)
Aug 13, 2024
Re amount of api calls: This only needs to be checked if a new breakout needs to be set up, already configured breakouts can follow existing api flows.
Community Note
Description
Some switches can only support breakout on some ports, and only if some other ports are purged. See https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/hw/n93600cd-gx-hig/guide/b_c93600cd-gx-nxos-mode-hardware-installation-guide/m_overview1.html for example.
Terraform plan do not warn about impossible breakout configuration and apply apparently succeeds. However, a fault is raised and the port do not come up as expected.
I'm not sure how this could be detected during plan, do the API have any way to query if a given port can support breakout?
New or Affected Resource(s) + ACI Class(es):
APIC version and APIC Platform
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: