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_HealthCheck.json | 141 +++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json (limited to 'appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json') diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json new file mode 100644 index 000000000..7c710c89c --- /dev/null +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json @@ -0,0 +1,141 @@ +/*- + * ============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": "9b0d47e6.16eff8", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 238, + "y": 137, + "z": "3db25098.787c1", + "wires": [ + [ + "cc93a914.9f00f8" + ] + ] + }, + { + "id": "cc93a914.9f00f8", + "type": "service-logic", + "name": "Appc-API 2.0.0.0", + "module": "Appc-API", + "version": "2.0.0.0", + "comments": "", + "xml": "", + "outputs": 1, + "x": 361, + "y": 195, + "z": "3db25098.787c1", + "wires": [ + [ + "3652cb36.ce8014" + ] + ] + }, + { + "id": "3652cb36.ce8014", + "type": "method", + "name": "VNF_HealthCheck", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 452, + "y": 257, + "z": "3db25098.787c1", + "wires": [ + [ + "f1d1c6be.6d74e8" + ] + ] + }, + { + "id": "f1d1c6be.6d74e8", + "type": "execute", + "name": "execute: handleUpgradeStub", + "xml": "\n\n\n", + "comments": "", + "outputs": 1, + "x": 568, + "y": 317, + "z": "3db25098.787c1", + "wires": [ + [ + "e3d4660c.ea71e8", + "4c962a0d.b1d5c4" + ] + ] + }, + { + "id": "e3d4660c.ea71e8", + "type": "success", + "name": "success", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 788, + "y": 294, + "z": "3db25098.787c1", + "wires": [ + [ + "668719c4.5a7da8" + ] + ] + }, + { + "id": "4c962a0d.b1d5c4", + "type": "other", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 786, + "y": 341, + "z": "3db25098.787c1", + "wires": [ + [ + "1ec055ee.ff19ca" + ] + ] + }, + { + "id": "668719c4.5a7da8", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n", + "comments": "", + "x": 974, + "y": 294, + "z": "3db25098.787c1", + "wires": [] + }, + { + "id": "1ec055ee.ff19ca", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\n\n", + "comments": "", + "x": 972, + "y": 342, + "z": "3db25098.787c1", + "wires": [] + } +] -- cgit 1.2.3-korg