From f9ff758265a39a7340103261ad04d6124689ef2d Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 10 Apr 2019 01:04:24 +0200 Subject: [PATCH] SOL005_81/82: "VnfInstance" data type updated (NS LCM) --- .../SOL005NSLifecycleManagement_def.yaml | 33 +++---------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml index 6951c3d..c2ea84e 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml @@ -315,32 +315,7 @@ definitions: type: array minItems: 1 items: - type: object - required: - - id - - cpdId - properties: - id: - description: > - Identifier of the external CP instance and the related information instance. - $ref: "SOL005_def.yaml#/definitions/IdentifierInVnf" - cpdId: - description: > - Identifier of the external CPD, VnfExtCpd, in the VNFD. - $ref: "SOL005_def.yaml#/definitions/IdentifierInVnfd" - cpProtocolInfo: - description: > - Network protocol information for this CP. - type: array - items: - $ref: "#/definitions/CpProtocolInfo" - extLinkPortId: - description: > - Identifier of the "extLinkPortInfo" structure inside the the - "extVirtualLinkInfo" structure. Shall be present if the CP is - associated to a link port. - $ref: "SOL005_def.yaml#/definitions/Identifier" - + $ref: "#/definitions/VnfExtCpInfo" extVirtualLinkInfo: description: > Information about the external VLs the VNF instance is connected to. @@ -355,10 +330,12 @@ definitions: $ref: "#/definitions/ExtManagedVirtualLinkInfo" monitoringParameters: description: > - Active monitoring parameters. + Performance metrics tracked by the VNFM (e.g. for + auto-scaling purposes) as identified by the VNF + provider in the VNFD. type: array items: - $ref: "#/definitions/MonitoringParameter" + $ref: "#/definitions/VnfMonitoringParameter" localizationLanguage: description: > Information about localization language of the VNF (includes e.g. -- GitLab