From e126a975d8c6f3970dbf87ead79fa69afe510301 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 11 Sep 2017 14:42:59 -0500 Subject: Add Support for Locking VNF Target Types Fixed the target lock to support vnf target_types. Generic-vnf.vnf-id and generic-vnf.vnf-name are also supported when retrieving the target instance from the onset. These changes are relfected in the vFW and vCPE junits as they now work with VNF target types. Issue-ID: POLICY-222 Change-Id: I92abeb02c769d35f3a9912cce6eaaec4c9cc8efb Signed-off-by: Daniel Cruz --- .../template.demo/src/test/resources/yaml/policy_ControlLoop_vFW.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/templates/template.demo/src/test/resources') diff --git a/controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_vFW.yaml b/controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_vFW.yaml index e78b1ca33..d15c46126 100644 --- a/controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_vFW.yaml +++ b/controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_vFW.yaml @@ -17,7 +17,7 @@ policies: recipe: ModifyConfig target: resourceID: Eace933104d443b496b8.nodes.heat.vpg - type: VM + type: VNF retry: 0 timeout: 300 success: final_success -- cgit 1.2.3-korg