From a3d1f087bedc18368de3cfa17ce72a97a9d521b0 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Thu, 28 Sep 2017 14:56:12 -0700 Subject: Fix dgbuilder mysql upload Since code moved from sdnc to ccsdk dgbuilder has not been able to upload or activate directed graphs to test them in containers for development purposes. This patch updates parts of dgbuilder that pointed to sdnc. Issue-Id: SDNC-92 Change-Id: I8021312df8c97673ed71232783183e92a06b7bd3 Signed-off-by: Marcus G K Williams Former-commit-id: 4783e789681d753fc27e5ada1a6b17cc7d7df084 --- dgbuilder/nodes/dge/dgelogic/record.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dgbuilder/nodes/dge/dgelogic/record.html') diff --git a/dgbuilder/nodes/dge/dgelogic/record.html b/dgbuilder/nodes/dge/dgelogic/record.html index f5360110..3eb7a2e6 100644 --- a/dgbuilder/nodes/dge/dgelogic/record.html +++ b/dgbuilder/nodes/dge/dgelogic/record.html @@ -74,7 +74,7 @@
Example
-
<record plugin="org.openecomp.sdnc.sli.recording.FileRecorder">
+
<record plugin="org.onap.ccsdk.sli.core.sli.recording.FileRecorder">
   <parameter name="file" value="/tmp/sample_r1.log" />
   <parameter name="field1" value="__TIMESTAMP__"/>
   <parameter name="field2" value="ACTIVE"/>
-- 
cgit 1.2.3-korg