aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/nodes/dge
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/nodes/dge')
-rw-r--r--dgbuilder/nodes/dge/dgelogic/block.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/configure.html4
-rw-r--r--dgbuilder/nodes/dge/dgelogic/delete.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/execute.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/exists.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/get-resource.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/is-available.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/notify.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/record.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/release.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/reserve.html2
-rw-r--r--dgbuilder/nodes/dge/dgelogic/switchNode.html4
-rw-r--r--dgbuilder/nodes/dge/dgelogic/update.html2
-rw-r--r--dgbuilder/nodes/dge/dgemain/serviceLogic.html4
14 files changed, 17 insertions, 17 deletions
diff --git a/dgbuilder/nodes/dge/dgelogic/block.html b/dgbuilder/nodes/dge/dgelogic/block.html
index 656ad28d..fadf8a8c 100644
--- a/dgbuilder/nodes/dge/dgelogic/block.html
+++ b/dgbuilder/nodes/dge/dgelogic/block.html
@@ -74,7 +74,7 @@
<h5><a name="Example"></a>Example</h5>
<div class="source">
<pre>&lt;block&gt;
- &lt;record plugin=&quot;org.openecomp.sdnc.sli.recording.FileRecorder&quot;&gt;
+ &lt;record plugin=&quot;org.onap.ccsdk.sli.core.sli.recording.FileRecorder&quot;&gt;
&lt;parameter name=&quot;file&quot; value=&quot;/tmp/sample_r1.log&quot; /&gt;
&lt;parameter name=&quot;field1&quot; value=&quot;__TIMESTAMP__&quot;/&gt;
&lt;parameter name=&quot;field2&quot; value=&quot;RESERVED&quot;/&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/configure.html b/dgbuilder/nodes/dge/dgelogic/configure.html
index a0e340e8..69db7638 100644
--- a/dgbuilder/nodes/dge/dgelogic/configure.html
+++ b/dgbuilder/nodes/dge/dgelogic/configure.html
@@ -83,7 +83,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;configure adaptor=&quot;org.openecomp.sdnc.sli.adaptor.emt.EmtAdaptor&quot;
+<pre>&lt;configure adaptor=&quot;org.onap.ccsdk.sli.core.sli.adaptor.emt.EmtAdaptor&quot;
key=&quot;$uni-circuit-id&quot; activate=&quot;true&quot;&gt;
&lt;parameter name=&quot;circuit.id&quot; value=&quot;$uni-circuit-id&quot; /&gt;
&lt;parameter name=&quot;subscriber.name&quot; value=&quot;$subscriber-name&quot; /&gt;
@@ -98,7 +98,7 @@
&lt;parameter name=&quot;mtu&quot; value=&quot;$asePort.resource-mtu&quot; /&gt;
&lt;outcome value=&quot;success&quot;&gt;
&lt;block&gt;
- &lt;record plugin=&quot;org.openecomp.sdnc.sli.recording.FileRecorder&quot;&gt;
+ &lt;record plugin=&quot;org.onap.ccsdk.sli.core.sli.recording.FileRecorder&quot;&gt;
&lt;parameter name=&quot;file&quot; value=&quot;/tmp/sampler1.log&quot; /&gt;
&lt;parameter name=&quot;field1&quot; value=&quot;__TIMESTAMP__&quot;/&gt;
&lt;parameter name=&quot;field2&quot; value=&quot;ACTIVE&quot;/&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/delete.html b/dgbuilder/nodes/dge/dgelogic/delete.html
index 2b867e69..e81a9645 100644
--- a/dgbuilder/nodes/dge/dgelogic/delete.html
+++ b/dgbuilder/nodes/dge/dgelogic/delete.html
@@ -71,7 +71,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;delete plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+<pre>&lt;delete plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;uni_circuit_id == $uni-circuit-id&quot;&gt;
&lt;outcome value=&quot;true&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/execute.html b/dgbuilder/nodes/dge/dgelogic/execute.html
index 70b15e25..6980cf18 100644
--- a/dgbuilder/nodes/dge/dgelogic/execute.html
+++ b/dgbuilder/nodes/dge/dgelogic/execute.html
@@ -74,7 +74,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;execute plugin=&quot;org.openecomp.sdnc.sli.plugin.HelloWorld&quot;
+<pre>&lt;execute plugin=&quot;org.onap.ccsdk.sli.core.sli.plugin.HelloWorld&quot;
method=&quot;log&quot;&gt;
&lt;parameter name=&quot;message&quot; value=&quot;Hello, world!&quot; /&gt;
&lt;outcome value=&quot;success&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/exists.html b/dgbuilder/nodes/dge/dgelogic/exists.html
index fd5afc4d..0d1c6697 100644
--- a/dgbuilder/nodes/dge/dgelogic/exists.html
+++ b/dgbuilder/nodes/dge/dgelogic/exists.html
@@ -71,7 +71,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;exists plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+<pre>&lt;exists plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;uni_circuit_id == $uni-circuit-id&quot;&gt;
&lt;outcome value=&quot;true&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/get-resource.html b/dgbuilder/nodes/dge/dgelogic/get-resource.html
index 247cd049..b0b59d07 100644
--- a/dgbuilder/nodes/dge/dgelogic/get-resource.html
+++ b/dgbuilder/nodes/dge/dgelogic/get-resource.html
@@ -74,7 +74,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;get-resource plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+<pre>&lt;get-resource plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;uni_circuit_id == $uni-circuit-id&quot;&gt;
&lt;outcome value=&quot;success&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/is-available.html b/dgbuilder/nodes/dge/dgelogic/is-available.html
index 1a70f588..60d2b0ee 100644
--- a/dgbuilder/nodes/dge/dgelogic/is-available.html
+++ b/dgbuilder/nodes/dge/dgelogic/is-available.html
@@ -71,7 +71,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;is-available plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+<pre>&lt;is-available plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;resource-emt-clli == $edge-device-clli and speed &gt;= $uni-cir-value&quot;&gt;
&lt;outcome value=&quot;true&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/notify.html b/dgbuilder/nodes/dge/dgelogic/notify.html
index 6423ad35..d006e252 100644
--- a/dgbuilder/nodes/dge/dgelogic/notify.html
+++ b/dgbuilder/nodes/dge/dgelogic/notify.html
@@ -71,7 +71,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;notify plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+<pre>&lt;notify plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;network-connection&quot; action=&quot;DELETE&quot; &gt;
&lt;parameter name=&quot;message&quot; value=&quot;Hello, world!&quot; /&gt;
&lt;outcome value=&quot;success&quot;&gt;
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 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;record plugin=&quot;org.openecomp.sdnc.sli.recording.FileRecorder&quot;&gt;
+<pre>&lt;record plugin=&quot;org.onap.ccsdk.sli.core.sli.recording.FileRecorder&quot;&gt;
&lt;parameter name=&quot;file&quot; value=&quot;/tmp/sample_r1.log&quot; /&gt;
&lt;parameter name=&quot;field1&quot; value=&quot;__TIMESTAMP__&quot;/&gt;
&lt;parameter name=&quot;field2&quot; value=&quot;ACTIVE&quot;/&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/release.html b/dgbuilder/nodes/dge/dgelogic/release.html
index 2ea8cea9..d39d4109 100644
--- a/dgbuilder/nodes/dge/dgelogic/release.html
+++ b/dgbuilder/nodes/dge/dgelogic/release.html
@@ -74,7 +74,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;release plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+<pre>&lt;release plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;uni_circuit_id == $uni-circuit-id&quot;&gt;
&lt;outcome value=&quot;success&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/reserve.html b/dgbuilder/nodes/dge/dgelogic/reserve.html
index 59bfb3ad..40945559 100644
--- a/dgbuilder/nodes/dge/dgelogic/reserve.html
+++ b/dgbuilder/nodes/dge/dgelogic/reserve.html
@@ -74,7 +74,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;reserve plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+<pre>&lt;reserve plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;resource-emt-clli == $edge-device-clli and speed &gt;= $uni-cir-value&quot;
select=&quot;min(speed)&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/switchNode.html b/dgbuilder/nodes/dge/dgelogic/switchNode.html
index 57f82c97..5cbcfea7 100644
--- a/dgbuilder/nodes/dge/dgelogic/switchNode.html
+++ b/dgbuilder/nodes/dge/dgelogic/switchNode.html
@@ -61,7 +61,7 @@
<div class="source">
<pre>&lt;switch test=&quot;$uni-cir-units&quot;&gt;
&lt;outcome value=&quot;Mbps&quot;&gt;
- &lt;reserve plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+ &lt;reserve plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;resource-emt-clli == $edge-device-clli and speed &gt;= $uni-cir-value&quot;
pfx=&quot;asePort&quot;&gt;
@@ -80,7 +80,7 @@
&lt;/reserve&gt;
&lt;/outcome&gt;
&lt;outcome value=&quot;Gbps&quot;&gt;
- &lt;reserve plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+ &lt;reserve plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;ase-port&quot;
key=&quot;resource-emt-clli == $edge-device-clli and speed &gt;= $uni-cir-value*1000&quot;
pfx=&quot;asePort&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgelogic/update.html b/dgbuilder/nodes/dge/dgelogic/update.html
index c166773c..0b3b9bbd 100644
--- a/dgbuilder/nodes/dge/dgelogic/update.html
+++ b/dgbuilder/nodes/dge/dgelogic/update.html
@@ -71,7 +71,7 @@
<div class="section">
<h5><a name="Example"></a>Example</h5>
<div class="source">
-<pre>&lt;update plugin=&quot;org.openecomp.sdnc.sli.resource.samplesvc.SampleServiceResource&quot;
+<pre>&lt;update plugin=&quot;org.onap.ccsdk.sli.core.sli.resource.samplesvc.SampleServiceResource&quot;
resource=&quot;network-connection&quot; action=&quot;DELETE&quot; &gt;
&lt;parameter name=&quot;message&quot; value=&quot;Hello, world!&quot; /&gt;
&lt;outcome value=&quot;success&quot;&gt;
diff --git a/dgbuilder/nodes/dge/dgemain/serviceLogic.html b/dgbuilder/nodes/dge/dgemain/serviceLogic.html
index 7b9871ca..ca8ac8c4 100644
--- a/dgbuilder/nodes/dge/dgemain/serviceLogic.html
+++ b/dgbuilder/nodes/dge/dgemain/serviceLogic.html
@@ -46,7 +46,7 @@
module: {value:""},
version: {value:""},
comments:{value:""},
- xml: {value:"<service-logic xmlns='http://www.openecomp.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='' version=''>\n"},
+ xml: {value:"<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='' version=''>\n"},
outputs: {value:1}
},
inputs:1,
@@ -112,7 +112,7 @@
console.log("version:" + version);
//xmlStr= xmlStr.replace("$MODULE",module);
//xmlStr= xmlStr.replace("$VERSION",version);
- var xmlVal = "<service-logic xmlns='http://www.openecomp.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='" + module + "' version='" + version + "'>"
+ var xmlVal = "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='" + module + "' version='" + version + "'>"
$("#node-input-xml").val(xmlVal);
if(module == "" || version == ""){
this.status = {fill:"red",shape:"dot",text:"Not configured"};