From 7efaa78b64c8c9fb9962beb06831041a703945b9 Mon Sep 17 00:00:00 2001 From: Ganesh Chandrasekaran Date: Tue, 26 Feb 2019 10:07:05 +0900 Subject: added new saltstack-adapter-1.0 DG Issue-ID: APPC-1101 Change-Id: Id5df4a856f73dddcecf7f4751ed07bdfceadf85a Signed-off-by: Ganesh Chandrasekaran --- .../json/APPC/APPC_saltstack-adapter-1.0.json | 275 +++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_saltstack-adapter-1.0.json (limited to 'appc-directed-graph/appc-dgraph/provider/src/main/resources') diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_saltstack-adapter-1.0.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_saltstack-adapter-1.0.json new file mode 100644 index 000000000..f8ab99794 --- /dev/null +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_saltstack-adapter-1.0.json @@ -0,0 +1,275 @@ +[ + + { + "id": "5ed4dfef.924f3", + "type": "method", + "name": "saltstack-adapter-1.0", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 649, + "y": 260, + "z": "3f03f060.21046", + "wires": + [ + + [ + "21b51eda.89fc72" + ] + + ] + + } +, + + { + "id": "9d5001f9.70ed6", + "type": "service-logic", + "name": "APPC 2.0.1", + "module": "APPC", + "version": "2.0.1", + "comments": "", + "xml": "", + "outputs": 1, + "x": 426, + "y": 259, + "z": "3f03f060.21046", + "wires": + [ + + [ + "5ed4dfef.924f3" + ] + + ] + + }, + + { + "id": "273f0fca.50216", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n\n\n", + "comments": "", + "x": 1033, + "y": 562, + "z": "3f03f060.21046", + "wires": + [ + + ] + + }, + + { + "id": "4587a000.8c124", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 257, + "y": 258, + "z": "3f03f060.21046", + "wires": + [ + + [ + "9d5001f9.70ed6" + ] + + ] + + }, + + { + "id": "375cb0ac.90c6f", + "type": "comment", + "name": "SaltStack Adaptor DG", + "info": "", + "comments": "", + "x": 634, + "y": 137, + "z": "3f03f060.21046", + "wires": + [ + + ] + + }, + + { + "id": "7a3c5012.544ff", + "type": "comment", + "name": "request-method = reqExecSLS, req-action = \"execute SLS\"", + "info": "This would be the ideal adaptor the orchestrator DG will call, this just takes in SlsName.", + "comments": "", + "x": 644, + "y": 191, + "z": "3f03f060.21046", + "wires": + [ + + ] + + }, + + { + "id": "21b51eda.89fc72", + "type": "execute", + "name": "execute", + "xml": "\n \n \n \n \n \n \n \n \n \n", + "comments": "", + "outputs": 1, + "x": 339, + "y": 389, + "z": "3f03f060.21046", + "wires": + [ + + [ + "d7151f19.61e31", + "908dd4cc.cacef8" + ] + + ] + + }, + + { + "id": "d7151f19.61e31", + "type": "failure", + "name": "failure", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 536, + "y": 389, + "z": "3f03f060.21046", + "wires": + [ + + [ + "d05e44ab.3e0a48" + ] + + ] + + }, + + { + "id": "908dd4cc.cacef8", + "type": "other", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 385, + "y": 521, + "z": "3f03f060.21046", + "wires": + [ + + [ + "89064f9d.b448f" + ] + + ] + + }, + + { + "id": "89064f9d.b448f", + "type": "switchNode", + "name": "switch", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 617, + "y": 521, + "z": "3f03f060.21046", + "wires": + [ + + [ + "87e0c81a.368f88", + "239fa38.62a105c" + ] + + ] + + }, + + { + "id": "239fa38.62a105c", + "type": "success", + "name": "success", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 826, + "y": 526, + "z": "3f03f060.21046", + "wires": + [ + + [ + "273f0fca.50216" + ] + + ] + + }, + + { + "id": "87e0c81a.368f88", + "type": "other", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 825, + "y": 661, + "z": "3f03f060.21046", + "wires": + [ + + [ + "bd7275d5.dc3298" + ] + + ] + + }, + + { + "id": "d05e44ab.3e0a48", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\n\n\n", + "comments": "", + "x": 774, + "y": 385, + "z": "3f03f060.21046", + "wires": + [ + + ] + + }, + + { + "id": "bd7275d5.dc3298", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\n\n\n", + "comments": "", + "x": 1022, + "y": 743, + "z": "3f03f060.21046", + "wires": + [ + + ] + + } + +] \ No newline at end of file -- cgit 1.2.3-korg