Commit f04b3e46 authored by piscione's avatar piscione
Browse files

SOL005_22: added note to ExtVirtualLinkData datamodel

parent e94b2acc
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -4616,7 +4616,18 @@ definitions:
      extLinkPorts:
        description: >
          Externally provided link ports to be used to connect
          external connection points to this external VL.
          external connection points to this external VL unless
          the extCp exposes a VIP CP and a link port is not needed
          for it based on the conditions defined below.

          A link port is not needed for an external CP instance that exposes a VIP CP in the following cases:
          1. For a VIP CP directly exposed as extCP:
             1.1.	no dedicated IP address is allocated as VIP address, as indicated in the VNFD
             1.2.	a dedicated IP address is allocated as VIP address, but the NFVO indicates that no port is needed
                (createExtLinkPort in VnfExtCpConfig set to false).
          2.	For a VIP CP exposed as extCP via a floating IP address:
            2.1.	no dedicated IP address is allocated as VIP address, as indicated in the VNFD,
              and the VNFC CP associated to the VIP CP is also exposed via a floating IP address.
        type: array
        items:
          $ref: "#/definitions/ExtLinkPortData"