From cac1b44880610e19ae831d3f3656b8b835389db0 Mon Sep 17 00:00:00 2001 From: "pramod.jamkhedkar" Date: Mon, 18 May 2020 11:27:50 -0400 Subject: Change CLC granularity to CL level. Change CLC granularity from target level to CL level. Remove the target matching for the db query at PIP level. Issue-ID: POLICY-2573 Change-Id: If9ba1a4d22c3b8bc5dfce0632f7037ad085f6ea6 Signed-off-by: pramod.jamkhedkar --- .../guard/src/test/resources/requests/coordination.cl.vPci.node.1.json | 2 +- .../guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/guard/src/test/resources/requests') diff --git a/applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json b/applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json index 22e710bd..d6a48c7c 100644 --- a/applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json +++ b/applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json @@ -7,7 +7,7 @@ "resource": { "guard": { "actor": "SDNR", - "recipe": "ModifyConfig", + "operation": "ModifyConfig", "clname": "ControlLoop-vPCI-fb41f388-a5f2-11e8-98d0-529269fb1459", "target": "node1" } diff --git a/applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json b/applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json index 5846da37..10f2bc1e 100644 --- a/applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json +++ b/applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json @@ -7,7 +7,7 @@ "resource": { "guard": { "actor": "SDNR", - "recipe": "ModifyConfigANR", + "operation": "ModifyConfigANR", "clname": "ControlLoop-vSONH-7d4baf04-8875-4d1f-946d-06b874048b61", "target": "node1" } -- cgit 1.2.3-korg