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
I also noticed that the VNFD schema validation in son-package fails with the example:
id: "vdu01:eth0"
type: "interface" #this is the only interface that should get floating IP address. traffic for the other interfaces will be forwarded via the SDN controller"
access: "public"
This is because the schema expects access to be boolean.
It should be more clear if the definition of CPs in the VNFD included an additional tag for notifying possible use of floating IPs
I have included in vTC VNFD this example.
The text was updated successfully, but these errors were encountered: