From d6991a5d52a494d16ae4473a2ccdf7852d18e27c Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 10 Apr 2019 02:05:31 +0200 Subject: [PATCH] SOL005_76: Added a new data type : "ParamsForNestedNs" (NS LCM) --- .../SOL005NSLifecycleManagement_def.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml index 3b14cb5..6019672 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml @@ -1385,6 +1385,26 @@ definitions: items: $ref: "#/definitions/AffinityOrAntiAffinityRule" + ParamsForNestedNs: + description: > + This type specifies additional parameters on a per-nested NS instance basis. + It shall comply with the provisions defined in Table 6.5.3.21a-1. + type: object + required: + - nsProfileId + properties: + nsProfileId: + description: > + Identifier of a NsProfile to which the additional parameters apply. + $ref: "SOL005_def.yaml#/definitions/IdentifierInNsd" + additionalParam: + description: > + Additional parameters that are to be applied on a per nested NS instance. + type: array + items: + $ref: "SOL005_def.yaml#/definitions/KeyValuePairs" + + ParamsForVnf: description: > This type defines the additional parameters for the VNF instance -- GitLab