From cf4b15ab00249af6f4d05afd75d16bec689f3241 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 21:18:04 -0500 Subject: Initial add of appc-directed-graph bundles Directed Graph library Additional JIRA Issues: APPC-66, APPC-71, APPC-74 Issue-ID: APPC-65 Change-Id: I1bd643f7675dec19e562e99db65bafa0dcda6ef4 Signed-off-by: Skip Wonnell --- .../Appc-API_2.0.0.0_VNF_UploadNewVersion.json | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_UploadNewVersion.json (limited to 'appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_UploadNewVersion.json') diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_UploadNewVersion.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_UploadNewVersion.json new file mode 100644 index 000000000..be09c4681 --- /dev/null +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_UploadNewVersion.json @@ -0,0 +1,115 @@ +/*- + * ============LICENSE_START======================================================= + * ONAP : APP-C + * ================================================================================ + * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * ================================================================================ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ============LICENSE_END========================================================= + */ + +[{ + "id": "69db81ef.ba444", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 268.5182189941406, + "y": 169.5229034423828, + "z": "f1bd34c4.1f4c58", + "wires": [["ef3e4d0d.b0fab"]] +}, + { + "id": "ef3e4d0d.b0fab", + "type": "service-logic", + "name": "Appc-API 2.0.0.0", + "module": "Appc-API", + "version": "2.0.0.0", + "comments": "", + "xml": "", + "outputs": 1, + "x": 374.5182189941406, + "y": 226.5229034423828, + "z": "f1bd34c4.1f4c58", + "wires": [["b30be360.1439e"]] + }, + { + "id": "b30be360.1439e", + "type": "method", + "name": "VNF_UploadNewVersion", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 465.5182189941406, + "y": 288.5229034423828, + "z": "f1bd34c4.1f4c58", + "wires": [["dc3e3baf.d4f3d8"]] + }, + { + "id": "dc3e3baf.d4f3d8", + "type": "execute", + "name": "execute: handleUpgradeStub", + "xml": "\n\n\n", + "comments": "", + "outputs": 1, + "x": 581.5182189941406, + "y": 348.5229034423828, + "z": "f1bd34c4.1f4c58", + "wires": [["12490bb0.1ac3c4", + "75432d77.5dd7c4"]] + }, + { + "id": "12490bb0.1ac3c4", + "type": "success", + "name": "success", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 801.5182189941406, + "y": 325.5229034423828, + "z": "f1bd34c4.1f4c58", + "wires": [["8632c267.27b45"]] + }, + { + "id": "75432d77.5dd7c4", + "type": "other", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 799.5182189941406, + "y": 372.5229034423828, + "z": "f1bd34c4.1f4c58", + "wires": [["6fdbe1aa.4a1fb"]] + }, + { + "id": "8632c267.27b45", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n", + "comments": "", + "x": 987.5182189941406, + "y": 325.5229034423828, + "z": "f1bd34c4.1f4c58", + "wires": [] + }, + { + "id": "6fdbe1aa.4a1fb", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\n\n\n\n", + "comments": "", + "x": 985.5182189941406, + "y": 373.5229034423828, + "z": "f1bd34c4.1f4c58", + "wires": [] + }] -- cgit 1.2.3-korg