Open luismartingarcia opened 9 years ago
This has been on the To Do list for quite some time. There is an old issue labeled "Add backend support for getting all Port Channels" which I think I'll close since this is a better description. The issue is that we added get_deep() for Tenants and the physical infrastructure but we haven't added it for the PortChannel class yet.
any news on this issue ? I doubt about it, since 4 years has passed by and the problem is still there. I wonder how you can automate things (ACI's leit motiv) if there are such problems on the tool ...
Hi, I'm facing the same issue, even if I tried to define the vPC name manually, Do you have any idea? Thanks and best regards
Hi,
I'm trying to associate an EPG with an existing PortChannel/VPC. My use case is creating an EPG and creating a path to a VPC that already exists on the fabric. Basically I'm calling PortChannel.get(session) to retrieve the existing port channels and VPCs, and then attaching the relevant object to a L2interface and then to an EPG.
Here's a snipped to reproduce the problem:
And this is the result:
The assertion failure happens here:
Is there any way to fix this? It looks like PortChannel.get() didn't retrieve the actual interface objects that belong to the PC. Do I have to attach them manually? In that case, how do I figure out which ones I need to retrieve and attach?
Thanks a lot for your help. BR,
Luis.