From 9eb7cfb00253ef488f7e889388aea7ec4fe90ea5 Mon Sep 17 00:00:00 2001 From: Francesca Moscatelli Date: Fri, 1 Mar 2019 15:41:59 +0100 Subject: [PATCH] VnfcResourceInfo updated in VNFLifecycleManagement_def.yaml and SOL002SOL003VNFLifecycleManagement_def.yaml --- .../VNFLifecycleManagement_def.yaml | 22 +++++++++++++++---- ...OL002SOL003VNFLifecycleManagement_def.yaml | 4 ++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/definitions/VNFLifecycleManagement_def.yaml b/src/SOL002/VNFLifecycleManagement/definitions/VNFLifecycleManagement_def.yaml index 9bdb3825..5becae18 100644 --- a/src/SOL002/VNFLifecycleManagement/definitions/VNFLifecycleManagement_def.yaml +++ b/src/SOL002/VNFLifecycleManagement/definitions/VNFLifecycleManagement_def.yaml @@ -913,11 +913,25 @@ definitions: When the VNFC CP is exposed as external CP of the VNF, the identifier of this external VNF CP. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" - addresses: + cpProtocolInfo: description: > - List of network addresses that have been configured (statically - or dynamically) on the CP. - $ref: "#/definitions/NetworkAddressInfo" + Network protocol information for this CP. + $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CpProtocolInfo" + vnfLinkPortId: + description: > + Identifier of the "vnfLinkPorts" structure in the + "vnfVirtualLinkResourceInfo" structure. Shall be present if + the CP is associated to a link port. + $ref: "../../../SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" + metadata: + description: > + Metadata about this external CP. + $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs" +# addresses: +# description: > +# List of network addresses that have been configured (statically +# or dynamically) on the CP. +# $ref: "#/definitions/NetworkAddressInfo" metadata: description: > Metadata about this resource. diff --git a/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml b/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml index 6d86cd01..45f29e60 100644 --- a/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml +++ b/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml @@ -696,6 +696,10 @@ definitions: "vnfVirtualLinkResourceInfo" structure. Shall be present if the CP is associated to a link port. $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" + metadata: + description: > + Metadata about this external CP. + $ref: "SOL002SOL003_def.yaml#/definitions/KeyValuePairs" metadata: description: > Metadata about this resource. -- GitLab