From aeb98e944093d7ce9679bdb8f7c4f232f2f6e1fa Mon Sep 17 00:00:00 2001 From: Rahul_cool Date: Mon, 2 Mar 2020 20:19:55 +0530 Subject: SDNC DGs updated for nni usecase New Dgs are added for SOTN-NNI usecase Issue-ID: SDNC-899 Signed-off-by: Rahul_cool Change-Id: I33ab797c4d0f5b3f11e78843127cd373c478d594 Former-commit-id: 25d232700159699e44822acaa5f1d850292eb501 --- ...n-vnf-topology-operation-underlay-activate.json | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json (limited to 'platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json') diff --git a/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json new file mode 100644 index 00000000..6b71cf5f --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/sotn_nni/GENERIC-RESOURCE-API_sotn-vnf-topology-operation-underlay-activate.json @@ -0,0 +1,78 @@ +[ + { + "id": "8e70cbab.9e762", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 192.56666564941406, + "y": 127.56666564941406, + "z": "cee6034b.da01e8", + "wires": [ + [ + "a562bec1.5c6bb" + ] + ] + }, + { + "id": "a562bec1.5c6bb", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 323.85235595703125, + "y": 176.8047742843628, + "z": "cee6034b.da01e8", + "wires": [ + [ + "bd2e1e6.b1131e" + ] + ] + }, + { + "id": "bd2e1e6.b1131e", + "type": "method", + "name": "method sotn-vnf-topology-operation-underlay-activate", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 326.9952850341797, + "y": 261.5666980743408, + "z": "cee6034b.da01e8", + "wires": [ + [ + "948a9c7.119abe" + ] + ] + }, + { + "id": "948a9c7.119abe", + "type": "block", + "name": "block : atomic", + "xml": "\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 468.0940055847168, + "y": 478.6408796310425, + "z": "cee6034b.da01e8", + "wires": [ + [ + "1b5215d4.38c512" + ] + ] + }, + { + "id": "1b5215d4.38c512", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 721.566650390625, + "y": 589.566650390625, + "z": "cee6034b.da01e8", + "wires": [] + } +] \ No newline at end of file -- cgit 1.2.3-korg