Closed hellt closed 6 years ago
@hellt what do you mean with
manual execution of the exact same steps leads to no errors
Is that with manual API calls (without VSPK), or through UI? Have you looked at what the UI does for API calls and compared that to what you are doing in VSPK?
Is that with manual API calls (without VSPK), or through UI?
through UI. I have not tried manual API calls, though my expectation would be that the issue is not with VSPK but rather with the backend somehow.
I just got the idea that I want to test now -> try to fetch the port objects in both NSGs after the intial creation under the instance and then attempting to create the RG Port again
If the issue is the backend, please open a 3LS ticket, as I share your expectation this is not a VSPK issue
got it, closing this one then
Thanks, feel free to tag me on the 3LS issue, just want to make sure we track it in the right place :). VSPK specific can be tracked here or on specs, depending where the issue is. backend behaviour is in the normal support tools.
Hi @pdellaert
We see a very interesting issue detected during the automation prj in Telia FI. When one wants to create NSG RG and the redundant port there are two different ways:
Then create NSG RG and create RG Port out of two ports in NSG instances.
In case
1
executed via VSPK everything works fineIn case
2
executed via VSPK a workflow fails during the creation of NSG RG Port with the following error messageIt was observed initially with CATS, then we recreated the procedure with pure VSPK to eliminate the prob. issue in CATS. That is the code snippet that can demonstrate the failure on 5.1.1 5.1.2 5.2.1 (we did not test the v4):
The piquancy of this issue is that if you perform an update of the
Port
objects under each NSG Instance (say rename port names fromport1
toPort1
) then you will be able to create RG Port.Also do note, that manual execution of the exact same steps leads to no errors.