From 42fd8811e27f007ea07ced3718003713f49767f5 Mon Sep 17 00:00:00 2001 From: "Brandon, Bruce (bb2697)" Date: Tue, 13 Nov 2018 22:03:27 +0000 Subject: [PATCH] Add vf-module-id to gc-request-input and response Add vf-module-id to gc-request-input and response so async callback can include this for vf-module lookup Change-Id: I4dade4edfdb6c993e91dec88d682500f22197d68 Issue-ID: SDNC-520 Signed-off-by: Brandon, Bruce (bb2697) --- .../model/src/main/yang/GENERIC-RESOURCE-API.yang | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang index b03196c3..3cc2dfb4 100644 --- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang +++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang @@ -1882,6 +1882,10 @@ module GENERIC-RESOURCE-API { leaf vnf-id { type string; } + leaf vf-module-id { + description "This is mandatory in case of rebuild"; + type string; + } container input-parameters { uses param; } @@ -1902,6 +1906,10 @@ module GENERIC-RESOURCE-API { leaf vnf-id { type string; } + leaf vf-module-id { + description "This is mandatory in case of rebuild"; + type string; + } leaf vnf-service-instance-id { type string; } -- 2.16.6