From 01316dc253aa962d0eeda3eef19c715832b2dbfc Mon Sep 17 00:00:00 2001 From: Kalpesh Chaniyara Date: Tue, 15 Aug 2017 14:45:00 +0530 Subject: Action-Identifier to support vf-module-id As of now LCM Request Identifier supports vnf-id, vnfc-name and vserver-id. This change supports vf-module-id as action identifier and its value is set in DG context with key input.action-identifiers.vf-module-id when invoking DG Issue-Id : APPC-142 Change-Id: I65d44b073d32e39eaba183b8ce47584441921f3c Signed-off-by: Kalpesh Chaniyara --- .../appc-provider-model/src/main/yang/appc-provider-lcm.yang | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'appc-provider/appc-provider-model') diff --git a/appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang b/appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang index b149abea5..d72b551a8 100644 --- a/appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang +++ b/appc-provider/appc-provider-model/src/main/yang/appc-provider-lcm.yang @@ -269,6 +269,11 @@ module appc-provider-lcm { type string; mandatory false; } + leaf vf-module-id { + description "identifies the VF module to which this action is to be applied."; + type string; + mandatory false; + } leaf vnfc-name { description "identifies the VNFC to which this action is to be applied. Some actions apply only to a component within a VNF (e.g. RESTART is -- cgit 1.2.3-korg