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_SSH_VNF_CONFIGURE.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_SSH_VNF_CONFIGURE.json (limited to 'appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC-API_2.0.0_SSH_VNF_CONFIGURE.json') diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC-API_2.0.0_SSH_VNF_CONFIGURE.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC-API_2.0.0_SSH_VNF_CONFIGURE.json new file mode 100644 index 000000000..b7ef14382 --- /dev/null +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC-API_2.0.0_SSH_VNF_CONFIGURE.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": "aaf4237b.4a939", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 163.66666158040363, + "y": 140.33332824707028, + "z": "95fc7c0a.f0bc9", + "wires": [ + [ + "de0ac7d0.e14e98" + ] + ] + }, + { + "id": "de0ac7d0.e14e98", + "type": "service-logic", + "name": "APPC-API 2.0.0", + "module": "APPC-API", + "version": "2.0.0", + "comments": "", + "xml": "", + "outputs": 1, + "x": 361.99999237060547, + "y": 140.33332061767578, + "z": "95fc7c0a.f0bc9", + "wires": [ + [ + "e81270a0.727e8" + ] + ] + }, + { + "id": "e81270a0.727e8", + "type": "method", + "name": "SSH_VNF_Configure", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 607.9524536132812, + "y": 139.61906337738037, + "z": "95fc7c0a.f0bc9", + "wires": [ + [ + "63ff76d8.f656f8" + ] + ] + }, + { + "id": "4c02a583.c4889c", + "type": "success", + "name": "success", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 484.14294052124023, + "y": 280.45239639282227, + "z": "95fc7c0a.f0bc9", + "wires": [ + [ + "86035845.07e918" + ] + ] + }, + { + "id": "86035845.07e918", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 761.4049072265625, + "y": 278.9880847930908, + "z": "95fc7c0a.f0bc9", + "wires": [] + }, + { + "id": "2b985227.d5b28e", + "type": "other", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 482.85715103149414, + "y": 421.3571548461914, + "z": "95fc7c0a.f0bc9", + "wires": [ + [ + "ffcc42ac.b88d7" + ] + ] + }, + { + "id": "ffcc42ac.b88d7", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\n\n\n", + "comments": "", + "x": 764.0000877380371, + "y": 420.9643087387085, + "z": "95fc7c0a.f0bc9", + "wires": [] + }, + { + "id": "63ff76d8.f656f8", + "type": "execute", + "name": "execute ssh command", + "xml": "\n\n\n\n\n\n\n", + "comments": "", + "outputs": 1, + "x": 189.17861938476562, + "y": 346.67860412597656, + "z": "95fc7c0a.f0bc9", + "wires": [ + [ + "4c02a583.c4889c", + "2b985227.d5b28e" + ] + ] + } +] -- cgit 1.2.3-korg