Commit 85babb45 authored by Bertrand Souville's avatar Bertrand Souville
Browse files

Align with SOL(25)169

parent 749af5d3
Loading
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -442,6 +442,8 @@ definitions:
                to the same namespace as defined by the corresponding "containerNamespace" attribute in the "resourceHandle" a attribute in the
                "NetAttDefResourceData".
      * NOTE 4: Either linkPortId or netAttDefResourceId may be included, but not both.
      * Editor's Note: Specification of CpSecurityGroupData data type is FFS
                       due to dependency on SOL001/descriptor work.
    anyOf:
      - required:
        - linkPortId
@@ -498,6 +500,19 @@ definitions:
        type: array
        items:
          $ref: "#/definitions/CpProtocolData"
      cpSecurityGroupData:
        description: >
          Parameters for modifying and overriding security groups
          information bound to this CP. The parameters identify
          which "SecurityGroupRule" specified in the VNFD is 
          activated/deactivated and for an activated security group
          rule the values of attributes defined in the VNFD that can
          be overridden such as "portRangeMin" and "portRangeMax".
          If no security group configuration is provided for a given
          "SecurityGroupRule" specified in the VNFD as part of this 
          attribute, the VNFM shall use the configuration as specified
          in the VNFD.
        $ref: "#/definitions/CpSecurityGroupData"

  CpProtocolData:
    description: >
+8 −1
Original line number Diff line number Diff line
@@ -3872,6 +3872,8 @@ definitions:
              attachment definition resource is needed to fulfil the connectivity requirements of the external 
              CP, e.g. to build a link redundant mated pair in SR-IOV cases.
      NOTE 4: When more than one netAttDefResourceId is indicated, all shall belong to the same namespace.
      Editor's Note: Specification of CpSecurityGroupInfo data type is FFS due to dependency on SOL001/
                     descriptor work.
    type: object
    required:
      - id
@@ -3962,6 +3964,11 @@ definitions:
        type: array
        items:
          $ref: "../../General_Definitions/SOL003_def.yaml#/definitions/Identifier"
      cpSecurityGroupInfo:
        description: >
          List of active security group rules applied to this external CP instance. The attribute identifies which
          "SecurityGroupRule" specified in the VNFD are activated and the values of its attributes.
        $ref: "#/definitions/CpSecurityGroupInfo"
  VnfOperationalStateType:
    description: >
      STARTED: The VNF instance is up and running.