update on single-sls-DG for appc integration 64/125064/1
authorGanesh <ganesh.c@samsung.com>
Mon, 18 Oct 2021 08:13:49 +0000 (13:43 +0530)
committerGanesh <ganesh.c@samsung.com>
Mon, 18 Oct 2021 08:13:53 +0000 (13:43 +0530)
Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I357197a300582425be735e5c56bd0bdc50bbb277
Issue-ID: CCSDK-3499

adaptors/saltstack-adaptor/saltstack-directed-graphs-sample/reqExecCommand/APPC_saltstack-adaptor-1.0-exec-single-SLSComm.json

index f9b103c..9950377 100644 (file)
-[
-  {
-    "id": "bd0f1105.ff214",
-    "type": "method",
-    "name": "saltstack-adaptor-1.0",
-    "xml": "<method rpc='saltstack-adaptor-1.0-exec-single-SLSComm' mode='sync'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 526,
-    "y": 238,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "f4e59dd0.ee45f"
-      ]
-    ]
-  },
-  {
-    "id": "26f2a2b8.90f58e",
-    "type": "service-logic",
-    "name": "APPC 2.0.1",
-    "module": "APPC",
-    "version": "2.0.1",
-    "comments": "",
-    "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='APPC' version='2.0.1'>",
-    "outputs": 1,
-    "x": 317,
-    "y": 316,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "bd0f1105.ff214"
-      ]
-    ]
-  },
-  {
-    "id": "55a7736.2789e8c",
-    "type": "returnFailure",
-    "name": "return failure",
-    "xml": "<return status='failure'>\n<parameter name='error-code' value='200' />\n<parameter name='error-message' value='`$org.openecomp.appc.adaptor.saltstack.message`' />\n<parameter name='output.status.results' value='`$org.openecomp.appc.adaptor.saltstack.results`' />\n",
-    "comments": "",
-    "x": 1064,
-    "y": 453,
-    "z": "c053ae12.4067b",
-    "wires": []
-  },
-  {
-    "id": "f4e59dd0.ee45f",
-    "type": "execute",
-    "name": "execute",
-    "xml": "<execute plugin='org.openecomp.appc.adaptor.saltstack.SaltstackAdaptor' method='reqExecCommand' >\n                        <parameter name='HostName' value='`$AgentUrl`'/>\n                        <parameter name='Port' value='`$Port`'/>\n                        <parameter name='User' value='`$User`'/>\n                        <parameter name='Password' value='`$Password`'/>\n                        <parameter name='Id' value='test1'/>\n                        <parameter name='Cmd' value='salt &apos;*&apos; test.ping --out=json --static'/>\n                        <parameter name='SlsExec' value='false'/>\n                        <parameter name='Timeout' value='`$Timeout`'/>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 735,
-    "y": 240,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "93fca622.05ad58",
-        "7ce4a659.44c828"
-      ]
-    ]
-  },
-  {
-    "id": "2ceb37d9.a8ba18",
-    "type": "switchNode",
-    "name": "switch",
-    "xml": "<switch test=\"`$org.onap.appc.adaptor.saltstack.result.code`\">\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 522,
-    "y": 398,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "cd89356c.279678",
-        "781026e2.01d498"
-      ]
-    ]
-  },
-  {
-    "id": "cd89356c.279678",
-    "type": "other",
-    "name": "other",
-    "xml": "<outcome value='Other'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 708,
-    "y": 456,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "55a7736.2789e8c"
-      ]
-    ]
-  },
-  {
-    "id": "93fca622.05ad58",
-    "type": "failure",
-    "name": "failure",
-    "xml": "<outcome value='failure'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 985,
-    "y": 237,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "55a7736.2789e8c"
-      ]
-    ]
-  },
-  {
-    "id": "7ce4a659.44c828",
-    "type": "other",
-    "name": "other",
-    "xml": "<outcome value='Other'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 332,
-    "y": 405,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "2ceb37d9.a8ba18"
-      ]
-    ]
-  },
-  {
-    "id": "781026e2.01d498",
-    "type": "success",
-    "name": "success",
-    "xml": "<outcome value='200'>\n",
-    "comments": "",
-    "outputs": 1,
-    "x": 711,
-    "y": 398,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "ce510062.8dcc7"
-      ]
-    ]
-  },
-  {
-    "id": "ce510062.8dcc7",
-    "type": "returnSuccess",
-    "name": "return success",
-    "xml": "<return status='success'>\n<parameter name='output.status.code' value='`$org.openecomp.appc.adaptor.saltstack.result.code`' />\n<parameter name='output.status.message' value='`$org.openecomp.appc.adaptor.saltstack.message`'/>\n<parameter name='output.status.results' value = '`$org.openecomp.appc.adaptor.saltstack.results`'/>\n",
-    "comments": "",
-    "x": 893,
-    "y": 399,
-    "z": "c053ae12.4067b",
-    "wires": []
-  },
-  {
-    "id": "593bd7fb.675368",
-    "type": "dgstart",
-    "name": "DGSTART",
-    "outputs": 1,
-    "x": 295,
-    "y": 216,
-    "z": "c053ae12.4067b",
-    "wires": [
-      [
-        "26f2a2b8.90f58e"
-      ]
-    ]
-  },
-  {
-    "id": "901c8408.5fecb8",
-    "type": "comment",
-    "name": "SaltStack Adaptor DG",
-    "info": "",
-    "comments": "",
-    "x": 673,
-    "y": 103,
-    "z": "c053ae12.4067b",
-    "wires": []
-  },
-  {
-    "id": "cc449713.a1be88",
-    "type": "comment",
-    "name": "request-method = reqExecCommand, req-action = \"execute a single SLS command\"",
-    "info": "Here we just ping to all the minions, and we dont even check if the minions are active. ",
-    "comments": "",
-    "x": 684,
-    "y": 188,
-    "z": "c053ae12.4067b",
-    "wires": []
-  },
-  {
-    "id": "c07fa80e.7f3ac8",
-    "type": "comment",
-    "name": "Assumptions for this DG (example-server)",
-    "info": "Here we assume, the saltstack server is the example-vagrant based server. Where, the master saltstact controlls minion1 and minion2. ",
-    "comments": "",
-    "x": 676,
-    "y": 144,
-    "z": "c053ae12.4067b",
-    "wires": []
-  }
+[\r
+    {\r
+      "id":"bd0f1105.ff214",\r
+      "type":"method",\r
+      "name":"saltstack-adaptor-1.0",\r
+      "xml":"<method rpc='saltstack-adaptor-1.0-exec-single-SLSComm' mode='sync'>\n",\r
+      "comments":"",\r
+      "outputs":1,\r
+      "x":526,\r
+      "y":238,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "f4e59dd0.ee45f"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"26f2a2b8.90f58e",\r
+      "type":"service-logic",\r
+      "name":"APPC 2.0.1",\r
+      "module":"APPC",\r
+      "version":"2.0.1",\r
+      "comments":"",\r
+      "xml":"<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='APPC' version='2.0.1'>",\r
+      "outputs":1,\r
+      "x":317,\r
+      "y":316,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "bd0f1105.ff214"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"55a7736.2789e8c",\r
+      "type":"returnFailure",\r
+      "name":"return failure",\r
+      "xml":"<return status='failure'>\n<parameter name='error-code' value='200' />\n<parameter name='error-message' value='`$org.openecomp.appc.adaptor.saltstack.message`' />\n<parameter name='output.status.results' value='`$org.openecomp.appc.adaptor.saltstack.results`' />\n",\r
+      "comments":"",\r
+      "x":1064,\r
+      "y":453,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+\r
+      ]\r
+    },\r
+    {\r
+      "id":"f4e59dd0.ee45f",\r
+      "type":"execute",\r
+      "name":"execute",\r
+      "xml":"<execute plugin='org.openecomp.appc.adaptor.saltstack.SaltstackAdaptor' method='reqExecCommand' >\n                        <parameter name='HostName' value='`$AgentUrl`'/>\n                        <parameter name='Port' value='`$Port`'/>\n                        <parameter name='User' value='`$User`'/>\n                        <parameter name='Password' value='`$Password`'/>\n                        <parameter name='Id' value='test1'/>\n                        <parameter name='Cmd' value='salt &apos;*&apos; test.ping --out=json --static'/>\n                        <parameter name='SlsExec' value='false'/>\n                        <parameter name='Timeout' value='`$Timeout`'/>\n",\r
+      "comments":"",\r
+      "outputs":1,\r
+      "x":735,\r
+      "y":240,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "93fca622.05ad58",\r
+          "7ce4a659.44c828"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"2ceb37d9.a8ba18",\r
+      "type":"switchNode",\r
+      "name":"switch",\r
+      "xml":"<switch test=\"`$org.onap.appc.adaptor.saltstack.result.code`\">\n",\r
+      "comments":"",\r
+      "outputs":1,\r
+      "x":522,\r
+      "y":398,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "cd89356c.279678",\r
+          "781026e2.01d498"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"cd89356c.279678",\r
+      "type":"other",\r
+      "name":"other",\r
+      "xml":"<outcome value='Other'>\n",\r
+      "comments":"",\r
+      "outputs":1,\r
+      "x":708,\r
+      "y":456,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "55a7736.2789e8c"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"93fca622.05ad58",\r
+      "type":"failure",\r
+      "name":"failure",\r
+      "xml":"<outcome value='failure'>\n",\r
+      "comments":"",\r
+      "outputs":1,\r
+      "x":985,\r
+      "y":237,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "55a7736.2789e8c"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"7ce4a659.44c828",\r
+      "type":"other",\r
+      "name":"other",\r
+      "xml":"<outcome value='Other'>\n",\r
+      "comments":"",\r
+      "outputs":1,\r
+      "x":332,\r
+      "y":405,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "2ceb37d9.a8ba18"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"781026e2.01d498",\r
+      "type":"success",\r
+      "name":"success",\r
+      "xml":"<outcome value='200'>\n",\r
+      "comments":"",\r
+      "outputs":1,\r
+      "x":711,\r
+      "y":398,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "ce510062.8dcc7"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"ce510062.8dcc7",\r
+      "type":"returnSuccess",\r
+      "name":"return success",\r
+      "xml":"<return status='success'>\n<parameter name='output.status.code' value='`$org.openecomp.appc.adaptor.saltstack.result.code`' />\n<parameter name='output.status.message' value='`$org.openecomp.appc.adaptor.saltstack.message`'/>\n<parameter name='output.status.results' value = '`$org.openecomp.appc.adaptor.saltstack.results`'/>\n",\r
+      "comments":"",\r
+      "x":893,\r
+      "y":399,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+\r
+      ]\r
+    },\r
+    {\r
+      "id":"593bd7fb.675368",\r
+      "type":"dgstart",\r
+      "name":"DGSTART",\r
+      "outputs":1,\r
+      "x":295,\r
+      "y":216,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+        [\r
+          "26f2a2b8.90f58e"\r
+        ]\r
+      ]\r
+    },\r
+    {\r
+      "id":"901c8408.5fecb8",\r
+      "type":"comment",\r
+      "name":"SaltStack Adaptor DG",\r
+      "info":"",\r
+      "comments":"",\r
+      "x":673,\r
+      "y":103,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+\r
+      ]\r
+    },\r
+    {\r
+      "id":"cc449713.a1be88",\r
+      "type":"comment",\r
+      "name":"request-method = reqExecCommand, req-action = \"execute a single SLS command\"",\r
+      "info":"Here we just ping to all the minions, and we dont even check if the minions are active. ",\r
+      "comments":"",\r
+      "x":684,\r
+      "y":188,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+\r
+      ]\r
+    },\r
+    {\r
+      "id":"c07fa80e.7f3ac8",\r
+      "type":"comment",\r
+      "name":"Assumptions for this DG (example-server)",\r
+      "info":"Here we assume, the saltstack server is the example-vagrant based server. Where, the master saltstact controlls minion1 and minion2. ",\r
+      "comments":"",\r
+      "x":676,\r
+      "y":144,\r
+      "z":"c053ae12.4067b",\r
+      "wires":[\r
+\r
+      ]\r
+    }\r
 ]
\ No newline at end of file