aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon, Bruce (bb2697) <bb2697@att.com>2018-11-13 22:03:27 +0000
committerBrandon, Bruce (bb2697) <bb2697@att.com>2018-11-14 15:15:36 +0000
commit42fd8811e27f007ea07ced3718003713f49767f5 (patch)
treedd1961ba4ba58841e7ea99ddd66226c64e560977
parenta5b461ee63d898f8d6fb22ec5987b728d1f05e41 (diff)
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) <bb2697@att.com>
-rw-r--r--generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang8
1 files changed, 8 insertions, 0 deletions
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;
}