From: Dan Timoney Date: Fri, 19 Apr 2019 13:46:04 +0000 (+0000) Subject: Merge "Fixed get-vf-module-lanport-param DG with proper input param" X-Git-Tag: 1.5.1~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d7dc8f2552565790223112996c9bfc719a55c0d8;hp=248b05411470078f37c8364be295a0679509e704;p=sdnc%2Foam.git Merge "Fixed get-vf-module-lanport-param DG with proper input param" Former-commit-id: 7abc384133b055fa56b8c9f33ff52255b18afbf7 --- diff --git a/installation/ansible-server/src/main/Playbooks/ansible_huawei_postcheck@0.01.yml b/installation/ansible-server/src/main/Playbooks/ansible_huawei_postcheck@0.01.yml new file mode 100644 index 00000000..ad4edf51 --- /dev/null +++ b/installation/ansible-server/src/main/Playbooks/ansible_huawei_postcheck@0.01.yml @@ -0,0 +1,33 @@ +--- +- hosts: all + tasks: + - name: create a temporary file for additional data + file: + path: /tmp/tmp-{{Id}} + state: touch + become: false + + - name: prepare additional data + shell: echo {{additionalData}} > /tmp/tmp-{{Id}} + become: false + + - name: execute post-check operation + shell: ./swm/upgrade-post-check {{pnfId}} {{oldSwVersion}} {{targetSwVersion}} {{ruleName}} /tmp/tmp-{{Id}} + ignore_errors: yes + register: postcheck_result + + - name: write output to file + local_action: copy content="{{postcheck_result.stdout}}" dest="{{inventory_dir}}/{{inventory_hostname}}_results.txt" + when: postcheck_result.stdout != "" + + - name: remove the temporary file + file: + path: /tmp/tmp-{{Id}} + state: absent + become: false + + - name: use result of post-check as the result of Playbook + fail: + msg: "{{postcheck_result.stderr}}" + when: postcheck_result is failed + diff --git a/installation/ansible-server/src/main/Playbooks/ansible_huawei_precheck@0.01.yml b/installation/ansible-server/src/main/Playbooks/ansible_huawei_precheck@0.01.yml new file mode 100644 index 00000000..668ed7d0 --- /dev/null +++ b/installation/ansible-server/src/main/Playbooks/ansible_huawei_precheck@0.01.yml @@ -0,0 +1,33 @@ +--- +- hosts: all + tasks: + - name: create a temporary file for additional data + file: + path: /tmp/tmp-{{Id}} + state: touch + become: false + + - name: prepare additional data + shell: echo {{additionalData}} > /tmp/tmp-{{Id}} + become: false + + - name: execute pre-check operation + shell: ./swm/upgrade-pre-check {{pnfId}} {{oldSwVersion}} {{targetSwVersion}} {{ruleName}} /tmp/tmp-{{Id}} + ignore_errors: yes + register: precheck_result + + - name: write output to file + local_action: copy content="{{precheck_result.stdout}}" dest="{{inventory_dir}}/{{inventory_hostname}}_results.txt" + when: precheck_result.stdout != "" + + - name: remove the temporary file + file: + path: /tmp/tmp-{{Id}} + state: absent + become: false + + - name: use result of pre-check as the result of Playbook + fail: + msg: "{{precheck_result.stderr}}" + when: precheck_result is failed + diff --git a/installation/ansible-server/src/main/Playbooks/ansible_huawei_rollback@0.00.yml b/installation/ansible-server/src/main/Playbooks/ansible_huawei_rollback@0.00.yml index 0d20bc3e..fa164c9c 100644 --- a/installation/ansible-server/src/main/Playbooks/ansible_huawei_rollback@0.00.yml +++ b/installation/ansible-server/src/main/Playbooks/ansible_huawei_rollback@0.00.yml @@ -3,6 +3,16 @@ tasks: - name: execute swFallback operation - shell: ./swm/swFallback.sh --filter {{filter}} - register: fallback__result + shell: ./swm/swFallback --filter {{filter}} + ignore_errors: yes + register: fallback_result + + - name: write output to file + local_action: copy content="{{fallback_result.stdout}}" dest="{{inventory_dir}}/{{inventory_hostname}}_results.txt" + when: fallback_result.stdout != "" + + - name: use result of swFallback as the result of Playbook + fail: + msg: "{{fallback_result.stderr}}" + when: fallback_result is failed diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-vf-module-input.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-vf-module-input.json index ebf78f4d..71818370 100644 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-vf-module-input.json +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-vf-module-input.json @@ -1 +1,557 @@ -[{"id":"ea5c79fa.0a8cc8","type":"block","name":"block : atomic","xml":"","atomic":"true","outputs":1,"x":286.25000762939453,"y":416.25000762939453,"z":"e7f16526.16fa48","wires":[["415f4f79.ce4c6","3f9465cc.1cf0ca","d5fa8c45.3e223","4b25ca9c.280804","f4dcf148.c2c8d","74fce8e4.b16128","b87e6689.a6bb68"]]},{"id":"415f4f79.ce4c6","type":"switchNode","name":"switch svc-request-id","xml":"\n","comments":"","outputs":1,"x":542.7619094848633,"y":349.33034229278564,"z":"e7f16526.16fa48","wires":[["569a8602.d763d8"]]},{"id":"569a8602.d763d8","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":768.476203918457,"y":349.3303461074829,"z":"e7f16526.16fa48","wires":[["83dcb0ce.53e5a"]]},{"id":"83dcb0ce.53e5a","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":919.9047698974609,"y":349.3303442001343,"z":"e7f16526.16fa48","wires":[]},{"id":"3f9465cc.1cf0ca","type":"switchNode","name":"switch svc-action","xml":"\n","comments":"","outputs":1,"x":531.3332726614817,"y":307.9017738614764,"z":"e7f16526.16fa48","wires":[["90f99d55.c26ac"]]},{"id":"90f99d55.c26ac","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":767.0476243155344,"y":306.47317164284846,"z":"e7f16526.16fa48","wires":[["81889b61.b3bfd8"]]},{"id":"81889b61.b3bfd8","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":917.0475976126536,"y":306.4731811795916,"z":"e7f16526.16fa48","wires":[]},{"id":"d5fa8c45.3e223","type":"switchNode","name":"switch request-action","xml":"\n","comments":"","outputs":1,"x":541.3333260672434,"y":392.1874889646258,"z":"e7f16526.16fa48","wires":[["faa49149.2b86c"]]},{"id":"faa49149.2b86c","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":768.4761995588033,"y":392.1874998637609,"z":"e7f16526.16fa48","wires":[["54306d5b.2a8714"]]},{"id":"54306d5b.2a8714","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":919.9047655378072,"y":392.18749795641224,"z":"e7f16526.16fa48","wires":[]},{"id":"9652914c.1bb7e","type":"switchNode","name":"switch model-customization-id","xml":"\n","comments":"","outputs":1,"x":1138.7978401184082,"y":563.9496374130249,"z":"e7f16526.16fa48","wires":[["10afdd9f.c76fe2"]]},{"id":"10afdd9f.c76fe2","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":1343.7978401184082,"y":563.9496202468872,"z":"e7f16526.16fa48","wires":[["5ca4e9bd.7d2d68"]]},{"id":"5ca4e9bd.7d2d68","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":1495.226406097412,"y":563.9496183395386,"z":"e7f16526.16fa48","wires":[]},{"id":"5073a804.d512e8","type":"switchNode","name":"switch tenant","xml":"\n","comments":"","outputs":1,"x":1084.6549186706543,"y":605.3781480789185,"z":"e7f16526.16fa48","wires":[["59c1d2fa.686d8c"]]},{"id":"59c1d2fa.686d8c","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":1342.3692359924316,"y":605.3781824111938,"z":"e7f16526.16fa48","wires":[["f3fb61d6.cc04f"]]},{"id":"f3fb61d6.cc04f","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":1493.7978019714355,"y":605.3781805038452,"z":"e7f16526.16fa48","wires":[]},{"id":"85af947a.22df18","type":"comment","name":"Validation of required fields","info":"","comments":"","x":691.3332824707031,"y":263.61605644226074,"z":"e7f16526.16fa48","wires":[]},{"id":"4b25ca9c.280804","type":"switchNode","name":"switch svc-action","xml":"\n","comments":"","outputs":1,"x":524.4880752563477,"y":606.2948093414307,"z":"e7f16526.16fa48","wires":[["46f73107.a11e3"]]},{"id":"46f73107.a11e3","type":"outcome","name":"assign","xml":"\n","comments":"","outputs":1,"x":684.0713768005371,"y":605.8780736923218,"z":"e7f16526.16fa48","wires":[["5f080643.137608"]]},{"id":"5f080643.137608","type":"block","name":"block : atomic","xml":"","atomic":"true","outputs":1,"x":876.0713768005371,"y":605.8780736923218,"z":"e7f16526.16fa48","wires":[["9652914c.1bb7e","5073a804.d512e8","97868ae3.7d64c8"]]},{"id":"b003da9.6001328","type":"dgstart","name":"DGSTART","outputs":1,"x":203.7500098092214,"y":136.1636562347412,"z":"e7f16526.16fa48","wires":[["4513d2b4.de1b4c"]]},{"id":"4513d2b4.de1b4c","type":"service-logic","name":"GENERIC-RESOURCE-API ${project.version}","module":"GENERIC-RESOURCE-API","version":"${project.version}","comments":"","xml":"","outputs":1,"x":317.03571537562766,"y":176.4017677307129,"z":"e7f16526.16fa48","wires":[["9f09d02b.74d24"]]},{"id":"9f09d02b.74d24","type":"method","name":"method validate-vf-module-input","xml":"\n","comments":"","outputs":1,"x":274.095304761614,"y":217.08031368255615,"z":"e7f16526.16fa48","wires":[["ea5c79fa.0a8cc8"]]},{"id":"c6fa4eaa.296c1","type":"comment","name":"validate-vf-module-input","info":"","comments":"","x":598.0948660714284,"y":83.75,"z":"e7f16526.16fa48","wires":[]},{"id":"f4dcf148.c2c8d","type":"switchNode","name":"switch service-instance-id","xml":"\n","comments":"","outputs":1,"x":554.3571570260183,"y":436.25001525878906,"z":"e7f16526.16fa48","wires":[["40adc00a.0182f"]]},{"id":"40adc00a.0182f","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":766.7857382638113,"y":436.2500114440918,"z":"e7f16526.16fa48","wires":[["4bc1bff5.09afa"]]},{"id":"4bc1bff5.09afa","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":918.2143042428152,"y":436.25000953674316,"z":"e7f16526.16fa48","wires":[]},{"id":"74fce8e4.b16128","type":"switchNode","name":"switch vnf-id","xml":"\n","comments":"","outputs":1,"x":511.8571662902832,"y":482.7500057220459,"z":"e7f16526.16fa48","wires":[["5b2b7ba3.f8c584"]]},{"id":"5b2b7ba3.f8c584","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":767.1428756713867,"y":481.32143783569336,"z":"e7f16526.16fa48","wires":[["a3b38083.db3e6"]]},{"id":"a3b38083.db3e6","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":918.5714416503906,"y":481.3214359283447,"z":"e7f16526.16fa48","wires":[]},{"id":"97868ae3.7d64c8","type":"switchNode","name":"switch aic-cloud-region","xml":"\n","comments":"","outputs":1,"x":1114,"y":647.6548051834106,"z":"e7f16526.16fa48","wires":[["a5724b37.d9d578"]]},{"id":"a5724b37.d9d578","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":1340.7143173217773,"y":647.654839515686,"z":"e7f16526.16fa48","wires":[["e5de3e6a.52ece"]]},{"id":"e5de3e6a.52ece","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":1492.1428833007812,"y":647.6548376083374,"z":"e7f16526.16fa48","wires":[]},{"id":"b87e6689.a6bb68","type":"switchNode","name":"switch vf-module-id","xml":"\n","comments":"","outputs":1,"x":532.6666564941406,"y":528.7499847412109,"z":"e7f16526.16fa48","wires":[["e506a425.ee0a78"]]},{"id":"e506a425.ee0a78","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":766.9523658752441,"y":527.3214168548584,"z":"e7f16526.16fa48","wires":[["b00a0f0d.7df6c"]]},{"id":"b00a0f0d.7df6c","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":918.380931854248,"y":527.3214149475098,"z":"e7f16526.16fa48","wires":[]},{"id":"27b56d4b.cf2242","type":"outcome","name":"changeassign","xml":"\n","comments":"","outputs":1,"x":707.9166946411133,"y":761.0000114440918,"z":"e7f16526.16fa48","wires":[["858c4aa9.75cbe8"]]},{"id":"858c4aa9.75cbe8","type":"switchNode","name":"switch model-customization-id","xml":"\n","comments":"","outputs":1,"x":934.5833358764648,"y":761.3333168029785,"z":"e7f16526.16fa48","wires":[["16e33b74.6a3275"]]},{"id":"16e33b74.6a3275","type":"outcome","name":"NULL","xml":"","comments":"","outputs":1,"x":1139.5833358764648,"y":761.3332996368408,"z":"e7f16526.16fa48","wires":[["8cdecc05.e04a9"]]},{"id":"8cdecc05.e04a9","type":"returnFailure","name":"return failure","xml":"\n\t\n\t\n \n","comments":"","x":1291.0119018554688,"y":761.3332977294922,"z":"e7f16526.16fa48","wires":[]},{"id":"ba0cf2a7.da9b1","type":"comment","name":"model-customization-uuid validation moved to changeassign DG","info":"","comments":"","x":765,"y":718.75,"z":"e7f16526.16fa48","wires":[]}] \ No newline at end of file +[ + { + "id": "64530960.7a4c48", + "type": "block", + "name": "block : atomic", + "xml": "", + "atomic": "true", + "outputs": 1, + "x": 266.03125, + "y": 487.50000762939453, + "z": "c914996f.38af08", + "wires": [ + [ + "42eab53.cead04c", + "9030d08e.473eb", + "e2eeb7ea.c3b598", + "6a464fe8.f5db", + "1cf09f88.9f996", + "50ebeee1.1f03d" + ] + ] + }, + { + "id": "42eab53.cead04c", + "type": "switchNode", + "name": "switch svc-request-id", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 522.5431518554688, + "y": 420.58034229278564, + "z": "c914996f.38af08", + "wires": [ + [ + "acac6999.f74ae8" + ] + ] + }, + { + "id": "acac6999.f74ae8", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 748.2574462890625, + "y": 420.5803461074829, + "z": "c914996f.38af08", + "wires": [ + [ + "7a7765a6.716e9c" + ] + ] + }, + { + "id": "7a7765a6.716e9c", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 899.6860122680664, + "y": 420.5803442001343, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "9030d08e.473eb", + "type": "switchNode", + "name": "switch svc-action", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 511.1145150320872, + "y": 379.1517738614764, + "z": "c914996f.38af08", + "wires": [ + [ + "6c42550c.9ee7ec" + ] + ] + }, + { + "id": "6c42550c.9ee7ec", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 746.8288666861399, + "y": 377.72317164284846, + "z": "c914996f.38af08", + "wires": [ + [ + "7bffbb0f.9e8194" + ] + ] + }, + { + "id": "7bffbb0f.9e8194", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 896.8288399832591, + "y": 377.7231811795916, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "e2eeb7ea.c3b598", + "type": "switchNode", + "name": "switch request-action", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 521.1145684378489, + "y": 463.4374889646258, + "z": "c914996f.38af08", + "wires": [ + [ + "3b145144.cf0dce" + ] + ] + }, + { + "id": "3b145144.cf0dce", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 748.2574419294087, + "y": 463.4374998637609, + "z": "c914996f.38af08", + "wires": [ + [ + "dab01406.ba8c98" + ] + ] + }, + { + "id": "dab01406.ba8c98", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 899.6860079084126, + "y": 463.43749795641224, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "12ea91e7.8a5dee", + "type": "switchNode", + "name": "switch model-customization-id", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1118.5790824890137, + "y": 635.1996374130249, + "z": "c914996f.38af08", + "wires": [ + [ + "7123b9f.8aa2648" + ] + ] + }, + { + "id": "7123b9f.8aa2648", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1323.5790824890137, + "y": 635.1996202468872, + "z": "c914996f.38af08", + "wires": [ + [ + "56283888.4b07c8" + ] + ] + }, + { + "id": "56283888.4b07c8", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 1475.0076484680176, + "y": 635.1996183395386, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "eca8ac0.d277c58", + "type": "switchNode", + "name": "switch tenant", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1064.4361610412598, + "y": 676.6281480789185, + "z": "c914996f.38af08", + "wires": [ + [ + "17c7649f.342e3b" + ] + ] + }, + { + "id": "17c7649f.342e3b", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1322.150478363037, + "y": 676.6281824111938, + "z": "c914996f.38af08", + "wires": [ + [ + "a9a7bd61.ab17c" + ] + ] + }, + { + "id": "a9a7bd61.ab17c", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 1473.579044342041, + "y": 676.6281805038452, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "37d1ad14.2a8632", + "type": "comment", + "name": "Validation of required fields", + "info": "", + "comments": "", + "x": 671.1145248413086, + "y": 334.86605644226074, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "6a464fe8.f5db", + "type": "switchNode", + "name": "switch svc-action", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 504.2693176269531, + "y": 677.5448093414307, + "z": "c914996f.38af08", + "wires": [ + [ + "55f87411.8977fc" + ] + ] + }, + { + "id": "55f87411.8977fc", + "type": "outcome", + "name": "assign", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 663.8526191711426, + "y": 677.1280736923218, + "z": "c914996f.38af08", + "wires": [ + [ + "76a30e92.c3b23" + ] + ] + }, + { + "id": "76a30e92.c3b23", + "type": "block", + "name": "block : atomic", + "xml": "", + "atomic": "true", + "outputs": 1, + "x": 855.8526191711426, + "y": 677.1280736923218, + "z": "c914996f.38af08", + "wires": [ + [ + "12ea91e7.8a5dee", + "eca8ac0.d277c58", + "75303db4.f39ac4" + ] + ] + }, + { + "id": "412ad4c5.a2550c", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 183.53125217982688, + "y": 207.4136562347412, + "z": "c914996f.38af08", + "wires": [ + [ + "5fecaed1.6af1f" + ] + ] + }, + { + "id": "5fecaed1.6af1f", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "", + "outputs": 1, + "x": 296.81695774623313, + "y": 247.6517677307129, + "z": "c914996f.38af08", + "wires": [ + [ + "ce8e825.505198" + ] + ] + }, + { + "id": "ce8e825.505198", + "type": "method", + "name": "method validate-vf-module-input", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 253.87654713221946, + "y": 288.33031368255615, + "z": "c914996f.38af08", + "wires": [ + [ + "64530960.7a4c48" + ] + ] + }, + { + "id": "d3c65d01.b09e8", + "type": "comment", + "name": "validate-vf-module-input", + "info": "", + "comments": "", + "x": 577.8761084420339, + "y": 155, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "1cf09f88.9f996", + "type": "switchNode", + "name": "switch service-instance-id", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 534.1383993966238, + "y": 507.50001525878906, + "z": "c914996f.38af08", + "wires": [ + [ + "4a5d470b.8d66d8" + ] + ] + }, + { + "id": "4a5d470b.8d66d8", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 746.5669806344167, + "y": 507.5000114440918, + "z": "c914996f.38af08", + "wires": [ + [ + "6a814e78.eefa1" + ] + ] + }, + { + "id": "6a814e78.eefa1", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 897.9955466134206, + "y": 507.50000953674316, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "50ebeee1.1f03d", + "type": "switchNode", + "name": "switch vnf-id", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 491.6384086608887, + "y": 554.0000057220459, + "z": "c914996f.38af08", + "wires": [ + [ + "91be467.d997cb8" + ] + ] + }, + { + "id": "91be467.d997cb8", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 746.9241180419922, + "y": 552.5714378356934, + "z": "c914996f.38af08", + "wires": [ + [ + "a61fec00.397b18" + ] + ] + }, + { + "id": "a61fec00.397b18", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 898.3526840209961, + "y": 552.5714359283447, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "75303db4.f39ac4", + "type": "switchNode", + "name": "switch aic-cloud-region", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1093.7812423706055, + "y": 718.9048051834106, + "z": "c914996f.38af08", + "wires": [ + [ + "ce90203b.b0afd" + ] + ] + }, + { + "id": "ce90203b.b0afd", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1320.4955596923828, + "y": 718.904839515686, + "z": "c914996f.38af08", + "wires": [ + [ + "2275e534.88d4ca" + ] + ] + }, + { + "id": "2275e534.88d4ca", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 1471.9241256713867, + "y": 718.9048376083374, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "3d870d1c.309352", + "type": "outcome", + "name": "changeassign", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 687.6979370117188, + "y": 832.2500114440918, + "z": "c914996f.38af08", + "wires": [ + [ + "fa0141f0.f9902" + ] + ] + }, + { + "id": "fa0141f0.f9902", + "type": "switchNode", + "name": "switch model-customization-id", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 914.3645782470703, + "y": 832.5833168029785, + "z": "c914996f.38af08", + "wires": [ + [ + "5358c72a.6a77a8" + ] + ] + }, + { + "id": "5358c72a.6a77a8", + "type": "outcome", + "name": "NULL", + "xml": "", + "comments": "", + "outputs": 1, + "x": 1119.3645782470703, + "y": 832.5832996368408, + "z": "c914996f.38af08", + "wires": [ + [ + "80d57253.986af" + ] + ] + }, + { + "id": "80d57253.986af", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 1270.7931442260742, + "y": 832.5832977294922, + "z": "c914996f.38af08", + "wires": [] + }, + { + "id": "319c1dc4.f1e692", + "type": "comment", + "name": "model-customization-uuid validation moved to changeassign DG", + "info": "", + "comments": "", + "x": 744.7812423706055, + "y": 790, + "z": "c914996f.38af08", + "wires": [] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-get-tenant-auth.json b/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-get-tenant-auth.json index 8a5d8f9e..801b57c2 100644 --- a/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-get-tenant-auth.json +++ b/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-get-tenant-auth.json @@ -1,1305 +1,212 @@ [ { - "id": "3eca748a.ef817c", - "type": "dgstart", - "name": "DGSTART", - "outputs": 1, - "x": 123, - "y": 75, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "350fb0d5.88723" - ] - ] - }, - { - "id": "350fb0d5.88723", - "type": "service-logic", - "name": "GENERIC-RESOURCE-API ${project.version}", - "module": "GENERIC-RESOURCE-API", - "version": "${project.version}", - "comments": "", - "xml": "", - "outputs": 1, - "x": 368.2857131958008, - "y": 74.23807907104492, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "7fecfee8.d291b" - ] - ] - }, - { - "id": "7fecfee8.d291b", - "type": "method", - "name": "validate-sdwan-vf-vpn-input-parameters", - "xml": "\n", + "id": "a64f3290.a6791", + "type": "get-resource", + "name": "get-resource service-subscription", + "xml": "\n \n", "comments": "", "outputs": 1, - "x": 451.9166946411133, - "y": 209.25301837921143, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "8f6f1f8b.897a9" - ] - ] - }, - { - "id": "8f6f1f8b.897a9", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 735.9167022705078, - "y": 197.25304317474365, - "z": "619b2b0c.b0ac74", + "x": 641.03125, + "y": 413.09522104263306, + "z": "734fbe9e.c17a1", "wires": [ [ - "634b7128.2e84d", - "adb8eda0.ca986", - "bc20a4d8.66ea78", - "376a189c.5eea28" + "d8117fcb.f28fc", + "d8ad970.7e76268" ] ] }, { - "id": "634b7128.2e84d", + "id": "a43b0986.72aee8", "type": "switchNode", - "name": "switch svc-action", - "xml": "\n", + "name": "switch temp-ub-sub-account-id", + "xml": "\n", "comments": "", "outputs": 1, - "x": 995.916633605957, - "y": 45.25303936004639, - "z": "619b2b0c.b0ac74", + "x": 1053.0313415527344, + "y": 377.84530210494995, + "z": "734fbe9e.c17a1", "wires": [ [ - "183ac3e9.257bcc" + "5fa9cabc.5c37a4", + "625dfb34.3c2da4" ] ] }, { - "id": "183ac3e9.257bcc", + "id": "5fa9cabc.5c37a4", "type": "outcome", "name": "NULL", "xml": "", "comments": "", "outputs": 1, - "x": 1186.6309356689453, - "y": 46.2530403137207, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "65be383e.39b058" - ] - ] - }, - { - "id": "65be383e.39b058", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 1361.0594863891602, - "y": 45.25303268432617, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "adb8eda0.ca986", - "type": "switchNode", - "name": "switch svc-action", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 332.9166564941406, - "y": 468.2530336380005, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "83c4de98.01196", - "ce7e74f7.3c86c8", - "147fd5d9.68de3a", - "1561519f.abda0e", - "d7c5bf00.510dc" - ] - ] - }, - { - "id": "83c4de98.01196", - "type": "outcome", - "name": "create", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 526.5000228881836, - "y": 297.66667079925537, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "363f7231.506cbe" - ] - ] - }, - { - "id": "363f7231.506cbe", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 687.5000228881836, - "y": 297.66667079925537, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "46be34f.5b2c7cc" - ] - ] - }, - { - "id": "ce7e74f7.3c86c8", - "type": "outcome", - "name": "deactivate", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 499.4920120239258, - "y": 906.428539276123, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "aec7db3f.798358" - ] - ] - }, - { - "id": "147fd5d9.68de3a", - "type": "outcome", - "name": "delete", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 503.20639419555664, - "y": 1077.1430969238281, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "c7708172.24701" - ] - ] - }, - { - "id": "1561519f.abda0e", - "type": "other", - "name": "other", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 502.9682846069336, - "y": 1250.571382522583, - "z": "619b2b0c.b0ac74", + "x": 1245.745792388916, + "y": 351.84534311294556, + "z": "734fbe9e.c17a1", "wires": [ [ - "b6252f6e.c1321" + "cc0fb2fe.338bf" ] ] }, { - "id": "b6252f6e.c1321", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 686.5398178100586, - "y": 1251.190523147583, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "46be34f.5b2c7cc", - "type": "switchNode", - "name": "switch request-action", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 888, - "y": 295.6666797399521, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "3528f63.34e230a", - "82048a2c.348118" - ] - ] - }, - { - "id": "3528f63.34e230a", + "id": "625dfb34.3c2da4", "type": "other", "name": "Other", "xml": "", "comments": "", "outputs": 1, - "x": 1073.4999923706055, - "y": 323.66667652130127, - "z": "619b2b0c.b0ac74", + "x": 1246.0313568115234, + "y": 406.8453059196472, + "z": "734fbe9e.c17a1", "wires": [ [ - "3198409.3ebdec" + "f90c9031.98073" ] ] }, { - "id": "3198409.3ebdec", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 1224.0000228881836, - "y": 317.66667079925537, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "ee1459dc.d090c8", - "type": "other", - "name": "DeleteSDWANVpnInstance", - "xml": "", + "id": "d8117fcb.f28fc", + "type": "success", + "name": "success", + "xml": "\n", "comments": "", "outputs": 1, - "x": 945.0634384155273, - "y": 1073.698395729065, - "z": "619b2b0c.b0ac74", + "x": 851.5311126708984, + "y": 385.84127950668335, + "z": "734fbe9e.c17a1", "wires": [ [ - "773b0668.3dfda8" + "a43b0986.72aee8" ] ] }, { - "id": "640b4312.a9c5ac", - "type": "other", - "name": "Other", - "xml": "", + "id": "d8ad970.7e76268", + "type": "failure", + "name": "failure", + "xml": "\n", "comments": "", "outputs": 1, - "x": 860.6189804077148, - "y": 1149.920636177063, - "z": "619b2b0c.b0ac74", + "x": 845.2097015380859, + "y": 438.0555911064148, + "z": "734fbe9e.c17a1", "wires": [ [ - "20eafb56.ca5e14" + "3d299dd2.2779d2" ] ] }, { - "id": "20eafb56.ca5e14", + "id": "3d299dd2.2779d2", "type": "returnFailure", "name": "return failure", - "xml": "\n\t\n\t\n \n", + "xml": "\n\t\n\t\n \n", "comments": "", - "x": 1020.9524002075195, - "y": 1152.0317735671997, - "z": "619b2b0c.b0ac74", + "x": 997.9597015380859, + "y": 437.80565214157104, + "z": "734fbe9e.c17a1", "wires": [] }, { - "id": "773b0668.3dfda8", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 1168.9523086547852, - "y": 1079.9206190109253, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "30507c3b.465aa4", - "b4bebf6c.2b4fa", - "b3df3a7b.216bd8", - "eb92e3d.8a6ff2" - ] - ] - }, - { - "id": "d7c5bf00.510dc", - "type": "outcome", - "name": "activate", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 520.4285774230957, - "y": 560.7143135070801, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "aa89a015.4408d" - ] - ] - }, - { - "id": "aa89a015.4408d", - "type": "switchNode", - "name": "switch request-action", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 703.2857437133789, - "y": 557.8571634292603, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "c1f6d379.b3eef", - "89075fc5.672ae" - ] - ] - }, - { - "id": "c1f6d379.b3eef", - "type": "other", - "name": "ActivateSDWANVpnInstance", - "xml": "", + "id": "22ec666.190639a", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", "comments": "", + "xml": "", "outputs": 1, - "x": 956.5000228881836, - "y": 537.6666707992554, - "z": "619b2b0c.b0ac74", + "x": 221.03125, + "y": 140.23810720443726, + "z": "734fbe9e.c17a1", "wires": [ [ - "ce665d03.3901d" + "8abe47ad.c27bd8" ] ] }, { - "id": "89075fc5.672ae", - "type": "other", - "name": "Other", - "xml": "", - "comments": "", + "id": "3762da11.93d966", + "type": "dgstart", + "name": "DGSTART", "outputs": 1, - "x": 886.5000228881836, - "y": 577.6666707992554, - "z": "619b2b0c.b0ac74", + "x": 141.74554443359375, + "y": 77.99999761581421, + "z": "734fbe9e.c17a1", "wires": [ [ - "c6e2911c.5f916" + "22ec666.190639a" ] ] }, { - "id": "c6e2911c.5f916", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 1044.0000228881836, - "y": 577.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "ce665d03.3901d", + "id": "6b7a2ebd.00d69", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1187.5000228881836, - "y": 537.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "b3df3a7b.216bd8", - "30507c3b.465aa4", - "b4bebf6c.2b4fa", - "57bd5824.2497c8" - ] - ] - }, - { - "id": "c598159a.7423c8", - "type": "other", - "name": "DeactivateSDWANVpnInstance", - "xml": "", - "comments": "", - "outputs": 1, - "x": 942.9206390380859, - "y": 908.1429328918457, - "z": "619b2b0c.b0ac74", + "x": 374.98365020751953, + "y": 376.8095316886902, + "z": "734fbe9e.c17a1", "wires": [ [ - "50af0272.e02a9c" + "a64f3290.a6791", + "4bfcb671.50b358" ] ] }, { - "id": "e01173d7.fe6b9", - "type": "other", - "name": "Other", - "xml": "", + "id": "8abe47ad.c27bd8", + "type": "method", + "name": "method sdwan-get-tenant-auth", + "xml": "\n", "comments": "", "outputs": 1, - "x": 857.9206314086914, - "y": 977.1429405212402, - "z": "619b2b0c.b0ac74", + "x": 232.74554443359375, + "y": 234.58633947372437, + "z": "734fbe9e.c17a1", "wires": [ [ - "d14295e9.c68018" + "6b7a2ebd.00d69" ] ] }, { - "id": "d14295e9.c68018", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", + "id": "f90c9031.98073", + "type": "set", + "name": "set prop.tenant-id", + "xml": "\n\n", "comments": "", - "x": 1038.9206466674805, - "y": 978.1429405212402, - "z": "619b2b0c.b0ac74", + "x": 1423.888427734375, + "y": 405.9523615837097, + "z": "734fbe9e.c17a1", "wires": [] }, { - "id": "aec7db3f.798358", - "type": "switchNode", - "name": "switch request-action", - "xml": "", - "comments": "", - "outputs": 1, - "x": 679.7776947021484, - "y": 910.6188039779663, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "c598159a.7423c8", - "e01173d7.fe6b9" - ] - ] - }, - { - "id": "c7708172.24701", - "type": "switchNode", - "name": "switch request-action", - "xml": "", - "comments": "", - "outputs": 1, - "x": 683.5554962158203, - "y": 1076.9523208141327, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "ee1459dc.d090c8", - "640b4312.a9c5ac" - ] - ] - }, - { - "id": "50af0272.e02a9c", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 1202.888786315918, - "y": 910.9523277282715, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "30507c3b.465aa4", - "b4bebf6c.2b4fa", - "b3df3a7b.216bd8", - "c2db488a.b105a8" - ] - ] - }, - { - "id": "82048a2c.348118", - "type": "other", - "name": "CreateSDWANVpnInstance", - "xml": "", - "comments": "", - "outputs": 1, - "x": 1172.499984741211, - "y": 276.6666679382324, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "7a0b5551.c75d9c" - ] - ] - }, - { - "id": "7a0b5551.c75d9c", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 1407.49995803833, - "y": 275.6666679382324, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "3f52a78f.7ab728" - ] - ] - }, - { - "id": "3f52a78f.7ab728", - "type": "for", - "name": "for loop i - vpn vf input parameters", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1638.000015258789, - "y": 276.6666679382324, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "d37b6b2c.71fb38" - ] - ] - }, - { - "id": "d37b6b2c.71fb38", - "type": "block", - "name": "block", - "xml": "\n", - "atomic": "false", + "id": "4bfcb671.50b358", + "type": "execute", + "name": "execute RestApiCallNode Create tenant auth", + "xml": "\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1846.5000228881836, - "y": 277.66667079925537, - "z": "619b2b0c.b0ac74", + "x": 668.5312805175781, + "y": 515.988030910492, + "z": "734fbe9e.c17a1", "wires": [ - [ - "9ec108e6.32a3b8", - "a16aa1da.005f3", - "3a20c40b.dcc4cc" - ] + [] ] }, { - "id": "9ec108e6.32a3b8", - "type": "set", - "name": "clear tmp-data", - "xml": "\n\n\n", - "comments": "", - "x": 2029.5000228881836, - "y": 237.66667079925537, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "a16aa1da.005f3", - "type": "set", - "name": "set tmp-data", - "xml": "\n\n\n", - "comments": "", - "x": 2024.0000228881836, - "y": 277.66667079925537, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "3a20c40b.dcc4cc", - "type": "switchNode", - "name": "switch name", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 2024.0000228881836, - "y": 317.66667079925537, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "3280408b.66ab3", - "63ad3611.30c718", - "2eab978e.1492a8" - ] - ] - }, - { - "id": "d22ab892.eef718", - "type": "switchNode", - "name": "switch value", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 2484.0001907348633, - "y": 269.66669142246246, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "b07f67fa.6ab208" - ] - ] - }, - { - "id": "2eab978e.1492a8", - "type": "outcome", - "name": "NULL", - "xml": "", - "comments": "", - "outputs": 1, - "x": 2243.500358581543, - "y": 335.66667902469635, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "5967794c.72e8b8" - ] - ] - }, - { - "id": "5967794c.72e8b8", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 2418.5003623962402, - "y": 334.66667902469635, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "3280408b.66ab3", - "type": "other", - "name": "name", - "xml": "", - "comments": "", - "outputs": 1, - "x": 2243.500358581543, - "y": 219.66667330265045, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "d22ab892.eef718" - ] - ] - }, - { - "id": "63ad3611.30c718", - "type": "other", - "name": "topology", - "xml": "", - "comments": "", - "outputs": 1, - "x": 2255.500114440918, - "y": 273.333335518837, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "d22ab892.eef718" - ] - ] - }, - { - "id": "b07f67fa.6ab208", - "type": "outcome", - "name": "NULL", - "xml": "", - "comments": "", - "outputs": 1, - "x": 2627.5001907348633, - "y": 269.66669142246246, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "3ecabf5c.8d652" - ] - ] - }, - { - "id": "3ecabf5c.8d652", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 2785.5001907348633, - "y": 269.66669142246246, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "b3df3a7b.216bd8", - "type": "switchNode", - "name": "switch service-data.vf-modules.vf-module_length", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1479.3889541625977, - "y": 576.9999761581421, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "37913775.d258a8", - "8c9e338f.0d83c" - ] - ] - }, - { - "id": "37913775.d258a8", - "type": "other", - "name": "outcome Null", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1748.0000228881836, - "y": 556.666711807251, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "7c4231f0.9cbb7" - ] - ] - }, - { - "id": "7c4231f0.9cbb7", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 1924.0000228881836, - "y": 557.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "8c9e338f.0d83c", - "type": "other", - "name": "other", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1726.5000228881836, - "y": 597.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "b6f61e8c.9dd35" - ] - ] - }, - { - "id": "b6f61e8c.9dd35", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 1887.5000228881836, - "y": 597.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "9317c153.6ccad", - "bdedbaa4.65e588" - ] - ] - }, - { - "id": "9317c153.6ccad", - "type": "for", - "name": "for nidx..service-data.vf-modules.vf-module[]", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 2150.0000228881836, - "y": 577.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "1fade275.78b10e" - ] - ] - }, - { - "id": "1fade275.78b10e", - "type": "switchNode", - "name": "switch vf-module-id found", - "xml": "\n \n\n", - "comments": "", - "outputs": 1, - "x": 2436.0000228881836, - "y": 577.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "99a1d82a.9dd8c8" - ] - ] - }, - { - "id": "99a1d82a.9dd8c8", - "type": "outcomeTrue", - "name": "true", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 2606.5000228881836, - "y": 577.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "39ae6a67.1c8296" - ] - ] - }, - { - "id": "70e3cfee.6e895", - "type": "set", - "name": "set tmp.nidx and ctx.network-data", - "xml": "\n\n\n", - "comments": "", - "x": 3007.50008392334, - "y": 574.6667140722275, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "1412cffb.8d463", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 2364.0000228881836, - "y": 617.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "fbeeeb3e.43c3b8", - "type": "outcome", - "name": "NULL", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 2226.5000228881836, - "y": 617.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "1412cffb.8d463" - ] - ] - }, - { - "id": "bdedbaa4.65e588", - "type": "switchNode", - "name": "switch tmp.nidx ", - "xml": "\n\n", - "comments": "", - "outputs": 1, - "x": 2072.5000228881836, - "y": 617.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "fbeeeb3e.43c3b8" - ] - ] - }, - { - "id": "57bd5824.2497c8", - "type": "switchNode", - "name": "switch network-level-oper-status", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1451.6667098999023, - "y": 656.5555486679077, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "719dd138.28ef4", - "2dca8a18.a65586" - ] - ] - }, - { - "id": "719dd138.28ef4", - "type": "outcome", - "name": "outcome Created", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1748.5001258850098, - "y": 656.5555467605591, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "94e9cf1a.6c399" - ] - ] - }, - { - "id": "2dca8a18.a65586", - "type": "other", - "name": "other", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1716.5001258850098, - "y": 696.5555467605591, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "2c8432e2.7a0b8e" - ] - ] - }, - { - "id": "2c8432e2.7a0b8e", + "id": "cc0fb2fe.338bf", "type": "returnFailure", "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 1874.0001258850098, - "y": 696.5555467605591, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "b4bebf6c.2b4fa", - "type": "switchNode", - "name": "switch vf-module-id", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1398.5000228881836, - "y": 517.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "9ad9b806.2c19b8" - ] - ] - }, - { - "id": "9ad9b806.2c19b8", - "type": "outcome", - "name": "NULL", - "xml": "", - "comments": "", - "outputs": 1, - "x": 1626.5000228881836, - "y": 517.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "b7b28733.f37c08" - ] - ] - }, - { - "id": "b7b28733.f37c08", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 1764.0000228881836, - "y": 517.6666707992554, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "30507c3b.465aa4", - "type": "execute", - "name": "execute requiredParameters", - "xml": "\n\n", - "comments": "", - "outputs": 1, - "x": 1433.0000228881836, - "y": 477.66667079925537, - "z": "619b2b0c.b0ac74", - "wires": [ - [] - ] - }, - { - "id": "c2db488a.b105a8", - "type": "switchNode", - "name": "switch network-level-oper-status", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1479.8332748413086, - "y": 906.5555257797241, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "cf4b307b.b1b04", - "acc49742.fd0df8" - ] - ] - }, - { - "id": "cf4b307b.b1b04", - "type": "outcome", - "name": "outcome Active", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1753.166648864746, - "y": 880.9999837875366, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "e31a54a2.3ff1f8" - ] - ] - }, - { - "id": "acc49742.fd0df8", - "type": "other", - "name": "other", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1723.166648864746, - "y": 920.9999837875366, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "bc3125bf.c135a8" - ] - ] - }, - { - "id": "bc3125bf.c135a8", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n ", - "comments": "", - "x": 1889.166648864746, - "y": 922.9999837875366, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "eb92e3d.8a6ff2", - "type": "switchNode", - "name": "switch network-level-oper-status", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1468.7221908569336, - "y": 1077.6666097640991, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "4005e1e5.db606", - "3f0b16e4.30f1ca" - ] - ] - }, - { - "id": "4005e1e5.db606", - "type": "outcome", - "name": "outcome PendingDelete", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1768.7222518920898, - "y": 1045.444405555725, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "e99f233c.ef676" - ] - ] - }, - { - "id": "3f0b16e4.30f1ca", - "type": "other", - "name": "other", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1712.055564880371, - "y": 1092.1110677719116, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "26e244b4.b2362c" - ] - ] - }, - { - "id": "26e244b4.b2362c", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 1878.055564880371, - "y": 1094.1110677719116, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "94e9cf1a.6c399", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 1940.5001029968262, - "y": 657.6666488647461, - "z": "619b2b0c.b0ac74", - "wires": [ - [] - ] - }, - { - "id": "e31a54a2.3ff1f8", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 1953.1665267944336, - "y": 879.1481161117554, - "z": "619b2b0c.b0ac74", - "wires": [ - [] - ] - }, - { - "id": "e99f233c.ef676", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 1984.277732849121, - "y": 1045.8147420883179, - "z": "619b2b0c.b0ac74", - "wires": [ - [] - ] - }, - { - "id": "39ae6a67.1c8296", - "type": "block", - "name": "block : atomic", - "xml": "", - "atomic": "true", - "outputs": 1, - "x": 2756.666534423828, - "y": 574.0000190734863, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "70e3cfee.6e895" - ] - ] - }, - { - "id": "bc20a4d8.66ea78", - "type": "switchNode", - "name": "switch vnf_length", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 971.0065307617188, - "y": 121.24849605560303, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "ae64d058.26533" - ] - ] - }, - { - "id": "ae64d058.26533", - "type": "outcome", - "name": "NULL", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1151.0065116882324, - "y": 120.24848556518555, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "d4c5df8d.2e7e3" - ] - ] - }, - { - "id": "d4c5df8d.2e7e3", - "type": "returnFailure", - "name": "return failure", - "xml": "\n\t\n\t\n \n", - "comments": "", - "x": 1300.4352378845215, - "y": 121.39140319824219, - "z": "619b2b0c.b0ac74", - "wires": [] - }, - { - "id": "376a189c.5eea28", - "type": "for", - "name": "for each vnf", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 951.0379104614258, - "y": 183.51763439178467, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "891fced5.d7d06" - ] - ] - }, - { - "id": "891fced5.d7d06", - "type": "switchNode", - "name": "switch this vnf-id == input vnf-id", - "xml": " \n", - "comments": "", - "outputs": 1, - "x": 1189.0065269470215, - "y": 183.2484917640686, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "2828372d.9354b8" - ] - ] - }, - { - "id": "2828372d.9354b8", - "type": "outcomeTrue", - "name": "true", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1404.0065116882324, - "y": 181.24848556518555, - "z": "619b2b0c.b0ac74", - "wires": [ - [ - "56c573f0.8eef8c" - ] - ] - }, - { - "id": "56c573f0.8eef8c", - "type": "set", - "name": "set vnf-index", - "xml": "\n\n", + "xml": "\n\t\n\t\n \n", "comments": "", - "x": 1568.0065116882324, - "y": 176.24848556518555, - "z": "619b2b0c.b0ac74", + "x": 1428.1740341186523, + "y": 351.6666522026062, + "z": "734fbe9e.c17a1", "wires": [] } ] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-get-wan-param.json b/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-get-wan-param.json index 30ccba9b..88915060 100644 --- a/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-get-wan-param.json +++ b/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-get-wan-param.json @@ -1,20 +1,20 @@ [ { - "id": "818160d.1a87aa", + "id": "f4e72acb.01bf58", "type": "dgstart", "name": "DGSTART", "outputs": 1, - "x": 116.01041412353516, - "y": 49.010414123535156, - "z": "83799888.3d8488", + "x": 130.03125, + "y": 54.00000190734863, + "z": "192759e2.8ca676", "wires": [ [ - "2c87f750.9ff0e8" + "a16de899.ba6ce8" ] ] }, { - "id": "2c87f750.9ff0e8", + "id": "a16de899.ba6ce8", "type": "service-logic", "name": "GENERIC-RESOURCE-API ${project.version}", "module": "GENERIC-RESOURCE-API", @@ -22,838 +22,838 @@ "comments": "", "xml": "", "outputs": 1, - "x": 253.01041793823242, - "y": 154.0104274749756, - "z": "83799888.3d8488", + "x": 267.03125381469727, + "y": 159.00001525878906, + "z": "192759e2.8ca676", "wires": [ [ - "ff163fb7.14832" + "452b8421.fdadac" ] ] }, { - "id": "ff163fb7.14832", + "id": "452b8421.fdadac", "type": "method", "name": "sdwan-get-wan-param", "xml": "\n", "comments": "", "outputs": 1, - "x": 241.01053619384766, - "y": 242.0104103088379, - "z": "83799888.3d8488", + "x": 255.0313720703125, + "y": 246.99999809265137, + "z": "192759e2.8ca676", "wires": [ [ - "352c95ce.453cea" + "50910d6a.5d96b4" ] ] }, { - "id": "352c95ce.453cea", + "id": "50910d6a.5d96b4", "type": "block", "name": "block : atomic", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 248.01042938232422, - "y": 328.0104684829712, - "z": "83799888.3d8488", + "x": 262.03126525878906, + "y": 333.00005626678467, + "z": "192759e2.8ca676", "wires": [ [ - "52293f30.d5b77" + "8cd27d33.452ae" ] ] }, { - "id": "52293f30.d5b77", + "id": "8cd27d33.452ae", "type": "for", "name": "for each sdwan-get-request-input-param", - "xml": "\n\n", + "xml": "\n", "comments": "", "outputs": 1, - "x": 284.6771926879883, - "y": 410.6770648956299, - "z": "83799888.3d8488", + "x": 298.6980285644531, + "y": 415.66665267944336, + "z": "192759e2.8ca676", "wires": [ [ - "e8d20d4.02e64f" + "b3542ade.7b14d8" ] ] }, { - "id": "e8d20d4.02e64f", + "id": "b3542ade.7b14d8", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 549.5106964111328, - "y": 320.01045656204224, - "z": "83799888.3d8488", + "x": 563.5315322875977, + "y": 325.0000443458557, + "z": "192759e2.8ca676", "wires": [ [ - "2847b0ea.9ebb", - "d4feaef6.6438f", - "3e47338e.c3ab3c", - "91d20588.adacd8", - "43f318cb.2f4418", - "49351eca.09882", - "a41eaf2.439f75", - "9005e8e9.34f768", - "a55d2183.cf6a", - "c8c85e46.4f10f", - "286e48cc.e48988", - "383fea5a.143066", - "18a75045.9bb5e", - "60fcaabc.ca5bf4", - "d17b4c90.52ccd", - "2a13a6a0.eb644a", - "19ce9dfd.f8a2f2", - "a399cdca.37b7a" + "e86947af.f5b608", + "638cf29c.12828c", + "46b5c4a7.4a507c", + "b5fed085.d4d7c", + "77b16659.a09ba8", + "d7c2c346.bb4d6", + "8f7cd129.e628b", + "7871b91.d889348", + "de89e87a.10da58", + "769a21a2.077c4", + "e772d25.ba6eb3", + "6d16b1ef.6edda", + "f44a56f3.db7c08", + "2d9d0a07.21b996", + "f4e0170c.c926f8", + "ec6279c6.c6c888", + "7c9c948.6f89d6c", + "97c178d3.f58628" ] ] }, { - "id": "2847b0ea.9ebb", + "id": "e86947af.f5b608", "type": "returnSuccess", "name": "return success", "xml": "\n\n\n\n", "comments": "", - "x": 781.0111198425293, - "y": 804.0109233856201, - "z": "83799888.3d8488", + "x": 795.0319557189941, + "y": 809.0005111694336, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "43f318cb.2f4418", + "id": "77b16659.a09ba8", "type": "switchNode", "name": "switch deviceName", "xml": "\n", "comments": "", "outputs": 1, - "x": 782.0105018615723, - "y": 235.01046657562256, - "z": "83799888.3d8488", + "x": 796.0313377380371, + "y": 240.00005435943604, + "z": "192759e2.8ca676", "wires": [ [ - "510fde76.25775" + "8a272a2c.746128" ] ] }, { - "id": "510fde76.25775", + "id": "8a272a2c.746128", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 984.010908126831, - "y": 236.01053714752197, - "z": "83799888.3d8488", + "x": 998.0317440032959, + "y": 241.00012493133545, + "z": "192759e2.8ca676", "wires": [ [ - "bacc1950.a6e0e8" + "2c0253a3.fcc01c" ] ] }, { - "id": "bacc1950.a6e0e8", + "id": "2c0253a3.fcc01c", "type": "set", "name": "set deviceName", "xml": "\n", "comments": "", - "x": 1148.0111656188965, - "y": 232.6106538772583, - "z": "83799888.3d8488", + "x": 1162.0320014953613, + "y": 237.60024166107178, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "c8c85e46.4f10f", + "id": "769a21a2.077c4", "type": "switchNode", "name": "switch vlanId", "xml": "\n", "comments": "", "outputs": 1, - "x": 763.8506278991699, - "y": 465.01052474975586, - "z": "83799888.3d8488", + "x": 777.8714637756348, + "y": 470.00011253356934, + "z": "192759e2.8ca676", "wires": [ [ - "5ea3c659.f0cd28" + "96af6598.d7c628" ] ] }, { - "id": "5ea3c659.f0cd28", + "id": "96af6598.d7c628", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 948.850715637207, - "y": 463.010555267334, - "z": "83799888.3d8488", + "x": 962.8715515136719, + "y": 468.00014305114746, + "z": "192759e2.8ca676", "wires": [ [ - "a7e47063.77624" + "835228c7.4ae758" ] ] }, { - "id": "a7e47063.77624", + "id": "835228c7.4ae758", "type": "set", "name": "set vlanId", "xml": "\n", "comments": "", - "x": 1096.1846237182617, - "y": 460.4718141555786, - "z": "83799888.3d8488", + "x": 1110.2054595947266, + "y": 465.4614019393921, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "3e47338e.c3ab3c", + "id": "46b5c4a7.4a507c", "type": "switchNode", "name": "switch name", "xml": "\n", "comments": "", "outputs": 1, - "x": 779.905574798584, - "y": 164.98373794555664, - "z": "83799888.3d8488", + "x": 793.9264106750488, + "y": 169.97332572937012, + "z": "192759e2.8ca676", "wires": [ [ - "69feffe1.51e2a" + "7b61097d.91aee8" ] ] }, { - "id": "69feffe1.51e2a", + "id": "7b61097d.91aee8", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 967.9056625366211, - "y": 165.98376750946045, - "z": "83799888.3d8488", + "x": 981.9264984130859, + "y": 170.97335529327393, + "z": "192759e2.8ca676", "wires": [ [ - "8d991bb4.b45f18" + "b4967d12.d0c5f" ] ] }, { - "id": "8d991bb4.b45f18", + "id": "b4967d12.d0c5f", "type": "set", "name": "set name", "xml": "\n\n", "comments": "", - "x": 1117.905912399292, - "y": 160.58384323120117, - "z": "83799888.3d8488", + "x": 1131.9267482757568, + "y": 165.57343101501465, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "9005e8e9.34f768", + "id": "7871b91.d889348", "type": "switchNode", "name": "switch ipAddress", "xml": "\n", "comments": "", "outputs": 1, - "x": 767.9058036804199, - "y": 391.38722801208496, - "z": "83799888.3d8488", + "x": 781.9266395568848, + "y": 396.37681579589844, + "z": "192759e2.8ca676", "wires": [ [ - "cf4b6fa5.dfd8b" + "e6c538ab.c14a08" ] ] }, { - "id": "cf4b6fa5.dfd8b", + "id": "e6c538ab.c14a08", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 961.9060516357422, - "y": 392.3871765136719, - "z": "83799888.3d8488", + "x": 975.926887512207, + "y": 397.37676429748535, + "z": "192759e2.8ca676", "wires": [ [ - "abac1fea.19c24" + "4bb13cc.edc5bc4" ] ] }, { - "id": "abac1fea.19c24", + "id": "4bb13cc.edc5bc4", "type": "set", "name": "set ipAddress", "xml": "\n\n", "comments": "", - "x": 1114.2399597167969, - "y": 390.84843730926514, - "z": "83799888.3d8488", + "x": 1128.2607955932617, + "y": 395.8380250930786, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "a55d2183.cf6a", + "id": "de89e87a.10da58", "type": "switchNode", "name": "switch providerIpAddress", "xml": "\n", "comments": "", "outputs": 1, - "x": 799.9059638977051, - "y": 426.387149810791, - "z": "83799888.3d8488", + "x": 813.9267997741699, + "y": 431.3767375946045, + "z": "192759e2.8ca676", "wires": [ [ - "b70a8774.407208" + "a03ed9c9.218c88" ] ] }, { - "id": "b70a8774.407208", + "id": "a03ed9c9.218c88", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 975.9062156677246, - "y": 426.387095451355, - "z": "83799888.3d8488", + "x": 989.9270515441895, + "y": 431.37668323516846, + "z": "192759e2.8ca676", "wires": [ [ - "a3935f63.e64dc" + "3a45df3c.4f62e" ] ] }, { - "id": "a3935f63.e64dc", + "id": "3a45df3c.4f62e", "type": "set", "name": "set providerIpAddress", "xml": "\n", "comments": "", - "x": 1142.2397994995117, - "y": 426.84827709198, - "z": "83799888.3d8488", + "x": 1156.2606353759766, + "y": 431.83786487579346, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "383fea5a.143066", + "id": "6d16b1ef.6edda", "type": "switchNode", "name": "switch inputBandwidth", "xml": "\n", "comments": "", "outputs": 1, - "x": 790.9057731628418, - "y": 538.3869562149048, - "z": "83799888.3d8488", + "x": 804.9266090393066, + "y": 543.3765439987183, + "z": "192759e2.8ca676", "wires": [ [ - "45b075bc.f36a3c" + "299964fe.6aa9cc" ] ] }, { - "id": "45b075bc.f36a3c", + "id": "299964fe.6aa9cc", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 967.9059715270996, - "y": 537.3870210647583, - "z": "83799888.3d8488", + "x": 981.9268074035645, + "y": 542.3766088485718, + "z": "192759e2.8ca676", "wires": [ [ - "7f4d1606.062148" + "a43497c1.d28c98" ] ] }, { - "id": "7f4d1606.062148", + "id": "a43497c1.d28c98", "type": "set", "name": "set inputBandwidth", "xml": "\n", "comments": "", - "x": 1175.2397212982178, - "y": 531.8481855392456, - "z": "83799888.3d8488", + "x": 1189.2605571746826, + "y": 536.8377733230591, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "18a75045.9bb5e", + "id": "f44a56f3.db7c08", "type": "switchNode", "name": "switch outputBandwidth", "xml": "\n", "comments": "", "outputs": 1, - "x": 796.9057731628418, - "y": 577.3869562149048, - "z": "83799888.3d8488", + "x": 810.9266090393066, + "y": 582.3765439987183, + "z": "192759e2.8ca676", "wires": [ [ - "2be3aa98.e7daa6" + "6b63ec76.cea694" ] ] }, { - "id": "2be3aa98.e7daa6", + "id": "6b63ec76.cea694", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 980.905969619751, - "y": 577.3870649337769, - "z": "83799888.3d8488", + "x": 994.9268054962158, + "y": 582.3766527175903, + "z": "192759e2.8ca676", "wires": [ [ - "7e2e3a9b.578594" + "9c582c07.4759e" ] ] }, { - "id": "7e2e3a9b.578594", + "id": "9c582c07.4759e", "type": "set", "name": "set outputBandwidth", "xml": "\n", "comments": "", - "x": 1177.2397441864014, - "y": 570.8481683731079, - "z": "83799888.3d8488", + "x": 1191.2605800628662, + "y": 575.8377561569214, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "91d20588.adacd8", + "id": "b5fed085.d4d7c", "type": "switchNode", "name": "switch description", "xml": "\n", "comments": "", "outputs": 1, - "x": 786.9057273864746, - "y": 198.387113571167, - "z": "83799888.3d8488", + "x": 800.9265632629395, + "y": 203.37670135498047, + "z": "192759e2.8ca676", "wires": [ [ - "8acddcca.d85a2" + "92449f78.32a97" ] ] }, { - "id": "8acddcca.d85a2", + "id": "92449f78.32a97", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 978.9059715270996, - "y": 199.3871431350708, - "z": "83799888.3d8488", + "x": 992.9268074035645, + "y": 204.37673091888428, + "z": "192759e2.8ca676", "wires": [ [ - "f82affc6.722b5" + "8982915c.e8181" ] ] }, { - "id": "f82affc6.722b5", + "id": "8982915c.e8181", "type": "set", "name": "set description", "xml": "\n\n", "comments": "", - "x": 1129.239974975586, - "y": 198.84835243225098, - "z": "83799888.3d8488", + "x": 1143.2608108520508, + "y": 203.83794021606445, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "a41eaf2.439f75", + "id": "8f7cd129.e628b", "type": "switchNode", "name": "switch portNumber", "xml": "\n", "comments": "", "outputs": 1, - "x": 779.2389717102051, - "y": 351.0047388076782, - "z": "83799888.3d8488", + "x": 793.2598075866699, + "y": 355.9943265914917, + "z": "192759e2.8ca676", "wires": [ [ - "9190cac8.65bcb8" + "75d70ce6.dcc884" ] ] }, { - "id": "9190cac8.65bcb8", + "id": "75d70ce6.dcc884", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 970.239143371582, - "y": 354.00476837158203, - "z": "83799888.3d8488", + "x": 984.2599792480469, + "y": 358.9943561553955, + "z": "192759e2.8ca676", "wires": [ [ - "bc0c9c4f.ffd6c" + "15c7df8.ee5e621" ] ] }, { - "id": "bc0c9c4f.ffd6c", + "id": "15c7df8.ee5e621", "type": "set", "name": "set portNumber", "xml": "\n\n", "comments": "", - "x": 1124.2394714355469, - "y": 353.6047830581665, - "z": "83799888.3d8488", + "x": 1138.2603073120117, + "y": 358.59437084198, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "49351eca.09882", + "id": "d7c2c346.bb4d6", "type": "switchNode", "name": "switch portType", "xml": "\n", "comments": "", "outputs": 1, - "x": 780.134090423584, - "y": 270.97804832458496, - "z": "83799888.3d8488", + "x": 794.1549263000488, + "y": 275.96763610839844, + "z": "192759e2.8ca676", "wires": [ [ - "9c7436d2.ff2978" + "ca83aa38.707c38" ] ] }, { - "id": "9c7436d2.ff2978", + "id": "ca83aa38.707c38", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 975.1341781616211, - "y": 270.97807788848877, - "z": "83799888.3d8488", + "x": 989.1550140380859, + "y": 275.96766567230225, + "z": "192759e2.8ca676", "wires": [ [ - "45817322.3ae1fc" + "2f419e64.d2b172" ] ] }, { - "id": "45817322.3ae1fc", + "id": "2f419e64.d2b172", "type": "set", "name": "set portType", "xml": "\n\n", "comments": "", - "x": 1122.134506225586, - "y": 271.57809257507324, - "z": "83799888.3d8488", + "x": 1136.1553421020508, + "y": 276.5676803588867, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "c9e43e20.584a3", + "id": "bc53deb3.66dc2", "type": "set", "name": "set transportnetworkName", "xml": "\n", "comments": "", - "x": 1224.0102291107178, - "y": 496.39741706848145, - "z": "83799888.3d8488", + "x": 1238.0310649871826, + "y": 501.3870048522949, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "878c2a18.4ab5f8", + "id": "2040cf67.854b5", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 1012.6763229370117, - "y": 497.93633460998535, - "z": "83799888.3d8488", + "x": 1026.6971588134766, + "y": 502.9259223937988, + "z": "192759e2.8ca676", "wires": [ [ - "c9e43e20.584a3" + "bc53deb3.66dc2" ] ] }, { - "id": "286e48cc.e48988", + "id": "e772d25.ba6eb3", "type": "switchNode", "name": "switch transportnetworkName", "xml": "\n", "comments": "", "outputs": 1, - "x": 813.6761474609375, - "y": 501.9360647201538, - "z": "83799888.3d8488", + "x": 827.6969833374023, + "y": 506.9256525039673, + "z": "192759e2.8ca676", "wires": [ [ - "878c2a18.4ab5f8" + "2040cf67.854b5" ] ] }, { - "id": "d4feaef6.6438f", + "id": "638cf29c.12828c", "type": "switchNode", "name": "switch id", "xml": "\n", "comments": "", "outputs": 1, - "x": 772.0097541809082, - "y": 132.39711570739746, - "z": "83799888.3d8488", + "x": 786.030590057373, + "y": 137.38670349121094, + "z": "192759e2.8ca676", "wires": [ [ - "c4e97c71.2edee" + "24f19492.f009fc" ] ] }, { - "id": "c4e97c71.2edee", + "id": "24f19492.f009fc", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 973.009895324707, - "y": 130.3971462249756, - "z": "83799888.3d8488", + "x": 987.0307312011719, + "y": 135.38673400878906, + "z": "192759e2.8ca676", "wires": [ [ - "fa0065d4.357e68" + "a4b229b.62831d8" ] ] }, { - "id": "fa0065d4.357e68", + "id": "a4b229b.62831d8", "type": "set", "name": "set id", "xml": "\n\n", "comments": "", - "x": 1115.0102424621582, - "y": 125.99725341796875, - "z": "83799888.3d8488", + "x": 1129.031078338623, + "y": 130.98684120178223, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "60fcaabc.ca5bf4", + "id": "2d9d0a07.21b996", "type": "switchNode", "name": "switch devicePortId", "xml": "\n", "comments": "", "outputs": 1, - "x": 782.0104598999023, - "y": 622.010443687439, - "z": "83799888.3d8488", + "x": 796.0312957763672, + "y": 627.0000314712524, + "z": "192759e2.8ca676", "wires": [ [ - "642147fe.576a98" + "88000960.246438" ] ] }, { - "id": "642147fe.576a98", + "id": "88000960.246438", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 981.0106258392334, - "y": 616.0105199813843, - "z": "83799888.3d8488", + "x": 995.0314617156982, + "y": 621.0001077651978, + "z": "192759e2.8ca676", "wires": [ [ - "fd4863f3.2dd12" + "fabf24be.4a2ae8" ] ] }, { - "id": "fd4863f3.2dd12", + "id": "fabf24be.4a2ae8", "type": "set", "name": "set devicePortId", "xml": "\n", "comments": "", - "x": 1180.3443698883057, - "y": 615.4716176986694, - "z": "83799888.3d8488", + "x": 1194.3652057647705, + "y": 620.4612054824829, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "d17b4c90.52ccd", + "id": "f4e0170c.c926f8", "type": "switchNode", "name": "switch wanPortId", "xml": "\n", "comments": "", "outputs": 1, - "x": 772.0104598999023, - "y": 658.0104455947876, - "z": "83799888.3d8488", + "x": 786.0312957763672, + "y": 663.0000333786011, + "z": "192759e2.8ca676", "wires": [ [ - "f3f82bbf.a22db8" + "6611a8d1.372738" ] ] }, { - "id": "f3f82bbf.a22db8", + "id": "6611a8d1.372738", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 983.0106239318848, - "y": 651.0105228424072, - "z": "83799888.3d8488", + "x": 997.0314598083496, + "y": 656.0001106262207, + "z": "192759e2.8ca676", "wires": [ [ - "9cec917d.42e1c" + "148c330d.e6ff2d" ] ] }, { - "id": "9cec917d.42e1c", + "id": "148c330d.e6ff2d", "type": "set", "name": "set wanPortId", "xml": "\n", "comments": "", - "x": 1180.3443698883057, - "y": 655.4716176986694, - "z": "83799888.3d8488", + "x": 1194.3652057647705, + "y": 660.4612054824829, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "e6f5b113.db834", + "id": "1bb7d8d3.393ca7", "type": "set", "name": "set apn", "xml": "\n\n", "comments": "", - "x": 1121.0000076293945, - "y": 310.01041412353516, - "z": "83799888.3d8488", + "x": 1135.0208435058594, + "y": 315.00000190734863, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "2a13a6a0.eb644a", + "id": "ec6279c6.c6c888", "type": "switchNode", "name": "switch apn", "xml": "\n", "comments": "", "outputs": 1, - "x": 770.0000076293945, - "y": 309.01041412353516, - "z": "83799888.3d8488", + "x": 784.0208435058594, + "y": 314.00000190734863, + "z": "192759e2.8ca676", "wires": [ [ - "cd547003.96af2" + "48104b80.431324" ] ] }, { - "id": "cd547003.96af2", + "id": "48104b80.431324", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 965.0000953674316, - "y": 309.01044368743896, - "z": "83799888.3d8488", + "x": 979.0209312438965, + "y": 314.00003147125244, + "z": "192759e2.8ca676", "wires": [ [ - "e6f5b113.db834" + "1bb7d8d3.393ca7" ] ] }, { - "id": "19ce9dfd.f8a2f2", + "id": "7c9c948.6f89d6c", "type": "switchNode", "name": "switch publicIP", "xml": "\n", "comments": "", "outputs": 1, - "x": 768.0000305175781, - "y": 701.0104351043701, - "z": "83799888.3d8488", + "x": 782.020866394043, + "y": 706.0000228881836, + "z": "192759e2.8ca676", "wires": [ [ - "fadc805c.91335" + "bd2c91e6.2d3bd" ] ] }, { - "id": "fadc805c.91335", + "id": "bd2c91e6.2d3bd", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 977.0002021789551, - "y": 696.010516166687, - "z": "83799888.3d8488", + "x": 991.0210380554199, + "y": 701.0001039505005, + "z": "192759e2.8ca676", "wires": [ [ - "bda8c6bd.b7ac88" + "432b35f4.5934dc" ] ] }, { - "id": "bda8c6bd.b7ac88", + "id": "432b35f4.5934dc", "type": "set", "name": "set publicIP", "xml": "\n", "comments": "", - "x": 1182.3338661193848, - "y": 694.4716167449951, - "z": "83799888.3d8488", + "x": 1196.3547019958496, + "y": 699.4612045288086, + "z": "192759e2.8ca676", "wires": [] }, { - "id": "a399cdca.37b7a", + "id": "97c178d3.f58628", "type": "switchNode", "name": "switch IPMode", "xml": "\n", "comments": "", "outputs": 1, - "x": 778.0000305175781, - "y": 742.0104360580444, - "z": "83799888.3d8488", + "x": 792.020866394043, + "y": 747.0000238418579, + "z": "192759e2.8ca676", "wires": [ [ - "728b6eda.0249c" + "12f9c78d.14c828" ] ] }, { - "id": "728b6eda.0249c", + "id": "12f9c78d.14c828", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 977.0002822875977, - "y": 741.0105991363525, - "z": "83799888.3d8488", + "x": 991.0211181640625, + "y": 746.000186920166, + "z": "192759e2.8ca676", "wires": [ [ - "43404525.61dcfc" + "6609b7c6.fc8a48" ] ] }, { - "id": "43404525.61dcfc", + "id": "6609b7c6.fc8a48", "type": "set", "name": "set IPMode", "xml": "\n", "comments": "", - "x": 1188.3339176177979, - "y": 739.471586227417, - "z": "83799888.3d8488", + "x": 1202.3547534942627, + "y": 744.4611740112305, + "z": "192759e2.8ca676", "wires": [] } ] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-activate.json b/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-activate.json index d02748ca..4e36776d 100644 --- a/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-activate.json +++ b/platform-logic/generic-resource-api/src/main/json/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-activate.json @@ -1,20 +1,20 @@ [ { - "id": "66d617ca.7974e8", + "id": "7366a05a.d05f2", "type": "dgstart", "name": "DGSTART", "outputs": 1, - "x": 166.00390625, - "y": 42.000000953674316, - "z": "487c8439.e79e0c", + "x": 188.03125, + "y": 47.000000953674316, + "z": "b6c1c029.17cd1", "wires": [ [ - "ec960184.8c747" + "e3bd5c4c.51008" ] ] }, { - "id": "ec960184.8c747", + "id": "e3bd5c4c.51008", "type": "service-logic", "name": "GENERIC-RESOURCE-API ${project.version}", "module": "GENERIC-RESOURCE-API", @@ -22,1102 +22,1117 @@ "comments": "", "xml": "", "outputs": 1, - "x": 245.28961181640625, - "y": 104.23811054229736, - "z": "487c8439.e79e0c", + "x": 267.31695556640625, + "y": 109.23811054229736, + "z": "b6c1c029.17cd1", "wires": [ [ - "b566667e.9703e8" + "1596b30b.8477dd" ] ] }, { - "id": "b566667e.9703e8", + "id": "1596b30b.8477dd", "type": "method", "name": "method sdwan-vf-operation-device-activate", "xml": "\n", "comments": "", "outputs": 1, - "x": 257.00390625, - "y": 198.58634281158447, - "z": "487c8439.e79e0c", + "x": 279.03125, + "y": 203.58634281158447, + "z": "b6c1c029.17cd1", "wires": [ [ - "48de3c23.140fd4" + "f1b88e0f.347c2" ] ] }, { - "id": "48de3c23.140fd4", + "id": "f1b88e0f.347c2", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 243.6705780029297, - "y": 383.6667146682739, - "z": "487c8439.e79e0c", + "x": 265.6979217529297, + "y": 388.6667146682739, + "z": "b6c1c029.17cd1", "wires": [ [ - "9b8b15e3.9d27d8", - "22c945bf.bff90a", - "7a7ac9c1.d1c088", - "3bb5998d.d31786", - "6b9873c1.ed3cac", - "496cf1c2.09334", - "ab75124f.85f25", - "b9df134a.f3234", - "ad243b23.84cc68", - "d63a100a.4fb85", - "fba80bcb.537e38", - "45830f23.d0369", - "d2ac70a8.01bbc", - "104a605b.c517a", - "2b5c22d1.d99c1e", - "673290e1.c0902", - "4d09bded.34c944", - "d9f0bb67.a6d688" + "bfdad516.55b728", + "c5688842.c82648", + "43050414.43a59c", + "18e2b9c5.c15ab6", + "96bc0bad.d1b6d8", + "1fac2e8e.1cd261", + "ec973dfa.2bb02", + "c8253bec.651ed8", + "6a3f667b.faa1c8", + "6e068351.b1d5ac", + "bad73f6e.5a9bd", + "c48e860.5ae0278", + "eb6bd181.9cba1", + "dcfcf0d8.7769b", + "bb4fec85.4dd7b", + "79ce744.767cc8c", + "503505b2.fa936c", + "f2facc44.32ff4" ] ] }, { - "id": "22c945bf.bff90a", + "id": "c5688842.c82648", "type": "for", "name": "for each vnf", "xml": "\n", "comments": "", "outputs": 1, - "x": 589.035270690918, - "y": 278.2691421508789, - "z": "487c8439.e79e0c", + "x": 594.0626163482666, + "y": 256.26913380622864, + "z": "b6c1c029.17cd1", "wires": [ [ - "936d4e00.f8f0f" + "30e4aafc.b14b26" ] ] }, { - "id": "9b8b15e3.9d27d8", + "id": "bfdad516.55b728", "type": "switchNode", "name": "switch vnf_length", "xml": "\n", "comments": "", "outputs": 1, - "x": 594.0039253234863, - "y": 217.0000114440918, - "z": "487c8439.e79e0c", + "x": 616.0312690734863, + "y": 222.0000114440918, + "z": "b6c1c029.17cd1", "wires": [ [ - "e59760b9.c5416" + "46627c7a.59d634" ] ] }, { - "id": "e59760b9.c5416", + "id": "46627c7a.59d634", "type": "outcome", "name": "NULL", "xml": "\n", "comments": "", "outputs": 1, - "x": 774.00390625, - "y": 216.00000095367432, - "z": "487c8439.e79e0c", + "x": 796.03125, + "y": 221.00000095367432, + "z": "b6c1c029.17cd1", "wires": [ [ - "76bc4811.c948a8" + "b77e7e6.92ec98" ] ] }, { - "id": "76bc4811.c948a8", + "id": "b77e7e6.92ec98", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n", "comments": "", - "x": 923.4326324462891, - "y": 217.14291858673096, - "z": "487c8439.e79e0c", + "x": 945.4599761962891, + "y": 222.14291858673096, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "936d4e00.f8f0f", + "id": "30e4aafc.b14b26", "type": "switchNode", "name": "switch this vnf-id == input vnf-id", "xml": " \n", "comments": "", "outputs": 1, - "x": 812.0039215087891, - "y": 279.0000071525574, - "z": "487c8439.e79e0c", + "x": 817.0312671661377, + "y": 256.9999988079071, + "z": "b6c1c029.17cd1", "wires": [ [ - "70d6072a.9e11d8" + "507916d8.8412f8" ] ] }, { - "id": "70d6072a.9e11d8", + "id": "507916d8.8412f8", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 1027.00390625, - "y": 277.0000009536743, - "z": "487c8439.e79e0c", + "x": 1032.0312519073486, + "y": 254.99999260902405, + "z": "b6c1c029.17cd1", "wires": [ [ - "ea0a9e13.79435" + "1abf62f5.2b1d9d" ] ] }, { - "id": "ea0a9e13.79435", + "id": "1abf62f5.2b1d9d", "type": "set", "name": "set vnf-index", "xml": "\n\n", "comments": "", - "x": 1191.00390625, - "y": 272.0000009536743, - "z": "487c8439.e79e0c", + "x": 1196.0312519073486, + "y": 249.99999260902405, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "7a7ac9c1.d1c088", + "id": "43050414.43a59c", "type": "switchNode", "name": "switch vf-modules.vf-module_length", "xml": "\n", "comments": "", "outputs": 1, - "x": 639.0039138793945, - "y": 349.99999141693115, - "z": "487c8439.e79e0c", + "x": 661.0312576293945, + "y": 354.99999141693115, + "z": "b6c1c029.17cd1", "wires": [ [ - "f88f2a92.99e738", - "cbbc80b7.cd82", - "d281c228.3bb21" + "e26b2607.2a2748", + "a2e81bf7.01bb98", + "41da8842.556048" ] ] }, { - "id": "cbbc80b7.cd82", + "id": "a2e81bf7.01bb98", "type": "outcome", "name": "NULL", "xml": "\n", "comments": "", "outputs": 1, - "x": 861.00390625, - "y": 384.0000009536743, - "z": "487c8439.e79e0c", + "x": 883.03125, + "y": 389.0000009536743, + "z": "b6c1c029.17cd1", "wires": [ [ - "3e09921b.36399e" + "837a0388.6ec21" ] ] }, { - "id": "f88f2a92.99e738", + "id": "e26b2607.2a2748", "type": "outcome", "name": "0", "xml": "\n", "comments": "", "outputs": 1, - "x": 866.0039024353027, - "y": 331, - "z": "487c8439.e79e0c", + "x": 888.0312461853027, + "y": 336, + "z": "b6c1c029.17cd1", "wires": [ [ - "3e09921b.36399e" + "837a0388.6ec21" ] ] }, { - "id": "3e09921b.36399e", + "id": "837a0388.6ec21", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n", "comments": "", - "x": 1024.00390625, - "y": 344.0000009536743, - "z": "487c8439.e79e0c", + "x": 1046.03125, + "y": 349.0000009536743, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "d281c228.3bb21", + "id": "41da8842.556048", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 861.00390625, - "y": 445.0000009536743, - "z": "487c8439.e79e0c", + "x": 883.03125, + "y": 450.0000009536743, + "z": "b6c1c029.17cd1", "wires": [ [ - "8e3c57a1.dadbf8" + "1f4e644a.d7030c" ] ] }, { - "id": "8c0936c1.7617c8", + "id": "7a6fd972.23f808", "type": "set", "name": "set vf-module_length", "xml": "\n\n\n", "comments": "", - "x": 1215.003921508789, - "y": 443.0000149011612, - "z": "487c8439.e79e0c", + "x": 1237.031265258789, + "y": 448.0000149011612, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "8e3c57a1.dadbf8", + "id": "1f4e644a.d7030c", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1022.0039520263672, - "y": 441.99999237060547, - "z": "487c8439.e79e0c", + "x": 1044.0312957763672, + "y": 446.99999237060547, + "z": "b6c1c029.17cd1", "wires": [ [ - "8c0936c1.7617c8", - "28692055.9016f", - "a8eb8c24.f4a0f" + "7a6fd972.23f808", + "bc92f3b3.aa654", + "67e2e66a.9bd638" ] ] }, { - "id": "28692055.9016f", + "id": "bc92f3b3.aa654", "type": "for", "name": "for each existing vf-index", "xml": "\n", "comments": "", "outputs": 1, - "x": 1234.003890991211, - "y": 495.99999141693115, - "z": "487c8439.e79e0c", + "x": 1256.031234741211, + "y": 500.99999141693115, + "z": "b6c1c029.17cd1", "wires": [ [ - "73f639ab.d244b8" + "af0c0219.f27c4" ] ] }, { - "id": "73f639ab.d244b8", + "id": "af0c0219.f27c4", "type": "switchNode", "name": "switch vf-module-id found", "xml": "\n", "comments": "", "outputs": 1, - "x": 1477.00390625, - "y": 491.0000009536743, - "z": "487c8439.e79e0c", + "x": 1499.03125, + "y": 496.0000009536743, + "z": "b6c1c029.17cd1", "wires": [ [ - "fdba254c.4c6898" + "c50413ad.70d3b" ] ] }, { - "id": "fdba254c.4c6898", + "id": "c50413ad.70d3b", "type": "outcomeTrue", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 1675.0039348602295, - "y": 478.00000762939453, - "z": "487c8439.e79e0c", + "x": 1697.0312786102295, + "y": 483.00000762939453, + "z": "b6c1c029.17cd1", "wires": [ [ - "e324ecda.ee495" + "c8462944.d3d558" ] ] }, { - "id": "e324ecda.ee495", + "id": "c8462944.d3d558", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "outputs": 1, - "x": 1827.00390625, - "y": 480.0000009536743, - "z": "487c8439.e79e0c", + "x": 1849.03125, + "y": 485.0000009536743, + "z": "b6c1c029.17cd1", "wires": [ [ - "a7ad0572.bfda18", - "1d9eaeb3.112c31", - "96aaf259.9b5e1" + "e39cc1dd.da5e8", + "3673863c.1c835a", + "ccfc5c32.59e5f" ] ] }, { - "id": "a7ad0572.bfda18", + "id": "e39cc1dd.da5e8", "type": "set", "name": "set tmp.vidx and ctx.vf-module-data", "xml": "\n\n\n", "comments": "", - "x": 2076.004005432129, - "y": 474.0000033378601, - "z": "487c8439.e79e0c", + "x": 2102.0314903259277, + "y": 413.0000123977661, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "1d9eaeb3.112c31", + "id": "3673863c.1c835a", "type": "set", "name": "set vf-module-request-input.", "xml": "\n\n\n", "comments": "", - "x": 2065.004005432129, - "y": 525.000036239624, - "z": "487c8439.e79e0c", + "x": 2086.0313682556152, + "y": 474.0000581741333, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "96aaf259.9b5e1", + "id": "ccfc5c32.59e5f", "type": "call", "name": "call sdwan-get-vf-module-device-param", "xml": "\n", "comments": "", "outputs": 1, - "x": 2096.0042114257812, - "y": 572.0000371932983, - "z": "487c8439.e79e0c", + "x": 2118.0315475463867, + "y": 531.0000734329224, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "6b9873c1.ed3cac", - "type": "record", - "name": "record", - "xml": "\n\n\n\n\n\n\n\n\n", - "comments": "", - "outputs": 1, - "x": 554.0039806365967, - "y": 576.0000066757202, - "z": "487c8439.e79e0c", - "wires": [ - [] - ] - }, - { - "id": "3bb5998d.d31786", + "id": "18e2b9c5.c15ab6", "type": "switchNode", "name": "switch tmp.vidx ", "xml": "\n\n", "comments": "", "outputs": 1, - "x": 578.0351257324219, - "y": 523.016074180603, - "z": "487c8439.e79e0c", + "x": 598.0624961853027, + "y": 489.0160655975342, + "z": "b6c1c029.17cd1", "wires": [ [ - "68156871.093ed8" + "8c2388b0.edeb08" ] ] }, { - "id": "68156871.093ed8", + "id": "8c2388b0.edeb08", "type": "outcome", "name": "NULL", "xml": "\n", "comments": "", "outputs": 1, - "x": 725.4637680053711, - "y": 522.5874843597412, - "z": "487c8439.e79e0c", + "x": 745.491138458252, + "y": 488.58747577667236, + "z": "b6c1c029.17cd1", "wires": [ [ - "749cf44f.03bbfc" + "9db89e13.5611a" ] ] }, { - "id": "749cf44f.03bbfc", + "id": "9db89e13.5611a", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n", "comments": "", - "x": 874.8924942016602, - "y": 523.7304019927979, - "z": "487c8439.e79e0c", + "x": 894.919864654541, + "y": 489.730393409729, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "b9df134a.f3234", + "id": "ec973dfa.2bb02", "type": "execute", "name": "execute Properties", "xml": "\n \n \n", "comments": "", "outputs": 1, - "x": 585.0351448059082, - "y": 625.0160593986511, - "z": "487c8439.e79e0c", + "x": 603.0625228881836, + "y": 535.016065120697, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "fa016c6e.8bda5", + "id": "c738eb6c.67a768", "type": "comment", "name": "make sure this VNF doesn't exist already", "info": "", "comments": "", - "x": 1307.4205932617188, - "y": 1212.2502059936523, - "z": "487c8439.e79e0c", + "x": 1343.4479675292969, + "y": 984.2502048015594, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "2b5c22d1.d99c1e", + "id": "eb6bd181.9cba1", "type": "execute", "name": "execute RestApiCallNode Create Devcie Instance", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 673.0080718994141, - "y": 1216.424148797989, - "z": "487c8439.e79e0c", + "x": 692.0354614257812, + "y": 990.4241485595703, + "z": "b6c1c029.17cd1", "wires": [ [ - "9ca787d1.dfba38", - "a187483b.9fc538" + "5fa43c53.6045a4", + "6960119.9f640f" ] ] }, { - "id": "69b97572.5eed5c", + "id": "faa94bad.fa2558", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "comments": "", "outputs": 1, - "x": 1074.6745147705078, - "y": 1186.3128004074097, - "z": "487c8439.e79e0c", + "x": 1110.701889038086, + "y": 958.3127992153168, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "d59ec52f.21c8f8", + "id": "706df2c3.ee526c", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n", "comments": "", - "x": 1076.1190948486328, - "y": 1236.868332862854, - "z": "487c8439.e79e0c", + "x": 1112.146469116211, + "y": 1008.8683316707611, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "a187483b.9fc538", + "id": "6960119.9f640f", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 923.1189384460449, - "y": 1239.8682870864868, - "z": "487c8439.e79e0c", + "x": 959.146312713623, + "y": 1011.8682858943939, + "z": "b6c1c029.17cd1", "wires": [ [ - "d59ec52f.21c8f8" + "706df2c3.ee526c" ] ] }, { - "id": "9ca787d1.dfba38", + "id": "5fa43c53.6045a4", "type": "success", "name": "success", "xml": "\n", "comments": "", "outputs": 1, - "x": 922.5634536743164, - "y": 1183.5349988937378, - "z": "487c8439.e79e0c", + "x": 958.5908279418945, + "y": 955.5349977016449, + "z": "b6c1c029.17cd1", "wires": [ [ - "69b97572.5eed5c" + "faa94bad.fa2558" ] ] }, { - "id": "104a605b.c517a", - "type": "call", - "name": "call sdwan-get-tenant-auth", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 590.0001373291016, - "y": 1160.5913829803467, - "z": "487c8439.e79e0c", - "wires": [ - [] - ] - }, - { - "id": "ab75124f.85f25", + "id": "1fac2e8e.1cd261", "type": "returnSuccess", "name": "return success", "xml": "\n\n\n\n", "comments": "", - "x": 552.0041103363037, - "y": 1641.5002851486206, - "z": "487c8439.e79e0c", + "x": 588.0314846038818, + "y": 1413.5002839565277, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "496cf1c2.09334", + "id": "96bc0bad.d1b6d8", "type": "set", "name": "copy input data to service data", "xml": "\n\n\n\n\n", "comments": "", - "x": 597.3373680114746, - "y": 1531.8336429595947, - "z": "487c8439.e79e0c", + "x": 633.3647422790527, + "y": 1303.8336417675018, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "5763663a.274778", + "id": "503505b2.fa936c", "type": "save", "name": "update deviceInstance configuration in AAI", - "xml": "\n\n\n\n", + "xml": "\n\n\n", "comments": "", "outputs": 1, - "x": 632.6708755493164, - "y": 1584.722743988037, - "z": "487c8439.e79e0c", + "x": 680.6982574462891, + "y": 1352.723069190979, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "fba80bcb.537e38", + "id": "6e068351.b1d5ac", "type": "set", "name": "set deviceId to service data", "xml": "\n\n\n", "comments": "", - "x": 593.6709938049316, - "y": 1315.7538223266602, - "z": "487c8439.e79e0c", + "x": 629.6983680725098, + "y": 1087.7538211345673, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "ad243b23.84cc68", + "id": "c8253bec.651ed8", "type": "set", "name": "set vf-module-object-path", "xml": "\n\n\n\n", "comments": "", - "x": 576.0041046142578, - "y": 1474.2504119873047, - "z": "487c8439.e79e0c", + "x": 612.0314788818359, + "y": 1246.2504107952118, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "d9f0bb67.a6d688", + "id": "79ce744.767cc8c", "type": "get-resource", "name": "get-resource esr-thirdparty-sdnc", "xml": "\n\n", "comments": "", "outputs": 1, - "x": 620.0086822509766, - "y": 725.8936567306519, - "z": "487c8439.e79e0c", + "x": 634.0360374450684, + "y": 583.8936786651611, + "z": "b6c1c029.17cd1", "wires": [ [ - "24c130a1.06544", - "1c6d2fc3.9d47f", - "d711f941.efb278" + "27c395d1.cc99aa", + "a15c5f02.651f", + "8a9a7c18.8150d" ] ] }, { - "id": "24c130a1.06544", + "id": "27c395d1.cc99aa", "type": "success", "name": "success", "xml": "\n", "comments": "", "outputs": 1, - "x": 865.008659362793, - "y": 668.8936103284359, - "z": "487c8439.e79e0c", + "x": 856.0360660552979, + "y": 542.8936786651611, + "z": "b6c1c029.17cd1", "wires": [ [ - "e6538e05.e2e95" + "fcc107ae.11a1d8" ] ] }, { - "id": "1c6d2fc3.9d47f", + "id": "a15c5f02.651f", "type": "not-found", "name": "not-found", "xml": "\n", "comments": "", "outputs": 1, - "x": 868.499626159668, - "y": 716.4676459729671, - "z": "487c8439.e79e0c", + "x": 859.5270328521729, + "y": 590.4677143096924, + "z": "b6c1c029.17cd1", "wires": [ [ - "8c8ed57c.0ce668" + "a0280dad.4672" ] ] }, { - "id": "d711f941.efb278", + "id": "8a9a7c18.8150d", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 863.832633972168, - "y": 757.8009589612484, - "z": "487c8439.e79e0c", + "x": 854.8600406646729, + "y": 631.8010272979736, + "z": "b6c1c029.17cd1", "wires": [ [ - "37c7dcba.fd9d34" + "59e30e0a.ba719" ] ] }, { - "id": "e6538e05.e2e95", + "id": "fcc107ae.11a1d8", "type": "set", "name": "set controller data", "xml": "\n\n\n\n", "comments": "", - "x": 1062.5087203979492, - "y": 656.8936103284359, - "z": "487c8439.e79e0c", + "x": 1053.536127090454, + "y": 530.8936786651611, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "8c8ed57c.0ce668", + "id": "a0280dad.4672", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n\t\n\t\n \n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 628.008659362793, - "y": 833.893609046936, - "z": "487c8439.e79e0c", + "x": 634.0360565185547, + "y": 691.8935861587524, + "z": "b6c1c029.17cd1", "wires": [ [ - "68b0f825.949708", - "3ec68637.c0dbea" + "e3fdea02.bef5f8", + "510fc414.2ace1c" ] ] }, { - "id": "68b0f825.949708", + "id": "e3fdea02.bef5f8", "type": "success", "name": "success", "xml": "\n", "comments": "", "outputs": 1, - "x": 867.008731842041, - "y": 811.8936405181885, - "z": "487c8439.e79e0c", + "x": 873.0361289978027, + "y": 669.8936176300049, + "z": "b6c1c029.17cd1", "wires": [ [ - "ea7ef978.26d9b8" + "59b687d7.302ac8" ] ] }, { - "id": "3ec68637.c0dbea", + "id": "510fc414.2ace1c", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 859.258731842041, - "y": 865.5365238189697, - "z": "487c8439.e79e0c", + "x": 865.2861289978027, + "y": 723.5365009307861, + "z": "b6c1c029.17cd1", "wires": [ [ - "6b38fd7f.9697a4" + "7a4deae6.6f0ce4" ] ] }, { - "id": "ea7ef978.26d9b8", + "id": "59b687d7.302ac8", "type": "set", "name": "set token-id", "xml": "\n\n", "comments": "", - "x": 1017.008659362793, - "y": 812.893609046936, - "z": "487c8439.e79e0c", + "x": 1023.0360565185547, + "y": 670.8935861587524, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "6b38fd7f.9697a4", + "id": "7a4deae6.6f0ce4", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n", "comments": "", - "x": 1012.008731842041, - "y": 865.286584854126, - "z": "487c8439.e79e0c", + "x": 1018.0361289978027, + "y": 723.2865619659424, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "d2ac70a8.01bbc", + "id": "c48e860.5ae0278", "type": "block", "name": "block : atomic", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 549.7587051391602, - "y": 1079.8937320709229, - "z": "487c8439.e79e0c", + "x": 573.7860565185547, + "y": 900.8937749862671, + "z": "b6c1c029.17cd1", "wires": [ [ - "c50d0af9.6eaaa8" + "bc9e7395.79f5e" ] ] }, { - "id": "c50d0af9.6eaaa8", + "id": "bc9e7395.79f5e", "type": "execute", "name": "execute RestApiCallNode Create network orchestration", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 868.2587966918945, - "y": 1082.8938932418823, - "z": "487c8439.e79e0c", + "x": 892.2861480712891, + "y": 903.8939361572266, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "673290e1.c0902", + "id": "dcfcf0d8.7769b", "type": "get-resource", "name": "get-resource service-subscription", "xml": "\n", "comments": "", "outputs": 1, - "x": 604.0802001953125, - "y": 984.5722246170044, - "z": "487c8439.e79e0c", + "x": 628.107551574707, + "y": 805.5722675323486, + "z": "b6c1c029.17cd1", "wires": [ [ - "3dede820.fe1e48", - "221b4119.4d74ce" + "1d2a1174.f60a5f", + "af67f570.499af8" ] ] }, { - "id": "a417e40c.ac4638", + "id": "14d246ea.4d18f9", "type": "switchNode", "name": "switch temp-ub-sub-account-id", "xml": "\n", "comments": "", "outputs": 1, - "x": 1016.0802917480469, - "y": 949.3223056793213, - "z": "487c8439.e79e0c", + "x": 1040.1076431274414, + "y": 770.3223485946655, + "z": "b6c1c029.17cd1", "wires": [ [ - "d1aef225.461ff", - "30bdca8a.d90ec6" + "a01e54d0.c0ef88", + "8e84ac75.03435" ] ] }, { - "id": "d1aef225.461ff", + "id": "a01e54d0.c0ef88", "type": "outcome", "name": "NULL", "xml": "", "comments": "", "outputs": 1, - "x": 1208.794750213623, - "y": 923.322338104248, - "z": "487c8439.e79e0c", + "x": 1232.8221015930176, + "y": 744.3223810195923, + "z": "b6c1c029.17cd1", "wires": [ [ - "b031c826.3fa048" + "5b46bfcb.e107" ] ] }, { - "id": "30bdca8a.d90ec6", + "id": "8e84ac75.03435", "type": "other", "name": "Other", "xml": "", "comments": "", "outputs": 1, - "x": 1209.080307006836, - "y": 978.3223094940186, - "z": "487c8439.e79e0c", + "x": 1233.1076583862305, + "y": 799.3223524093628, + "z": "b6c1c029.17cd1", "wires": [ [ - "85a88d68.7da4e" + "f1e78a9c.989338" ] ] }, { - "id": "927bbae7.3f69d8", + "id": "305c6a3e.5caf76", "type": "set", "name": "set prop.tenant-id", "xml": "\n\n", "comments": "", - "x": 1456.5088996887207, - "y": 1063.4651098251343, - "z": "487c8439.e79e0c", + "x": 1480.5362510681152, + "y": 884.4651527404785, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "b031c826.3fa048", + "id": "5b46bfcb.e107", "type": "block", "name": "block : atomic", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1348.2586479187012, - "y": 923.6436066627502, - "z": "487c8439.e79e0c", + "x": 1372.2859992980957, + "y": 744.6436495780945, + "z": "b6c1c029.17cd1", "wires": [ [ - "e230776c.5a9d58", - "3aed4c7a.4aaa14", - "be32cece.2100a", - "e41ff38c.c7009", - "93c1362e.aa2c78", - "a9cddfc0.c31fc", - "7328f02d.f9128" + "e65ad869.b6a738", + "33daccfa.fa4ad4", + "a292b1f1.50e1", + "89d28fc6.070cc", + "5b1692a.ed07e6c", + "628cc8d7.dc94c8", + "306fdb54.fea144" ] ] }, { - "id": "e41ff38c.c7009", + "id": "89d28fc6.070cc", "type": "set", "name": "set prop.customer-id", "xml": "\n\n", "comments": "", - "x": 1559.901756286621, - "y": 734.2151670455933, - "z": "487c8439.e79e0c", + "x": 1583.9291076660156, + "y": 555.2152099609375, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "e230776c.5a9d58", + "id": "e65ad869.b6a738", "type": "execute", "name": "execute RestApiCallNode Create tenant", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1618.9015731811523, - "y": 864.7864580154419, - "z": "487c8439.e79e0c", + "x": 1642.9289245605469, + "y": 685.7865009307861, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "3aed4c7a.4aaa14", + "id": "33daccfa.fa4ad4", "type": "set", "name": "set prop.tenant-id", "xml": "\n\n", "comments": "", - "x": 1561.7588653564453, - "y": 962.6436986923218, - "z": "487c8439.e79e0c", + "x": 1585.7862167358398, + "y": 783.643741607666, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "be32cece.2100a", + "id": "a292b1f1.50e1", "type": "execute", "name": "execute RestApiCallNode Create tenant auth", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1637.2588348388672, - "y": 1013.3937277793884, - "z": "487c8439.e79e0c", + "x": 1661.2861862182617, + "y": 834.3937706947327, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "93c1362e.aa2c78", + "id": "5b1692a.ed07e6c", "type": "get-resource", "name": "update-resource customer-id in service-subscription", "xml": "\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1660.1873016357422, - "y": 915.7865858078003, - "z": "487c8439.e79e0c", + "x": 1684.2146530151367, + "y": 736.7866287231445, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "3dede820.fe1e48", + "id": "1d2a1174.f60a5f", "type": "success", "name": "success", "xml": "\n", "comments": "", "outputs": 1, - "x": 814.5800628662109, - "y": 957.3182830810547, - "z": "487c8439.e79e0c", + "x": 838.6074142456055, + "y": 778.3183259963989, + "z": "b6c1c029.17cd1", "wires": [ [ - "a417e40c.ac4638" + "14d246ea.4d18f9" ] ] }, { - "id": "221b4119.4d74ce", + "id": "af67f570.499af8", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 808.2586517333984, - "y": 1009.5325946807861, - "z": "487c8439.e79e0c", + "x": 832.286003112793, + "y": 830.5326375961304, + "z": "b6c1c029.17cd1", "wires": [ [ - "13b27219.75f72e" + "10c51d46.007b83" ] ] }, { - "id": "13b27219.75f72e", + "id": "10c51d46.007b83", "type": "returnFailure", "name": "return failure", "xml": "\n\t\n\t\n \n", "comments": "", - "x": 961.0086517333984, - "y": 1009.2826557159424, - "z": "487c8439.e79e0c", + "x": 985.036003112793, + "y": 830.2826986312866, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "85a88d68.7da4e", + "id": "f1e78a9c.989338", "type": "block", "name": "block : atomic", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1267.7310638427734, - "y": 1061.4693012237549, - "z": "487c8439.e79e0c", + "x": 1291.758415222168, + "y": 882.4693441390991, + "z": "b6c1c029.17cd1", "wires": [ [ - "927bbae7.3f69d8", - "cc5300b4.c716d" + "305c6a3e.5caf76", + "f8f4d633.b36da8" ] ] }, { - "id": "cc5300b4.c716d", + "id": "f8f4d633.b36da8", "type": "execute", "name": "execute RestApiCallNode Create tenant auth", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1539.1596603393555, - "y": 1110.0407037734985, - "z": "487c8439.e79e0c", + "x": 1563.18701171875, + "y": 931.0407466888428, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "a9cddfc0.c31fc", + "id": "628cc8d7.dc94c8", "type": "set", "name": "set prop.userAccount", "xml": "\n\n", "comments": "", - "x": 1571.008659362793, - "y": 816.889702796936, - "z": "487c8439.e79e0c", + "x": 1595.0360107421875, + "y": 637.8897457122803, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "7328f02d.f9128", + "id": "306fdb54.fea144", "type": "execute", "name": "execute concat customer-id and @test.com", "xml": "\n \n \n \n\n\n", "comments": "", "outputs": 1, - "x": 1635.0125350952148, - "y": 775.8936452865601, - "z": "487c8439.e79e0c", + "x": 1659.0398864746094, + "y": 596.8936882019043, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "a8eb8c24.f4a0f", + "id": "67e2e66a.9bd638", "type": "record", "name": "record", "xml": "\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1182.3333740234375, - "y": 378, - "z": "487c8439.e79e0c", + "x": 1204.3607177734375, + "y": 383, + "z": "b6c1c029.17cd1", "wires": [ [] ] }, { - "id": "d63a100a.4fb85", + "id": "6a3f667b.faa1c8", "type": "set", "name": "set vf-module-level-oper-status", "xml": "\n\n\n\n", "comments": "", - "x": 597.0001373291016, - "y": 1410.3333740234375, - "z": "487c8439.e79e0c", + "x": 633.0275115966797, + "y": 1182.3333728313446, + "z": "b6c1c029.17cd1", "wires": [] }, { - "id": "45830f23.d0369", + "id": "bad73f6e.5a9bd", "type": "set", "name": "increment param length", "xml": "\n\n", "comments": "", - "x": 580.0000553131104, - "y": 1360.0000801086426, - "z": "487c8439.e79e0c", + "x": 616.0274295806885, + "y": 1132.0000789165497, + "z": "b6c1c029.17cd1", + "wires": [] + }, + { + "id": "f2facc44.32ff4", + "type": "switchNode", + "name": "switch vnf-index", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 605.0520858764648, + "y": 301.0312559604645, + "z": "b6c1c029.17cd1", + "wires": [ + [ + "4089ca12.07b054" + ] + ] + }, + { + "id": "4089ca12.07b054", + "type": "other", + "name": "Null", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 767.052131652832, + "y": 300.03125500679016, + "z": "b6c1c029.17cd1", + "wires": [ + [ + "3c7c191c.e210a6" + ] + ] + }, + { + "id": "3c7c191c.e210a6", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\t\n\t\n \n", + "comments": "", + "x": 916.3022232055664, + "y": 297.80913281440735, + "z": "b6c1c029.17cd1", "wires": [] } ] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vf-module-input.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vf-module-input.xml old mode 100755 new mode 100644 index 82bf08ed..f21ff996 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vf-module-input.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vf-module-input.xml @@ -48,15 +48,6 @@ - - - - - - - - - diff --git a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-tenant-auth.xml b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-tenant-auth.xml index 2fc01cf8..491efeff 100644 --- a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-tenant-auth.xml +++ b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-tenant-auth.xml @@ -5,7 +5,7 @@ @@ -34,7 +34,7 @@ - + diff --git a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-wan-param.xml b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-wan-param.xml index e42b3bda..30d7116b 100644 --- a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-wan-param.xml +++ b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-get-wan-param.xml @@ -3,7 +3,7 @@ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'> - + diff --git a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-activate.xml b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-activate.xml index 3e57bbcf..4bd38211 100644 --- a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-activate.xml +++ b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-activate.xml @@ -21,6 +21,15 @@ + + + + + + + + + @@ -75,13 +84,6 @@ - - - - - - - @@ -244,7 +246,6 @@ - @@ -306,6 +307,11 @@ + + + + diff --git a/platform-logic/lcm/src/main/json/LCM_rollback.json b/platform-logic/lcm/src/main/json/LCM_rollback.json index 96adf3f4..108d0156 100644 --- a/platform-logic/lcm/src/main/json/LCM_rollback.json +++ b/platform-logic/lcm/src/main/json/LCM_rollback.json @@ -1,22 +1,22 @@ [ { - "id": "367cac6c.e28ad4", + "id": "603c1b6d.6124c4", "type": "method", "name": "rollback", "xml": "\n", "comments": "", "outputs": 1, - "x": 606, - "y": 73, - "z": "6f1e5235.30d27c", + "x": 577, + "y": 47, + "z": "deca6c6e.62787", "wires": [ [ - "397a12a.10f34ee" + "8f078f23.03658" ] ] }, { - "id": "b7a7c5dd.d286a8", + "id": "88cbe26c.f2c83", "type": "service-logic", "name": "LCM ${project.version}", "module": "LCM", @@ -24,679 +24,949 @@ "comments": "", "xml": "", "outputs": 1, - "x": 393.99993896484375, - "y": 74, - "z": "6f1e5235.30d27c", + "x": 364.99993896484375, + "y": 48, + "z": "deca6c6e.62787", "wires": [ [ - "367cac6c.e28ad4" + "603c1b6d.6124c4" ] ] }, { - "id": "2749994d.fe16d6", + "id": "76631d3d.b2bda4", "type": "execute", "name": "execute AnsibleA.reqExec", "xml": "\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 461.00001525878906, - "y": 681, - "z": "6f1e5235.30d27c", + "x": 432.00001525878906, + "y": 655, + "z": "deca6c6e.62787", "wires": [ [ - "d80c72ca.e0d3b", - "3b639a7b.0ca876", - "f4b3d5c4.d9b698" + "86dfcb26.6ad318", + "ace54675.d37718", + "bac4c91b.f07a18" ] ] }, { - "id": "3f74fb5f.f66a64", + "id": "4b37ff5.334c5", "type": "switchNode", "name": "switch", "xml": "\n", "comments": "", "outputs": 1, - "x": 860.9999389648438, - "y": 789.0000305175781, - "z": "6f1e5235.30d27c", + "x": 831.9999389648438, + "y": 763.0000305175781, + "z": "deca6c6e.62787", "wires": [ [ - "5e7ae3c.af98c1c", - "80745976.4dae58", - "2d735711.50c158" + "9a0bf3d2.1d44f", + "2ee77d61.9094f2", + "c9baa5a1.b1a3e8" ] ] }, { - "id": "5e7ae3c.af98c1c", + "id": "9a0bf3d2.1d44f", "type": "other", "name": "outcome 500", "xml": "\n", "comments": "", "outputs": 1, - "x": 1005.9999389648438, - "y": 787.0000381469727, - "z": "6f1e5235.30d27c", + "x": 976.9999389648438, + "y": 761.0000381469727, + "z": "deca6c6e.62787", "wires": [ [ - "c157f020.8fa16" + "c81014d9.4af6a8" ] ] }, { - "id": "80745976.4dae58", + "id": "2ee77d61.9094f2", "type": "other", "name": "outcome 100", "xml": "\n", "comments": "", "outputs": 1, - "x": 1002.9999389648438, - "y": 844.0000305175781, - "z": "6f1e5235.30d27c", + "x": 973.9999389648438, + "y": 818.0000305175781, + "z": "deca6c6e.62787", "wires": [ [ - "8633c607.bab378" + "b8c25e18.a4534" ] ] }, { - "id": "8633c607.bab378", + "id": "b8c25e18.a4534", "type": "execute", "name": "execute reqExecResult", "xml": "\n \n\t\n\t\n\t\n\t\n\t\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1190.9999389648438, - "y": 843.0000305175781, - "z": "6f1e5235.30d27c", + "x": 1161, + "y": 818.0000610351562, + "z": "deca6c6e.62787", "wires": [ [ - "7d406d3c.e2a7a4", - "c98b9933.a78a78" + "9fd8cd6c.24d13", + "f0a35f4d.9195a" ] ] }, { - "id": "3b639a7b.0ca876", + "id": "ace54675.d37718", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 719.9999389648438, - "y": 702.0000915527344, - "z": "6f1e5235.30d27c", + "x": 690.9999389648438, + "y": 676.0000915527344, + "z": "deca6c6e.62787", "wires": [ [ - "c157f020.8fa16" + "c81014d9.4af6a8" ] ] }, { - "id": "d80c72ca.e0d3b", + "id": "86dfcb26.6ad318", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 721.9999389648438, - "y": 754.0000610351562, - "z": "6f1e5235.30d27c", + "x": 692.9999389648438, + "y": 728.0000610351562, + "z": "deca6c6e.62787", "wires": [ [ - "3f74fb5f.f66a64" + "4b37ff5.334c5" ] ] }, { - "id": "7d406d3c.e2a7a4", - "type": "failure", - "name": "failure", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1359.9999389648438, - "y": 801.0000381469727, - "z": "6f1e5235.30d27c", - "wires": [ - [ - "c157f020.8fa16" - ] - ] - }, - { - "id": "2d735711.50c158", + "id": "c9baa5a1.b1a3e8", "type": "other", "name": "outcome 101", "xml": "\n", "comments": "", "outputs": 1, - "x": 1002.9999389648438, - "y": 745.0000686645508, - "z": "6f1e5235.30d27c", + "x": 973.9999389648438, + "y": 719.0000686645508, + "z": "deca6c6e.62787", "wires": [ [ - "c157f020.8fa16" + "c81014d9.4af6a8" ] ] }, { - "id": "c98b9933.a78a78", - "type": "success", - "name": "success", - "xml": "\n", - "comments": "", - "outputs": 1, - "x": 1367.9998779296875, - "y": 849.0001220703125, - "z": "6f1e5235.30d27c", - "wires": [ - [ - "5b424098.08bd5" - ] - ] - }, - { - "id": "4e1d4556.7dd52c", + "id": "8024a972.fa79a8", "type": "returnSuccess", "name": "return success", "xml": "\n\n", "comments": "", - "x": 1661.9998779296875, - "y": 906.0000610351562, - "z": "6f1e5235.30d27c", + "x": 2413.999755859375, + "y": 948.0000610351562, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "d900eabd.53e918", + "id": "9e6a1fde.3d38e", "type": "dgstart", "name": "DGSTART", "outputs": 1, - "x": 209, - "y": 73, - "z": "6f1e5235.30d27c", + "x": 180, + "y": 47, + "z": "deca6c6e.62787", "wires": [ [ - "b7a7c5dd.d286a8" + "88cbe26c.f2c83" ] ] }, { - "id": "397a12a.10f34ee", + "id": "8f078f23.03658", "type": "block", "name": "block : atomic", "xml": "", "atomic": "true", "comments": "", "outputs": 1, - "x": 206.9166259765625, - "y": 165.08331298828125, - "z": "6f1e5235.30d27c", + "x": 177.9166259765625, + "y": 139.08331298828125, + "z": "deca6c6e.62787", "wires": [ [ - "2749994d.fe16d6", - "73725554.5774bc", - "8603ce63.b7c47", - "9a79bc82.279ce", - "cc7baeb9.6a3dc", - "b9b832a7.ed87d", - "16e37417.d2c8bc", - "763cfac9.48a8a4" + "76631d3d.b2bda4", + "18f99414.0f1f5c", + "e9a0ae4a.a010c", + "720dbe92.a2daf", + "90d2eba5.bddd78", + "e456084e.3d1b28", + "abd53cca.80312", + "86b92780.e4fd18" ] ] }, { - "id": "73725554.5774bc", + "id": "18f99414.0f1f5c", "type": "execute", "name": "execute Properties", "xml": "\n \n \n", "comments": "", "outputs": 1, - "x": 505.0000305175781, - "y": 198.08334350585938, - "z": "6f1e5235.30d27c", + "x": 476.0000305175781, + "y": 172.08334350585938, + "z": "deca6c6e.62787", "wires": [ [] ] }, { - "id": "c9d7b572.9b1b08", + "id": "dd58ea95.701bc8", "type": "execute", "name": "execute DmaapMsg", "xml": "\n \n \n \n \n \n \n \n \n", "comments": "", "outputs": 1, - "x": 1671.9998779296875, - "y": 651.0834045410156, - "z": "6f1e5235.30d27c", + "x": 1642.9998779296875, + "y": 625.0834045410156, + "z": "deca6c6e.62787", "wires": [ [ - "18a85145.032faf" + "79c12f79.46a5" ] ] }, { - "id": "18a85145.032faf", + "id": "79c12f79.46a5", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 1841.9998168945312, - "y": 650.0834045410156, - "z": "6f1e5235.30d27c", + "x": 1812.9998168945312, + "y": 624.0834045410156, + "z": "deca6c6e.62787", "wires": [ [ - "1f387472.1096ac" + "69422560.e902dc" ] ] }, { - "id": "c157f020.8fa16", + "id": "c81014d9.4af6a8", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1474.9998168945312, - "y": 675.0834045410156, - "z": "6f1e5235.30d27c", + "x": 1445.9998168945312, + "y": 649.0834045410156, + "z": "deca6c6e.62787", "wires": [ [ - "c9d7b572.9b1b08", - "b8d2a948.9f6268", - "9c77e950.a59098" + "dd58ea95.701bc8", + "5a6746.ee1428bc", + "3c47a348.5e546c" ] ] }, { - "id": "246949fc.089f56", + "id": "12844f47.97d421", "type": "execute", "name": "execute DmaapMsg", "xml": "\n \n \n \n \n \n \n \n \n", "comments": "", "outputs": 1, - "x": 1672.4998779296875, - "y": 856.0833740234375, - "z": "6f1e5235.30d27c", + "x": 1690.4998779296875, + "y": 924.0833740234375, + "z": "deca6c6e.62787", "wires": [ [ - "3c6c9ce.ec3e364" + "cbef2423.2a36b8" ] ] }, { - "id": "3c6c9ce.ec3e364", + "id": "cbef2423.2a36b8", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 1840.4998779296875, - "y": 856.0833740234375, - "z": "6f1e5235.30d27c", + "x": 1877.5, + "y": 924.0833740234375, + "z": "deca6c6e.62787", "wires": [ [ - "8c845e57.511d" + "9fd0c5ed.f195b8" ] ] }, { - "id": "1f387472.1096ac", + "id": "69422560.e902dc", "type": "record", "name": "record", "xml": " \n\t \n\t", "comments": "", "outputs": 1, - "x": 1961.9998779296875, - "y": 649.0833740234375, - "z": "6f1e5235.30d27c", + "x": 1932.9998779296875, + "y": 623.0833740234375, + "z": "deca6c6e.62787", "wires": [ [] ] }, { - "id": "b8d2a948.9f6268", + "id": "5a6746.ee1428bc", "type": "returnFailure", "name": "return failure", "xml": "\n\n\n", "comments": "", - "x": 1653.91650390625, - "y": 702.0834045410156, - "z": "6f1e5235.30d27c", + "x": 1624.91650390625, + "y": 676.0834045410156, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "8c845e57.511d", + "id": "9fd0c5ed.f195b8", "type": "record", "name": "record", "xml": " \n\t \n\t", "comments": "", "outputs": 1, - "x": 1968.9166259765625, - "y": 856.0833740234375, - "z": "6f1e5235.30d27c", + "x": 2019.91650390625, + "y": 924.0833740234375, + "z": "deca6c6e.62787", "wires": [ [] ] }, { - "id": "9c77e950.a59098", + "id": "3c47a348.5e546c", "type": "set", "name": "set DmaapReq", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", - "x": 1658.9998779296875, - "y": 598.0833740234375, - "z": "6f1e5235.30d27c", + "x": 1629.9998779296875, + "y": 572.0833740234375, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "5b424098.08bd5", + "id": "542925f0.27fbdc", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1495.9998779296875, - "y": 850.0833740234375, - "z": "6f1e5235.30d27c", + "x": 1482.9998779296875, + "y": 821.0833740234375, + "z": "deca6c6e.62787", "wires": [ [ - "246949fc.089f56", - "4d96ab15.f92c04", - "4e1d4556.7dd52c" + "12844f47.97d421", + "e3737dc2.9a3b6", + "764a748a.61b14c", + "9775ae82.61b25", + "9a61d7f0.2347b8" ] ] }, { - "id": "4d96ab15.f92c04", + "id": "63386817.4a7cc8", "type": "set", "name": "set DmaapReq", - "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", + "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", - "x": 1662.1666259765625, - "y": 801.0833740234375, - "z": "6f1e5235.30d27c", + "x": 2042.16650390625, + "y": 827.0833740234375, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "f4b3d5c4.d9b698", + "id": "bac4c91b.f07a18", "type": "not-found", "name": "not-found", "xml": "\n", "comments": "", "outputs": 1, - "x": 728.9999389648438, - "y": 654.0000610351562, - "z": "6f1e5235.30d27c", + "x": 699.9999389648438, + "y": 628.0000610351562, + "z": "deca6c6e.62787", "wires": [ [ - "9b946286.c1fc1" + "2763f6ed.1a7e1a" ] ] }, { - "id": "2c09132b.2c598c", + "id": "eb87e665.0acf88", "type": "set", "name": "set Defaults", "xml": "\n\n\n", "comments": "", - "x": 1019.9999389648438, - "y": 613, - "z": "6f1e5235.30d27c", + "x": 990.9999389648438, + "y": 587, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "9b946286.c1fc1", + "id": "2763f6ed.1a7e1a", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 865.9999389648438, - "y": 648.0000610351562, - "z": "6f1e5235.30d27c", + "x": 836.9999389648438, + "y": 622.0000610351562, + "z": "deca6c6e.62787", "wires": [ [ - "2c09132b.2c598c", - "c157f020.8fa16" + "eb87e665.0acf88", + "c81014d9.4af6a8" ] ] }, { - "id": "8603ce63.b7c47", + "id": "e9a0ae4a.a010c", "type": "set", "name": "set default values", "xml": "\n\n\n\n", "comments": "", - "x": 498, - "y": 245, - "z": "6f1e5235.30d27c", + "x": 469, + "y": 219, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "16e37417.d2c8bc", + "id": "abd53cca.80312", "type": "record", "name": "record", "xml": " \n\t \n\t\n\t", "comments": "", "outputs": 1, - "x": 426.9998779296875, - "y": 609, - "z": "6f1e5235.30d27c", + "x": 397.9998779296875, + "y": 583, + "z": "deca6c6e.62787", "wires": [ [] ] }, { - "id": "cc7baeb9.6a3dc", + "id": "90d2eba5.bddd78", "type": "switchNode", "name": "switch pnf-flag", "xml": "\n", "comments": "", "outputs": 1, - "x": 480, - "y": 346, - "z": "6f1e5235.30d27c", + "x": 451, + "y": 320, + "z": "deca6c6e.62787", "wires": [ [ - "b515ebb.9b7de18", - "ea8f46f7.654968" + "97096eec.158be", + "db62c67c.f16678" ] ] }, { - "id": "9a79bc82.279ce", + "id": "720dbe92.a2daf", "type": "execute", "name": "execute jsonStringToCtx", "xml": "\n\t\n\t\n\t", "comments": "", "outputs": 1, - "x": 512, - "y": 292, - "z": "6f1e5235.30d27c", + "x": 483, + "y": 266, + "z": "deca6c6e.62787", "wires": [ [] ] }, { - "id": "b515ebb.9b7de18", + "id": "97096eec.158be", "type": "outcome", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 677, - "y": 325, - "z": "6f1e5235.30d27c", + "x": 648, + "y": 299, + "z": "deca6c6e.62787", "wires": [ [ - "d8920a01.f108b8" + "2baa8c31.1c7364" ] ] }, { - "id": "ea8f46f7.654968", + "id": "db62c67c.f16678", "type": "outcome", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 677, - "y": 386, - "z": "6f1e5235.30d27c", + "x": 648, + "y": 360, + "z": "deca6c6e.62787", "wires": [ [ - "32f9eda7.1c1082" + "e8ec5d49.26bb5" ] ] }, { - "id": "32f9eda7.1c1082", + "id": "e8ec5d49.26bb5", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 824.9999389648438, - "y": 385, - "z": "6f1e5235.30d27c", + "x": 795.9999389648438, + "y": 359, + "z": "deca6c6e.62787", "wires": [ [ - "3756c2a1.fa5d6e" + "d1d2edc3.c0ebb" ] ] }, { - "id": "d8920a01.f108b8", + "id": "2baa8c31.1c7364", "type": "set", "name": "set AnsibleReq", "xml": "\n\n\n", "comments": "", - "x": 838, - "y": 323, - "z": "6f1e5235.30d27c", + "x": 809, + "y": 297, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "b9b832a7.ed87d", + "id": "e456084e.3d1b28", "type": "switchNode", "name": "switch playbookname", "xml": "\n", "comments": "", "outputs": 1, - "x": 477, - "y": 477, - "z": "6f1e5235.30d27c", + "x": 448, + "y": 451, + "z": "deca6c6e.62787", "wires": [ [ - "5725646c.c7b37c" + "852cba96.1b8598" ] ] }, { - "id": "5725646c.c7b37c", + "id": "852cba96.1b8598", "type": "outcome", "name": "null", "xml": "\n", "comments": "", "outputs": 1, - "x": 648, - "y": 478, - "z": "6f1e5235.30d27c", + "x": 619, + "y": 452, + "z": "deca6c6e.62787", "wires": [ [ - "4546e558.72429c" + "c3a06545.f22d98" ] ] }, { - "id": "4546e558.72429c", + "id": "c3a06545.f22d98", "type": "set", "name": "set playbookname", "xml": "\n\n", "comments": "", - "x": 838, - "y": 477, - "z": "6f1e5235.30d27c", + "x": 809, + "y": 451, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "763cfac9.48a8a4", + "id": "86b92780.e4fd18", "type": "switchNode", "name": "switch nodelist", "xml": "\n", "comments": "", "outputs": 1, - "x": 467, - "y": 536, - "z": "6f1e5235.30d27c", + "x": 438, + "y": 510, + "z": "deca6c6e.62787", "wires": [ [ - "76eb51c0.552ce", - "178c823.496cd7e" + "314228d.17719d8", + "d39f4666.4c5158" ] ] }, { - "id": "76eb51c0.552ce", + "id": "314228d.17719d8", "type": "outcome", "name": "null", "xml": "\n", "comments": "", "outputs": 1, - "x": 647, - "y": 529, - "z": "6f1e5235.30d27c", + "x": 618, + "y": 503, + "z": "deca6c6e.62787", "wires": [ [ - "66b6e37a.9e852c" + "e384eccc.6fd13" ] ] }, { - "id": "66b6e37a.9e852c", + "id": "e384eccc.6fd13", "type": "set", "name": "set nodelist", "xml": "\n", "comments": "", - "x": 804, - "y": 543, - "z": "6f1e5235.30d27c", + "x": 775, + "y": 517, + "z": "deca6c6e.62787", "wires": [] }, { - "id": "178c823.496cd7e", + "id": "d39f4666.4c5158", "type": "outcome", "name": "empty", "xml": "\n\n", "comments": "", "outputs": 1, - "x": 646, - "y": 573, - "z": "6f1e5235.30d27c", + "x": 617, + "y": 547, + "z": "deca6c6e.62787", "wires": [ [ - "66b6e37a.9e852c" + "e384eccc.6fd13" ] ] }, { - "id": "3756c2a1.fa5d6e", + "id": "d1d2edc3.c0ebb", "type": "returnFailure", "name": "return failure", "xml": "\n\n", "comments": "", - "x": 998, - "y": 385, - "z": "6f1e5235.30d27c", + "x": 969, + "y": 359, + "z": "deca6c6e.62787", "wires": [] + }, + { + "id": "e3737dc2.9a3b6", + "type": "execute", + "name": "execute jsonStringToCtx", + "xml": "\n\t\n\t\n\t\n", + "comments": "", + "outputs": 1, + "x": 1703, + "y": 741, + "z": "deca6c6e.62787", + "wires": [ + [] + ] + }, + { + "id": "764a748a.61b14c", + "type": "execute", + "name": "execute getAttributeValue", + "xml": "\n\t\n\t", + "comments": "", + "outputs": 1, + "x": 1709, + "y": 796, + "z": "deca6c6e.62787", + "wires": [ + [] + ] + }, + { + "id": "9775ae82.61b25", + "type": "switchNode", + "name": "switch outputPayload", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1694, + "y": 854, + "z": "deca6c6e.62787", + "wires": [ + [ + "17082276.b4933e", + "55bb01f1.008aa" + ] + ] + }, + { + "id": "ba985798.6d2de8", + "type": "set", + "name": "set DmaapReq with payload", + "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", + "comments": "", + "x": 2080, + "y": 873, + "z": "deca6c6e.62787", + "wires": [] + }, + { + "id": "17082276.b4933e", + "type": "outcome", + "name": "null", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1876, + "y": 827, + "z": "deca6c6e.62787", + "wires": [ + [ + "63386817.4a7cc8" + ] + ] + }, + { + "id": "55bb01f1.008aa", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1875, + "y": 873, + "z": "deca6c6e.62787", + "wires": [ + [ + "ba985798.6d2de8" + ] + ] + }, + { + "id": "a556bfd0.26234", + "type": "outcome", + "name": "null", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1875, + "y": 970, + "z": "deca6c6e.62787", + "wires": [ + [ + "921bd724.038378" + ] + ] + }, + { + "id": "bfa7e392.13bb3", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1875, + "y": 1046, + "z": "deca6c6e.62787", + "wires": [ + [ + "37bee539.62e3ea" + ] + ] + }, + { + "id": "9a61d7f0.2347b8", + "type": "switchNode", + "name": "switch outputPayload", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1691, + "y": 1009, + "z": "deca6c6e.62787", + "wires": [ + [ + "a556bfd0.26234", + "bfa7e392.13bb3" + ] + ] + }, + { + "id": "dbab97fc.ffb6e8", + "type": "returnSuccess", + "name": "return success with payload", + "xml": "\n\n\n", + "comments": "", + "x": 2455, + "y": 1030, + "z": "deca6c6e.62787", + "wires": [] + }, + { + "id": "f0a35f4d.9195a", + "type": "success", + "name": "success", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1343.9998779296875, + "y": 841.0001220703125, + "z": "deca6c6e.62787", + "wires": [ + [ + "542925f0.27fbdc" + ] + ] + }, + { + "id": "9fd8cd6c.24d13", + "type": "failure", + "name": "failure", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1340.9998779296875, + "y": 799.0000610351562, + "z": "deca6c6e.62787", + "wires": [ + [ + "542925f0.27fbdc" + ] + ] + }, + { + "id": "921bd724.038378", + "type": "switchNode", + "name": "switch result code", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2050, + "y": 970, + "z": "deca6c6e.62787", + "wires": [ + [ + "292c4dcf.7880e2", + "73b035d4.ad062c" + ] + ] + }, + { + "id": "37bee539.62e3ea", + "type": "switchNode", + "name": "switch result code", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2050, + "y": 1046, + "z": "deca6c6e.62787", + "wires": [ + [ + "7e470c4a.386af4", + "5feb02a4.d890ac" + ] + ] + }, + { + "id": "7ef093b7.2cf64c", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\n\n", + "comments": "", + "x": 2408, + "y": 986, + "z": "deca6c6e.62787", + "wires": [] + }, + { + "id": "b08c6ff3.d3ef1", + "type": "returnFailure", + "name": "return failure with payload", + "xml": "\n\n\n", + "comments": "", + "x": 2451, + "y": 1068, + "z": "deca6c6e.62787", + "wires": [] + }, + { + "id": "292c4dcf.7880e2", + "type": "other", + "name": "outcome 400", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2238, + "y": 948, + "z": "deca6c6e.62787", + "wires": [ + [ + "8024a972.fa79a8" + ] + ] + }, + { + "id": "73b035d4.ad062c", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2219, + "y": 986, + "z": "deca6c6e.62787", + "wires": [ + [ + "7ef093b7.2cf64c" + ] + ] + }, + { + "id": "7e470c4a.386af4", + "type": "other", + "name": "outcome 400", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2239, + "y": 1030, + "z": "deca6c6e.62787", + "wires": [ + [ + "dbab97fc.ffb6e8" + ] + ] + }, + { + "id": "5feb02a4.d890ac", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2221, + "y": 1068, + "z": "deca6c6e.62787", + "wires": [ + [ + "b08c6ff3.d3ef1" + ] + ] } ] \ No newline at end of file diff --git a/platform-logic/lcm/src/main/json/LCM_upgrade-post-check.json b/platform-logic/lcm/src/main/json/LCM_upgrade-post-check.json index 38086480..aad0514d 100644 --- a/platform-logic/lcm/src/main/json/LCM_upgrade-post-check.json +++ b/platform-logic/lcm/src/main/json/LCM_upgrade-post-check.json @@ -1,22 +1,22 @@ [ { - "id": "fab0f7ed.c486b8", + "id": "fe0acee3.b3d4f", "type": "method", "name": "upgrade-post-check", "xml": "\n", "comments": "", "outputs": 1, - "x": 480, - "y": 147, - "z": "50de34e0.ace54c", + "x": 523, + "y": 71, + "z": "b4969602.e5a2a8", "wires": [ [ - "5ccc8e8d.06e5" + "88d3f9c3.91e818" ] ] }, { - "id": "5c791eb8.0072b", + "id": "dd69f330.0db38", "type": "service-logic", "name": "LCM ${project.version}", "module": "LCM", @@ -24,790 +24,1060 @@ "comments": "", "xml": "", "outputs": 1, - "x": 267.99993896484375, - "y": 148, - "z": "50de34e0.ace54c", + "x": 310.99993896484375, + "y": 72, + "z": "b4969602.e5a2a8", "wires": [ [ - "fab0f7ed.c486b8" + "fe0acee3.b3d4f" ] ] }, { - "id": "3503ece1.d7ad14", + "id": "ca77e1d2.5f235", "type": "execute", "name": "execute AnsibleA.reqExec", "xml": "\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 335.00001525878906, - "y": 755, - "z": "50de34e0.ace54c", + "x": 378.00001525878906, + "y": 679, + "z": "b4969602.e5a2a8", "wires": [ [ - "734b2c42.973ee4", - "bb8a76ca.fb7058", - "a457fe79.46497" + "98532a13.9e8648", + "300b9189.6839ae", + "93689f4a.8157" ] ] }, { - "id": "f17ff2aa.67075", + "id": "338f7649.ef4e9a", "type": "switchNode", "name": "switch", "xml": "\n", "comments": "", "outputs": 1, - "x": 734.9999389648438, - "y": 863.0000305175781, - "z": "50de34e0.ace54c", + "x": 777.9999389648438, + "y": 787.0000305175781, + "z": "b4969602.e5a2a8", "wires": [ [ - "7ad5787f.1c20f8", - "b6f779a3.cc7ed8", - "f695f05e.abf31" + "13e6fdd5.284672", + "558456ec.861628", + "d84c0d6b.4e961" ] ] }, { - "id": "7ad5787f.1c20f8", + "id": "13e6fdd5.284672", "type": "other", "name": "outcome 500", "xml": "\n", "comments": "", "outputs": 1, - "x": 879.9999389648438, - "y": 861.0000381469727, - "z": "50de34e0.ace54c", + "x": 922.9999389648438, + "y": 785.0000381469727, + "z": "b4969602.e5a2a8", "wires": [ [ - "2b54a991.b17b16" + "d4f3b77a.b39508" ] ] }, { - "id": "b6f779a3.cc7ed8", + "id": "558456ec.861628", "type": "other", "name": "outcome 100", "xml": "\n", "comments": "", "outputs": 1, - "x": 876.9999389648438, - "y": 918.0000305175781, - "z": "50de34e0.ace54c", + "x": 919.9999389648438, + "y": 842.0000305175781, + "z": "b4969602.e5a2a8", "wires": [ [ - "1a65bc45.b2fcb4" + "a1c39fcf.a06c" ] ] }, { - "id": "1a65bc45.b2fcb4", + "id": "a1c39fcf.a06c", "type": "execute", "name": "execute reqExecResult", "xml": "\n \n\t\n\t\n\t\n\t\n\t\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1064.9999389648438, - "y": 917.0000305175781, - "z": "50de34e0.ace54c", + "x": 1107.9999389648438, + "y": 841.0000305175781, + "z": "b4969602.e5a2a8", "wires": [ [ - "5b0d24c6.9eb0ac", - "2b5e4322.1d495c" + "f58c60bb.b391f", + "b18d4538.e8ef28" ] ] }, { - "id": "bb8a76ca.fb7058", + "id": "300b9189.6839ae", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 593.9999389648438, - "y": 776.0000915527344, - "z": "50de34e0.ace54c", + "x": 636.9999389648438, + "y": 700.0000915527344, + "z": "b4969602.e5a2a8", "wires": [ [ - "2b54a991.b17b16" + "d4f3b77a.b39508" ] ] }, { - "id": "734b2c42.973ee4", + "id": "98532a13.9e8648", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 595.9999389648438, - "y": 828.0000610351562, - "z": "50de34e0.ace54c", + "x": 638.9999389648438, + "y": 752.0000610351562, + "z": "b4969602.e5a2a8", "wires": [ [ - "f17ff2aa.67075" + "338f7649.ef4e9a" ] ] }, { - "id": "5b0d24c6.9eb0ac", + "id": "f58c60bb.b391f", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 1233.9999389648438, - "y": 875.0000381469727, - "z": "50de34e0.ace54c", + "x": 1278.9998779296875, + "y": 820.0000610351562, + "z": "b4969602.e5a2a8", "wires": [ [ - "2b54a991.b17b16" + "44e1b1d0.b5bf9" ] ] }, { - "id": "f695f05e.abf31", + "id": "d84c0d6b.4e961", "type": "other", "name": "outcome 101", "xml": "\n", "comments": "", "outputs": 1, - "x": 876.9999389648438, - "y": 819.0000686645508, - "z": "50de34e0.ace54c", + "x": 919.9999389648438, + "y": 743.0000686645508, + "z": "b4969602.e5a2a8", "wires": [ [ - "2b54a991.b17b16" + "d4f3b77a.b39508" ] ] }, { - "id": "2b5e4322.1d495c", + "id": "b18d4538.e8ef28", "type": "success", "name": "success", "xml": "\n", "comments": "", "outputs": 1, - "x": 1241.9998779296875, - "y": 923.0001220703125, - "z": "50de34e0.ace54c", + "x": 1281.9998779296875, + "y": 871.0001220703125, + "z": "b4969602.e5a2a8", "wires": [ [ - "db1e6d62.a1404" + "44e1b1d0.b5bf9" ] ] }, { - "id": "c1a2b259.11e46", - "type": "returnSuccess", - "name": "return success", - "xml": "\n\n", - "comments": "", - "x": 1535.9998779296875, - "y": 980.0000610351562, - "z": "50de34e0.ace54c", - "wires": [] - }, - { - "id": "566f9779.c05d38", + "id": "67392fb2.3fda3", "type": "dgstart", "name": "DGSTART", "outputs": 1, - "x": 83, - "y": 147, - "z": "50de34e0.ace54c", + "x": 126, + "y": 71, + "z": "b4969602.e5a2a8", "wires": [ [ - "5c791eb8.0072b" + "dd69f330.0db38" ] ] }, { - "id": "5ccc8e8d.06e5", + "id": "88d3f9c3.91e818", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 80.91668701171875, - "y": 239.08334350585938, - "z": "50de34e0.ace54c", + "x": 123.91668701171875, + "y": 163.08334350585938, + "z": "b4969602.e5a2a8", "wires": [ [ - "3503ece1.d7ad14", - "dc18f7c9.2e4ac8", - "814875d2.cac108", - "e9d89bdf.30f7a8", - "69e97f86.e07ef", - "fa9a8e1f.bba53", - "baba22fc.1ceb5", - "81510405.ca8868" + "ca77e1d2.5f235", + "c7ec6050.45978", + "889f84ed.e111e8", + "40652fca.65d24", + "983b7f00.0aa95", + "43b098aa.2b8088", + "3c8d18f4.57a768", + "5c9efc94.d81d24" ] ] }, { - "id": "dc18f7c9.2e4ac8", + "id": "c7ec6050.45978", "type": "execute", "name": "execute Properties", "xml": "\n \n \n", "comments": "", "outputs": 1, - "x": 379.0000305175781, - "y": 272.0833435058594, - "z": "50de34e0.ace54c", + "x": 422.0000305175781, + "y": 196.08334350585938, + "z": "b4969602.e5a2a8", "wires": [ [] ] }, { - "id": "70d1c79a.089af8", + "id": "d9d2286.379c4d8", "type": "execute", "name": "execute DmaapMsg", "xml": "\n \n \n \n \n \n \n \n \n", "comments": "", "outputs": 1, - "x": 1545.9998779296875, - "y": 725.0834045410156, - "z": "50de34e0.ace54c", + "x": 1588.9998779296875, + "y": 649.0834045410156, + "z": "b4969602.e5a2a8", "wires": [ [ - "d776c76b.1dd188" + "642ae55d.535a7c" ] ] }, { - "id": "d776c76b.1dd188", + "id": "642ae55d.535a7c", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 1715.9998168945312, - "y": 724.0834045410156, - "z": "50de34e0.ace54c", + "x": 1758.9998168945312, + "y": 648.0834045410156, + "z": "b4969602.e5a2a8", "wires": [ [ - "eac6c260.d11fc" + "7969554f.e56e0c" ] ] }, { - "id": "2b54a991.b17b16", + "id": "d4f3b77a.b39508", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1348.9998168945312, - "y": 749.0834045410156, - "z": "50de34e0.ace54c", + "x": 1391.9998168945312, + "y": 673.0834045410156, + "z": "b4969602.e5a2a8", "wires": [ [ - "70d1c79a.089af8", - "7970fcd5.6f11b4", - "3d8934f9.d0339c" + "d9d2286.379c4d8", + "8a00ee98.85d8c", + "a967853.2e08a78" ] ] }, { - "id": "e790e11b.4f947", + "id": "61a865a3.81374c", "type": "execute", "name": "execute DmaapMsg", "xml": "\n \n \n \n \n \n \n \n \n", "comments": "", "outputs": 1, - "x": 1546.4998779296875, - "y": 930.0833740234375, - "z": "50de34e0.ace54c", + "x": 1600.4998779296875, + "y": 904.0833740234375, + "z": "b4969602.e5a2a8", "wires": [ [ - "2e13891.034f576" + "bf6e3414.ac0ab8" ] ] }, { - "id": "2e13891.034f576", + "id": "bf6e3414.ac0ab8", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 1714.4998779296875, - "y": 930.0833740234375, - "z": "50de34e0.ace54c", + "x": 1782.4998779296875, + "y": 904.0833740234375, + "z": "b4969602.e5a2a8", "wires": [ [ - "30475e40.9b8be2" + "a98ac8b6.1c8b18" ] ] }, { - "id": "eac6c260.d11fc", + "id": "7969554f.e56e0c", "type": "record", "name": "record", "xml": " \n\t \n\t", "comments": "", "outputs": 1, - "x": 1835.9998779296875, - "y": 723.0833740234375, - "z": "50de34e0.ace54c", + "x": 1878.9998779296875, + "y": 647.0833740234375, + "z": "b4969602.e5a2a8", "wires": [ [] ] }, { - "id": "7970fcd5.6f11b4", + "id": "8a00ee98.85d8c", "type": "returnFailure", "name": "return failure", "xml": "\n\n\n", "comments": "", - "x": 1527.91650390625, - "y": 776.0834045410156, - "z": "50de34e0.ace54c", + "x": 1570.91650390625, + "y": 700.0834045410156, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "30475e40.9b8be2", + "id": "a98ac8b6.1c8b18", "type": "record", "name": "record", "xml": " \n\t \n\t", "comments": "", "outputs": 1, - "x": 1842.9166259765625, - "y": 930.0833740234375, - "z": "50de34e0.ace54c", + "x": 1912.9166259765625, + "y": 904.0833740234375, + "z": "b4969602.e5a2a8", "wires": [ [] ] }, { - "id": "3d8934f9.d0339c", + "id": "a967853.2e08a78", "type": "set", "name": "set DmaapReq", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", - "x": 1532.9998779296875, - "y": 672.0833740234375, - "z": "50de34e0.ace54c", + "x": 1575.9998779296875, + "y": 596.0833740234375, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "db1e6d62.a1404", + "id": "44e1b1d0.b5bf9", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1369.9998779296875, - "y": 924.0833740234375, - "z": "50de34e0.ace54c", + "x": 1406.9998779296875, + "y": 845.0833740234375, + "z": "b4969602.e5a2a8", "wires": [ [ - "e790e11b.4f947", - "3a3f1d44.898da2", - "c1a2b259.11e46" + "61a865a3.81374c", + "af2360f3.a1b32", + "c058b1a3.cafa7", + "d59d4575.f7aa08", + "97b68625.59c538" ] ] }, { - "id": "3a3f1d44.898da2", + "id": "72836a7a.768624", "type": "set", "name": "set DmaapReq", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", - "x": 1536.1666259765625, - "y": 875.0833740234375, - "z": "50de34e0.ace54c", + "x": 1938.1666259765625, + "y": 819.0833740234375, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "a457fe79.46497", + "id": "93689f4a.8157", "type": "not-found", "name": "not-found", "xml": "\n", "comments": "", "outputs": 1, - "x": 602.9999389648438, - "y": 728.0000610351562, - "z": "50de34e0.ace54c", + "x": 645.9999389648438, + "y": 652.0000610351562, + "z": "b4969602.e5a2a8", "wires": [ [ - "3d4c2c9a.7b1324" + "c92e96da.bead68" ] ] }, { - "id": "d512629f.bc625", + "id": "3705b5ae.a55ada", "type": "set", "name": "set Defaults", "xml": "\n\n\n", "comments": "", - "x": 893.9999389648438, - "y": 687, - "z": "50de34e0.ace54c", + "x": 936.9999389648438, + "y": 611, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "3d4c2c9a.7b1324", + "id": "c92e96da.bead68", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 739.9999389648438, - "y": 722.0000610351562, - "z": "50de34e0.ace54c", + "x": 782.9999389648438, + "y": 646.0000610351562, + "z": "b4969602.e5a2a8", "wires": [ [ - "d512629f.bc625", - "2b54a991.b17b16" + "3705b5ae.a55ada", + "d4f3b77a.b39508" ] ] }, { - "id": "814875d2.cac108", + "id": "889f84ed.e111e8", "type": "set", "name": "set default values", "xml": "\n\n\n\n", "comments": "", - "x": 372, - "y": 319, - "z": "50de34e0.ace54c", + "x": 415, + "y": 243, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "442dbdff.6dfcb4", + "id": "9e2047bf.84ca98", "type": "get-resource", "name": "get aai.generic-vnf ", "xml": "", "comments": "", "outputs": 1, - "x": 912, - "y": 495, - "z": "50de34e0.ace54c", + "x": 955, + "y": 419, + "z": "b4969602.e5a2a8", "wires": [ [ - "1e57cb28.122ad5" + "db67679b.d5f7f8" ] ] }, { - "id": "1e57cb28.122ad5", + "id": "db67679b.d5f7f8", "type": "success", "name": "success", "xml": "\n", "comments": "", "outputs": 1, - "x": 1070.3907470703125, - "y": 493.28399658203125, - "z": "50de34e0.ace54c", + "x": 1113.3907470703125, + "y": 417.28399658203125, + "z": "b4969602.e5a2a8", "wires": [ [ - "5a65efc0.bf413" + "9f78147c.45b0d8" ] ] }, { - "id": "baba22fc.1ceb5", + "id": "3c8d18f4.57a768", "type": "record", "name": "record", "xml": " \n\t \n\t\n\t", "comments": "", "outputs": 1, - "x": 300.9998779296875, - "y": 683, - "z": "50de34e0.ace54c", + "x": 343.9998779296875, + "y": 607, + "z": "b4969602.e5a2a8", "wires": [ [] ] }, { - "id": "69e97f86.e07ef", + "id": "983b7f00.0aa95", "type": "switchNode", "name": "switch pnf-flag", "xml": "\n", "comments": "", "outputs": 1, - "x": 354, - "y": 420, - "z": "50de34e0.ace54c", + "x": 397, + "y": 344, + "z": "b4969602.e5a2a8", "wires": [ [ - "e43265e9.4c7f38", - "d78c93da.7125f" + "6ab53366.6b679c", + "c2f80dd0.8d1" ] ] }, { - "id": "e9d89bdf.30f7a8", + "id": "40652fca.65d24", "type": "execute", "name": "execute jsonStringToCtx", "xml": "\n\t\n\t\n\t", "comments": "", "outputs": 1, - "x": 386, - "y": 366, - "z": "50de34e0.ace54c", + "x": 429, + "y": 290, + "z": "b4969602.e5a2a8", "wires": [ [] ] }, { - "id": "e43265e9.4c7f38", + "id": "6ab53366.6b679c", "type": "outcome", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 551, - "y": 399, - "z": "50de34e0.ace54c", + "x": 594, + "y": 323, + "z": "b4969602.e5a2a8", "wires": [ [ - "abbc4ae4.be5328" + "b2f335c.b319ac8" ] ] }, { - "id": "d78c93da.7125f", + "id": "c2f80dd0.8d1", "type": "outcome", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 550.9999389648438, - "y": 460, - "z": "50de34e0.ace54c", + "x": 593.9999389648438, + "y": 384, + "z": "b4969602.e5a2a8", "wires": [ [ - "f68ee407.ca6d88" + "64084999.263e28" ] ] }, { - "id": "f68ee407.ca6d88", + "id": "64084999.263e28", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 698.9999389648438, - "y": 459, - "z": "50de34e0.ace54c", + "x": 741.9999389648438, + "y": 383, + "z": "b4969602.e5a2a8", "wires": [ [ - "442dbdff.6dfcb4", - "80c560bb.eea5f" + "9e2047bf.84ca98", + "1c2838e7.02c327" ] ] }, { - "id": "abbc4ae4.be5328", + "id": "b2f335c.b319ac8", "type": "set", "name": "set AnsibleReq", "xml": "\n\n\n", "comments": "", - "x": 712, - "y": 397, - "z": "50de34e0.ace54c", + "x": 755, + "y": 321, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "80c560bb.eea5f", + "id": "1c2838e7.02c327", "type": "execute", "name": "set playbookname", "xml": "\n\t\n\t\n\n", "comments": "", "outputs": 1, - "x": 921, - "y": 439, - "z": "50de34e0.ace54c", + "x": 964, + "y": 363, + "z": "b4969602.e5a2a8", "wires": [ [] ] }, { - "id": "fa9a8e1f.bba53", + "id": "43b098aa.2b8088", "type": "switchNode", "name": "switch playbookname", "xml": "\n", "comments": "", "outputs": 1, - "x": 351, - "y": 551, - "z": "50de34e0.ace54c", + "x": 394, + "y": 475, + "z": "b4969602.e5a2a8", "wires": [ [ - "1a5624d2.74e98b" + "f5a4d554.8310a8" ] ] }, { - "id": "1a5624d2.74e98b", + "id": "f5a4d554.8310a8", "type": "outcome", "name": "null", "xml": "\n", "comments": "", "outputs": 1, - "x": 522, - "y": 552, - "z": "50de34e0.ace54c", + "x": 565, + "y": 476, + "z": "b4969602.e5a2a8", "wires": [ [ - "524c17a1.30fbf8" + "e3207caa.85b44" ] ] }, { - "id": "524c17a1.30fbf8", + "id": "e3207caa.85b44", "type": "set", "name": "set playbookname", "xml": "\n\n", "comments": "", - "x": 712, - "y": 551, - "z": "50de34e0.ace54c", + "x": 755, + "y": 475, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "81510405.ca8868", + "id": "5c9efc94.d81d24", "type": "switchNode", "name": "switch nodelist", "xml": "\n", "comments": "", "outputs": 1, - "x": 341, - "y": 610, - "z": "50de34e0.ace54c", + "x": 384, + "y": 534, + "z": "b4969602.e5a2a8", "wires": [ [ - "7a126f.d2de2d9", - "8743a074.e8506" + "77224991.c20a78", + "2deab8c5.642298" ] ] }, { - "id": "7a126f.d2de2d9", + "id": "77224991.c20a78", "type": "outcome", "name": "null", "xml": "\n", "comments": "", "outputs": 1, - "x": 521, - "y": 603, - "z": "50de34e0.ace54c", + "x": 564, + "y": 527, + "z": "b4969602.e5a2a8", "wires": [ [ - "c954af6f.c34df" + "3881d027.425ff" ] ] }, { - "id": "c954af6f.c34df", + "id": "3881d027.425ff", "type": "set", "name": "set nodelist", "xml": "\n", "comments": "", - "x": 678, - "y": 617, - "z": "50de34e0.ace54c", + "x": 721, + "y": 541, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "8743a074.e8506", + "id": "2deab8c5.642298", "type": "outcome", "name": "empty", "xml": "\n\n", "comments": "", "outputs": 1, - "x": 520, - "y": 647, - "z": "50de34e0.ace54c", + "x": 563, + "y": 571, + "z": "b4969602.e5a2a8", "wires": [ [ - "c954af6f.c34df" + "3881d027.425ff" ] ] }, { - "id": "90b2891b.001708", + "id": "153ed401.962ddc", "type": "switchNode", "name": "switch playbookname", "xml": "\n", "comments": "", "outputs": 1, - "x": 1396, - "y": 482, - "z": "50de34e0.ace54c", + "x": 1439, + "y": 406, + "z": "b4969602.e5a2a8", "wires": [ [ - "c9dd0d76.432f7" + "3cfaf009.20065" ] ] }, { - "id": "c9dd0d76.432f7", + "id": "3cfaf009.20065", "type": "outcome", "name": "null", "xml": "\n", "comments": "", "outputs": 1, - "x": 1574, - "y": 482, - "z": "50de34e0.ace54c", + "x": 1617, + "y": 406, + "z": "b4969602.e5a2a8", "wires": [ [ - "6ea15b2b.d9cd74" + "8e725f1f.6662f" ] ] }, { - "id": "9706bdee.6acf9", + "id": "9e70216f.c9b2f", "type": "set", "name": "set nodelist", "xml": "\n\n", "comments": "", - "x": 1369, - "y": 535, - "z": "50de34e0.ace54c", + "x": 1412, + "y": 459, + "z": "b4969602.e5a2a8", "wires": [] }, { - "id": "5a65efc0.bf413", + "id": "9f78147c.45b0d8", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1199, - "y": 492, - "z": "50de34e0.ace54c", + "x": 1242, + "y": 416, + "z": "b4969602.e5a2a8", "wires": [ [ - "90b2891b.001708", - "9706bdee.6acf9" + "153ed401.962ddc", + "9e70216f.c9b2f" ] ] }, { - "id": "6ea15b2b.d9cd74", + "id": "8e725f1f.6662f", "type": "execute", "name": "set playbookname", "xml": "\n\t\n\t\n\n", "comments": "", "outputs": 1, - "x": 1746, - "y": 480, - "z": "50de34e0.ace54c", + "x": 1789, + "y": 404, + "z": "b4969602.e5a2a8", "wires": [ [] ] + }, + { + "id": "af2360f3.a1b32", + "type": "execute", + "name": "execute jsonStringToCtx", + "xml": "\n\t\n\t\n\t\n", + "comments": "", + "outputs": 1, + "x": 1616, + "y": 750, + "z": "b4969602.e5a2a8", + "wires": [ + [] + ] + }, + { + "id": "c058b1a3.cafa7", + "type": "execute", + "name": "execute getAttributeValue", + "xml": "\n\t\n\t", + "comments": "", + "outputs": 1, + "x": 1622, + "y": 793, + "z": "b4969602.e5a2a8", + "wires": [ + [] + ] + }, + { + "id": "d59d4575.f7aa08", + "type": "switchNode", + "name": "switch outputPayload", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1606, + "y": 840, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "676d5ce5.e9d864", + "8ecd1678.ebdff8" + ] + ] + }, + { + "id": "676d5ce5.e9d864", + "type": "outcome", + "name": "null", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1783, + "y": 819, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "72836a7a.768624" + ] + ] + }, + { + "id": "8ecd1678.ebdff8", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1782, + "y": 859, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "5f5e736e.9d3b8c" + ] + ] + }, + { + "id": "5f5e736e.9d3b8c", + "type": "set", + "name": "set DmaapReq with payload", + "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", + "comments": "", + "x": 1980, + "y": 859, + "z": "b4969602.e5a2a8", + "wires": [] + }, + { + "id": "bd7deada.205038", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n", + "comments": "", + "x": 2322, + "y": 937, + "z": "b4969602.e5a2a8", + "wires": [] + }, + { + "id": "530e9d63.07dd34", + "type": "outcome", + "name": "null", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1788.000244140625, + "y": 958.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "aba50f21.a535d" + ] + ] + }, + { + "id": "d6c0e471.9108d8", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1787.000244140625, + "y": 1034.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "801dd50e.8622c8" + ] + ] + }, + { + "id": "97b68625.59c538", + "type": "switchNode", + "name": "switch outputPayload", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1605.000244140625, + "y": 994.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "530e9d63.07dd34", + "d6c0e471.9108d8" + ] + ] + }, + { + "id": "acbbf9db.eeba28", + "type": "returnSuccess", + "name": "return success with payload", + "xml": "\n\n\n", + "comments": "", + "x": 2363.000244140625, + "y": 1018.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [] + }, + { + "id": "aba50f21.a535d", + "type": "switchNode", + "name": "switch result code", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1958.000244140625, + "y": 958.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "3ac4241b.62144c", + "c67e4b5c.d70a28" + ] + ] + }, + { + "id": "801dd50e.8622c8", + "type": "switchNode", + "name": "switch result code", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1958.000244140625, + "y": 1034.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "8dcd3ae3.608a58", + "a94e8dc6.52647" + ] + ] + }, + { + "id": "657ecc9e.2687c4", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\n\n", + "comments": "", + "x": 2316.000244140625, + "y": 974.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [] + }, + { + "id": "52f49f6f.dcf4", + "type": "returnFailure", + "name": "return failure with payload", + "xml": "\n\n\n", + "comments": "", + "x": 2359.000244140625, + "y": 1056.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [] + }, + { + "id": "3ac4241b.62144c", + "type": "other", + "name": "outcome 400", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2146.000244140625, + "y": 936.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "bd7deada.205038" + ] + ] + }, + { + "id": "c67e4b5c.d70a28", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2127.000244140625, + "y": 974.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "657ecc9e.2687c4" + ] + ] + }, + { + "id": "8dcd3ae3.608a58", + "type": "other", + "name": "outcome 400", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2147.000244140625, + "y": 1018.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "acbbf9db.eeba28" + ] + ] + }, + { + "id": "a94e8dc6.52647", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2129.000244140625, + "y": 1056.9999389648438, + "z": "b4969602.e5a2a8", + "wires": [ + [ + "52f49f6f.dcf4" + ] + ] } ] \ No newline at end of file diff --git a/platform-logic/lcm/src/main/json/LCM_upgrade-pre-check.json b/platform-logic/lcm/src/main/json/LCM_upgrade-pre-check.json index 8657b538..aa78a91e 100644 --- a/platform-logic/lcm/src/main/json/LCM_upgrade-pre-check.json +++ b/platform-logic/lcm/src/main/json/LCM_upgrade-pre-check.json @@ -1,22 +1,22 @@ [ { - "id": "fab0f7ed.c486b8", + "id": "e17c1584.f756d8", "type": "method", "name": "upgrade-pre-check", "xml": "\n", "comments": "", "outputs": 1, - "x": 480, - "y": 147, - "z": "50de34e0.ace54c", + "x": 552, + "y": 67, + "z": "df893cfa.16f38", "wires": [ [ - "5ccc8e8d.06e5" + "4a691c8b.6b9db4" ] ] }, { - "id": "5c791eb8.0072b", + "id": "1f7a861d.c2112a", "type": "service-logic", "name": "LCM ${project.version}", "module": "LCM", @@ -24,790 +24,1060 @@ "comments": "", "xml": "", "outputs": 1, - "x": 267.99993896484375, - "y": 148, - "z": "50de34e0.ace54c", + "x": 339.99993896484375, + "y": 68, + "z": "df893cfa.16f38", "wires": [ [ - "fab0f7ed.c486b8" + "e17c1584.f756d8" ] ] }, { - "id": "3503ece1.d7ad14", + "id": "bb18ce54.65a6d", "type": "execute", "name": "execute AnsibleA.reqExec", "xml": "\n\n\n\n\n\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 335.00001525878906, - "y": 755, - "z": "50de34e0.ace54c", + "x": 407.00001525878906, + "y": 675, + "z": "df893cfa.16f38", "wires": [ [ - "734b2c42.973ee4", - "bb8a76ca.fb7058", - "a457fe79.46497" + "c6f98872.c067e8", + "5614f2d4.83759c", + "1beab9a5.7e2366" ] ] }, { - "id": "f17ff2aa.67075", + "id": "8e97cc56.5d143", "type": "switchNode", "name": "switch", "xml": "\n", "comments": "", "outputs": 1, - "x": 734.9999389648438, - "y": 863.0000305175781, - "z": "50de34e0.ace54c", + "x": 806.9999389648438, + "y": 783.0000305175781, + "z": "df893cfa.16f38", "wires": [ [ - "7ad5787f.1c20f8", - "b6f779a3.cc7ed8", - "f695f05e.abf31" + "d5d391c0.e33eb", + "96569d9a.8f849", + "8eb6da31.c976d8" ] ] }, { - "id": "7ad5787f.1c20f8", + "id": "d5d391c0.e33eb", "type": "other", "name": "outcome 500", "xml": "\n", "comments": "", "outputs": 1, - "x": 879.9999389648438, - "y": 861.0000381469727, - "z": "50de34e0.ace54c", + "x": 951.9999389648438, + "y": 781.0000381469727, + "z": "df893cfa.16f38", "wires": [ [ - "2b54a991.b17b16" + "261676ae.6c18ea" ] ] }, { - "id": "b6f779a3.cc7ed8", + "id": "96569d9a.8f849", "type": "other", "name": "outcome 100", "xml": "\n", "comments": "", "outputs": 1, - "x": 876.9999389648438, - "y": 918.0000305175781, - "z": "50de34e0.ace54c", + "x": 948.9999389648438, + "y": 838.0000305175781, + "z": "df893cfa.16f38", "wires": [ [ - "1a65bc45.b2fcb4" + "a9aeb5d4.ad8218" ] ] }, { - "id": "1a65bc45.b2fcb4", + "id": "a9aeb5d4.ad8218", "type": "execute", "name": "execute reqExecResult", "xml": "\n \n\t\n\t\n\t\n\t\n\t\n\n\n\n\n", "comments": "", "outputs": 1, - "x": 1064.9999389648438, - "y": 917.0000305175781, - "z": "50de34e0.ace54c", + "x": 1136.9999389648438, + "y": 837.0000305175781, + "z": "df893cfa.16f38", "wires": [ [ - "5b0d24c6.9eb0ac", - "2b5e4322.1d495c" + "50e30f80.cb97b", + "f9b1e44f.cf0bf8" ] ] }, { - "id": "bb8a76ca.fb7058", + "id": "5614f2d4.83759c", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 593.9999389648438, - "y": 776.0000915527344, - "z": "50de34e0.ace54c", + "x": 665.9999389648438, + "y": 696.0000915527344, + "z": "df893cfa.16f38", "wires": [ [ - "2b54a991.b17b16" + "261676ae.6c18ea" ] ] }, { - "id": "734b2c42.973ee4", + "id": "c6f98872.c067e8", "type": "other", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 595.9999389648438, - "y": 828.0000610351562, - "z": "50de34e0.ace54c", + "x": 667.9999389648438, + "y": 748.0000610351562, + "z": "df893cfa.16f38", "wires": [ [ - "f17ff2aa.67075" + "8e97cc56.5d143" ] ] }, { - "id": "5b0d24c6.9eb0ac", + "id": "50e30f80.cb97b", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 1233.9999389648438, - "y": 875.0000381469727, - "z": "50de34e0.ace54c", + "x": 1305.9998779296875, + "y": 819.0000610351562, + "z": "df893cfa.16f38", "wires": [ [ - "2b54a991.b17b16" + "7ac364bd.12e01c" ] ] }, { - "id": "f695f05e.abf31", + "id": "8eb6da31.c976d8", "type": "other", "name": "outcome 101", "xml": "\n", "comments": "", "outputs": 1, - "x": 876.9999389648438, - "y": 819.0000686645508, - "z": "50de34e0.ace54c", + "x": 948.9999389648438, + "y": 739.0000686645508, + "z": "df893cfa.16f38", "wires": [ [ - "2b54a991.b17b16" + "261676ae.6c18ea" ] ] }, { - "id": "2b5e4322.1d495c", + "id": "f9b1e44f.cf0bf8", "type": "success", "name": "success", "xml": "\n", "comments": "", "outputs": 1, - "x": 1241.9998779296875, - "y": 923.0001220703125, - "z": "50de34e0.ace54c", + "x": 1309.9998779296875, + "y": 863.0001220703125, + "z": "df893cfa.16f38", "wires": [ [ - "db1e6d62.a1404" + "7ac364bd.12e01c" ] ] }, { - "id": "c1a2b259.11e46", - "type": "returnSuccess", - "name": "return success", - "xml": "\n\n", - "comments": "", - "x": 1535.9998779296875, - "y": 980.0000610351562, - "z": "50de34e0.ace54c", - "wires": [] - }, - { - "id": "566f9779.c05d38", + "id": "a40759ed.63a388", "type": "dgstart", "name": "DGSTART", "outputs": 1, - "x": 83, - "y": 147, - "z": "50de34e0.ace54c", + "x": 155, + "y": 67, + "z": "df893cfa.16f38", "wires": [ [ - "5c791eb8.0072b" + "1f7a861d.c2112a" ] ] }, { - "id": "5ccc8e8d.06e5", + "id": "4a691c8b.6b9db4", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 80.91668701171875, - "y": 239.08334350585938, - "z": "50de34e0.ace54c", + "x": 152.91668701171875, + "y": 159.08334350585938, + "z": "df893cfa.16f38", "wires": [ [ - "3503ece1.d7ad14", - "dc18f7c9.2e4ac8", - "814875d2.cac108", - "e9d89bdf.30f7a8", - "69e97f86.e07ef", - "fa9a8e1f.bba53", - "baba22fc.1ceb5", - "81510405.ca8868" + "bb18ce54.65a6d", + "4f789742.ddd168", + "2f15d339.87cf0c", + "556d2c3e.217c14", + "905f1137.7562f", + "5cc58e7c.083a5", + "db896c60.3d19a", + "ae5d9d02.d1fe4" ] ] }, { - "id": "dc18f7c9.2e4ac8", + "id": "4f789742.ddd168", "type": "execute", "name": "execute Properties", "xml": "\n \n \n", "comments": "", "outputs": 1, - "x": 379.0000305175781, - "y": 272.0833435058594, - "z": "50de34e0.ace54c", + "x": 451.0000305175781, + "y": 192.08334350585938, + "z": "df893cfa.16f38", "wires": [ [] ] }, { - "id": "70d1c79a.089af8", + "id": "9f29e934.d196d8", "type": "execute", "name": "execute DmaapMsg", "xml": "\n \n \n \n \n \n \n \n \n", "comments": "", "outputs": 1, - "x": 1545.9998779296875, - "y": 725.0834045410156, - "z": "50de34e0.ace54c", + "x": 1617.9998779296875, + "y": 645.0834045410156, + "z": "df893cfa.16f38", "wires": [ [ - "d776c76b.1dd188" + "eff6b07f.5f555" ] ] }, { - "id": "d776c76b.1dd188", + "id": "eff6b07f.5f555", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 1715.9998168945312, - "y": 724.0834045410156, - "z": "50de34e0.ace54c", + "x": 1787.9998168945312, + "y": 644.0834045410156, + "z": "df893cfa.16f38", "wires": [ [ - "eac6c260.d11fc" + "39c1e046.0c9a2" ] ] }, { - "id": "2b54a991.b17b16", + "id": "261676ae.6c18ea", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1348.9998168945312, - "y": 749.0834045410156, - "z": "50de34e0.ace54c", + "x": 1420.9998168945312, + "y": 669.0834045410156, + "z": "df893cfa.16f38", "wires": [ [ - "70d1c79a.089af8", - "7970fcd5.6f11b4", - "3d8934f9.d0339c" + "9f29e934.d196d8", + "20f5321f.fe2dee", + "b16d5209.3031f" ] ] }, { - "id": "e790e11b.4f947", + "id": "dd99789.6491a88", "type": "execute", "name": "execute DmaapMsg", "xml": "\n \n \n \n \n \n \n \n \n", "comments": "", "outputs": 1, - "x": 1546.4998779296875, - "y": 930.0833740234375, - "z": "50de34e0.ace54c", + "x": 1653.4998779296875, + "y": 911.0833740234375, + "z": "df893cfa.16f38", "wires": [ [ - "2e13891.034f576" + "16bb547b.d2861c" ] ] }, { - "id": "2e13891.034f576", + "id": "16bb547b.d2861c", "type": "failure", "name": "failure", "xml": "\n", "comments": "", "outputs": 1, - "x": 1714.4998779296875, - "y": 930.0833740234375, - "z": "50de34e0.ace54c", + "x": 1838.4998779296875, + "y": 911.0833740234375, + "z": "df893cfa.16f38", "wires": [ [ - "30475e40.9b8be2" + "95e8f51a.226ea8" ] ] }, { - "id": "eac6c260.d11fc", + "id": "39c1e046.0c9a2", "type": "record", "name": "record", "xml": " \n\t \n\t", "comments": "", "outputs": 1, - "x": 1835.9998779296875, - "y": 723.0833740234375, - "z": "50de34e0.ace54c", + "x": 1907.9998779296875, + "y": 643.0833740234375, + "z": "df893cfa.16f38", "wires": [ [] ] }, { - "id": "7970fcd5.6f11b4", + "id": "20f5321f.fe2dee", "type": "returnFailure", "name": "return failure", "xml": "\n\n\n", "comments": "", - "x": 1527.91650390625, - "y": 776.0834045410156, - "z": "50de34e0.ace54c", + "x": 1599.91650390625, + "y": 696.0834045410156, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "30475e40.9b8be2", + "id": "95e8f51a.226ea8", "type": "record", "name": "record", "xml": " \n\t \n\t", "comments": "", "outputs": 1, - "x": 1842.9166259765625, - "y": 930.0833740234375, - "z": "50de34e0.ace54c", + "x": 1970.9166259765625, + "y": 911.0833740234375, + "z": "df893cfa.16f38", "wires": [ [] ] }, { - "id": "3d8934f9.d0339c", + "id": "b16d5209.3031f", "type": "set", "name": "set DmaapReq", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", - "x": 1532.9998779296875, - "y": 672.0833740234375, - "z": "50de34e0.ace54c", + "x": 1604.9998779296875, + "y": 592.0833740234375, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "db1e6d62.a1404", + "id": "7ac364bd.12e01c", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1369.9998779296875, - "y": 924.0833740234375, - "z": "50de34e0.ace54c", + "x": 1441.9998779296875, + "y": 838.0833740234375, + "z": "df893cfa.16f38", "wires": [ [ - "e790e11b.4f947", - "3a3f1d44.898da2", - "c1a2b259.11e46" + "dd99789.6491a88", + "66ca1a2.98ef5e4", + "6f78d9df.0d3518", + "3c0a54ab.00262c", + "9977ea00.521808" ] ] }, { - "id": "3a3f1d44.898da2", + "id": "b364bef1.e2765", "type": "set", "name": "set DmaapReq", "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "comments": "", - "x": 1536.1666259765625, - "y": 875.0833740234375, - "z": "50de34e0.ace54c", + "x": 1995.1666259765625, + "y": 816.0833740234375, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "a457fe79.46497", + "id": "1beab9a5.7e2366", "type": "not-found", "name": "not-found", "xml": "\n", "comments": "", "outputs": 1, - "x": 602.9999389648438, - "y": 728.0000610351562, - "z": "50de34e0.ace54c", + "x": 674.9999389648438, + "y": 648.0000610351562, + "z": "df893cfa.16f38", "wires": [ [ - "3d4c2c9a.7b1324" + "dd0b1351.6bec5" ] ] }, { - "id": "d512629f.bc625", + "id": "6e45eb8e.292b44", "type": "set", "name": "set Defaults", "xml": "\n\n\n", "comments": "", - "x": 893.9999389648438, - "y": 687, - "z": "50de34e0.ace54c", + "x": 965.9999389648438, + "y": 607, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "3d4c2c9a.7b1324", + "id": "dd0b1351.6bec5", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 739.9999389648438, - "y": 722.0000610351562, - "z": "50de34e0.ace54c", + "x": 811.9999389648438, + "y": 642.0000610351562, + "z": "df893cfa.16f38", "wires": [ [ - "d512629f.bc625", - "2b54a991.b17b16" + "6e45eb8e.292b44", + "261676ae.6c18ea" ] ] }, { - "id": "814875d2.cac108", + "id": "2f15d339.87cf0c", "type": "set", "name": "set default values", "xml": "\n\n\n\n", "comments": "", - "x": 372, - "y": 319, - "z": "50de34e0.ace54c", + "x": 444, + "y": 239, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "442dbdff.6dfcb4", + "id": "3bd1d194.63001e", "type": "get-resource", "name": "get aai.generic-vnf ", "xml": "", "comments": "", "outputs": 1, - "x": 912, - "y": 495, - "z": "50de34e0.ace54c", + "x": 984, + "y": 415, + "z": "df893cfa.16f38", "wires": [ [ - "1e57cb28.122ad5" + "d0549989.50cdf8" ] ] }, { - "id": "1e57cb28.122ad5", + "id": "d0549989.50cdf8", "type": "success", "name": "success", "xml": "\n", "comments": "", "outputs": 1, - "x": 1070.3907470703125, - "y": 493.28399658203125, - "z": "50de34e0.ace54c", + "x": 1142.3907470703125, + "y": 413.28399658203125, + "z": "df893cfa.16f38", "wires": [ [ - "5a65efc0.bf413" + "50890a76.58d434" ] ] }, { - "id": "baba22fc.1ceb5", + "id": "db896c60.3d19a", "type": "record", "name": "record", "xml": " \n\t \n\t\n\t", "comments": "", "outputs": 1, - "x": 300.9998779296875, - "y": 683, - "z": "50de34e0.ace54c", + "x": 372.9998779296875, + "y": 603, + "z": "df893cfa.16f38", "wires": [ [] ] }, { - "id": "69e97f86.e07ef", + "id": "905f1137.7562f", "type": "switchNode", "name": "switch pnf-flag", "xml": "\n", "comments": "", "outputs": 1, - "x": 354, - "y": 420, - "z": "50de34e0.ace54c", + "x": 426, + "y": 340, + "z": "df893cfa.16f38", "wires": [ [ - "e43265e9.4c7f38", - "d78c93da.7125f" + "d4a98e23.62f9b", + "a403044b.ebc9f8" ] ] }, { - "id": "e9d89bdf.30f7a8", + "id": "556d2c3e.217c14", "type": "execute", "name": "execute jsonStringToCtx", "xml": "\n\t\n\t\n\t", "comments": "", "outputs": 1, - "x": 386, - "y": 366, - "z": "50de34e0.ace54c", + "x": 458, + "y": 286, + "z": "df893cfa.16f38", "wires": [ [] ] }, { - "id": "e43265e9.4c7f38", + "id": "d4a98e23.62f9b", "type": "outcome", "name": "true", "xml": "\n", "comments": "", "outputs": 1, - "x": 551, - "y": 399, - "z": "50de34e0.ace54c", + "x": 623, + "y": 319, + "z": "df893cfa.16f38", "wires": [ [ - "abbc4ae4.be5328" + "582ec79b.faa468" ] ] }, { - "id": "d78c93da.7125f", + "id": "a403044b.ebc9f8", "type": "outcome", "name": "other", "xml": "\n", "comments": "", "outputs": 1, - "x": 550.9999389648438, - "y": 460, - "z": "50de34e0.ace54c", + "x": 622.9999389648438, + "y": 380, + "z": "df893cfa.16f38", "wires": [ [ - "f68ee407.ca6d88" + "3184e083.2b204" ] ] }, { - "id": "f68ee407.ca6d88", + "id": "3184e083.2b204", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 698.9999389648438, - "y": 459, - "z": "50de34e0.ace54c", + "x": 770.9999389648438, + "y": 379, + "z": "df893cfa.16f38", "wires": [ [ - "442dbdff.6dfcb4", - "80c560bb.eea5f" + "3bd1d194.63001e", + "395906a2.acd1ea" ] ] }, { - "id": "abbc4ae4.be5328", + "id": "582ec79b.faa468", "type": "set", "name": "set AnsibleReq", "xml": "\n\n\n", "comments": "", - "x": 712, - "y": 397, - "z": "50de34e0.ace54c", + "x": 784, + "y": 317, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "80c560bb.eea5f", + "id": "395906a2.acd1ea", "type": "execute", "name": "set playbookname", "xml": "\n\t\n\t\n\n", "comments": "", "outputs": 1, - "x": 921, - "y": 439, - "z": "50de34e0.ace54c", + "x": 993, + "y": 359, + "z": "df893cfa.16f38", "wires": [ [] ] }, { - "id": "fa9a8e1f.bba53", + "id": "5cc58e7c.083a5", "type": "switchNode", "name": "switch playbookname", "xml": "\n", "comments": "", "outputs": 1, - "x": 351, - "y": 551, - "z": "50de34e0.ace54c", + "x": 423, + "y": 471, + "z": "df893cfa.16f38", "wires": [ [ - "1a5624d2.74e98b" + "b9c121b9.01765" ] ] }, { - "id": "1a5624d2.74e98b", + "id": "b9c121b9.01765", "type": "outcome", "name": "null", "xml": "\n", "comments": "", "outputs": 1, - "x": 522, - "y": 552, - "z": "50de34e0.ace54c", + "x": 594, + "y": 472, + "z": "df893cfa.16f38", "wires": [ [ - "524c17a1.30fbf8" + "96dc86e8.19da88" ] ] }, { - "id": "524c17a1.30fbf8", + "id": "96dc86e8.19da88", "type": "set", "name": "set playbookname", "xml": "\n\n", "comments": "", - "x": 712, - "y": 551, - "z": "50de34e0.ace54c", + "x": 784, + "y": 471, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "81510405.ca8868", + "id": "ae5d9d02.d1fe4", "type": "switchNode", "name": "switch nodelist", "xml": "\n", "comments": "", "outputs": 1, - "x": 341, - "y": 610, - "z": "50de34e0.ace54c", + "x": 413, + "y": 530, + "z": "df893cfa.16f38", "wires": [ [ - "7a126f.d2de2d9", - "8743a074.e8506" + "d47821da.1dd48", + "69b2cec2.dd018" ] ] }, { - "id": "7a126f.d2de2d9", + "id": "d47821da.1dd48", "type": "outcome", "name": "null", "xml": "\n", "comments": "", "outputs": 1, - "x": 521, - "y": 603, - "z": "50de34e0.ace54c", + "x": 593, + "y": 523, + "z": "df893cfa.16f38", "wires": [ [ - "c954af6f.c34df" + "dce9b14d.bb77b" ] ] }, { - "id": "c954af6f.c34df", + "id": "dce9b14d.bb77b", "type": "set", "name": "set nodelist", "xml": "\n", "comments": "", - "x": 678, - "y": 617, - "z": "50de34e0.ace54c", + "x": 750, + "y": 537, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "8743a074.e8506", + "id": "69b2cec2.dd018", "type": "outcome", "name": "empty", "xml": "\n\n", "comments": "", "outputs": 1, - "x": 520, - "y": 647, - "z": "50de34e0.ace54c", + "x": 592, + "y": 567, + "z": "df893cfa.16f38", "wires": [ [ - "c954af6f.c34df" + "dce9b14d.bb77b" ] ] }, { - "id": "90b2891b.001708", + "id": "8d045871.31f638", "type": "switchNode", "name": "switch playbookname", "xml": "\n", "comments": "", "outputs": 1, - "x": 1396, - "y": 482, - "z": "50de34e0.ace54c", + "x": 1468, + "y": 402, + "z": "df893cfa.16f38", "wires": [ [ - "c9dd0d76.432f7" + "ef1e7a17.621f38" ] ] }, { - "id": "c9dd0d76.432f7", + "id": "ef1e7a17.621f38", "type": "outcome", "name": "null", "xml": "\n", "comments": "", "outputs": 1, - "x": 1574, - "y": 482, - "z": "50de34e0.ace54c", + "x": 1646, + "y": 402, + "z": "df893cfa.16f38", "wires": [ [ - "6ea15b2b.d9cd74" + "862a6ea8.3ba16" ] ] }, { - "id": "9706bdee.6acf9", + "id": "8543ebcf.2ead48", "type": "set", "name": "set nodelist", "xml": "\n\n", "comments": "", - "x": 1369, - "y": 535, - "z": "50de34e0.ace54c", + "x": 1441, + "y": 455, + "z": "df893cfa.16f38", "wires": [] }, { - "id": "5a65efc0.bf413", + "id": "50890a76.58d434", "type": "block", "name": "block", "xml": "\n", "atomic": "false", "comments": "", "outputs": 1, - "x": 1199, - "y": 492, - "z": "50de34e0.ace54c", + "x": 1271, + "y": 412, + "z": "df893cfa.16f38", "wires": [ [ - "90b2891b.001708", - "9706bdee.6acf9" + "8d045871.31f638", + "8543ebcf.2ead48" ] ] }, { - "id": "6ea15b2b.d9cd74", + "id": "862a6ea8.3ba16", "type": "execute", "name": "set playbookname", "xml": "\n\t\n\t\n\n", "comments": "", "outputs": 1, - "x": 1746, - "y": 480, - "z": "50de34e0.ace54c", + "x": 1818, + "y": 400, + "z": "df893cfa.16f38", "wires": [ [] ] + }, + { + "id": "66ca1a2.98ef5e4", + "type": "execute", + "name": "execute jsonStringToCtx", + "xml": "\n\t\n\t\n\t\n", + "comments": "", + "outputs": 1, + "x": 1668, + "y": 744, + "z": "df893cfa.16f38", + "wires": [ + [] + ] + }, + { + "id": "6f78d9df.0d3518", + "type": "execute", + "name": "execute getAttributeValue", + "xml": "\n\t\n\t", + "comments": "", + "outputs": 1, + "x": 1674, + "y": 789, + "z": "df893cfa.16f38", + "wires": [ + [] + ] + }, + { + "id": "3c0a54ab.00262c", + "type": "switchNode", + "name": "switch outputPayload", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1660, + "y": 836, + "z": "df893cfa.16f38", + "wires": [ + [ + "65b8d06e.2f308", + "db2edf05.5dbf2" + ] + ] + }, + { + "id": "65b8d06e.2f308", + "type": "outcome", + "name": "null", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1838, + "y": 816, + "z": "df893cfa.16f38", + "wires": [ + [ + "b364bef1.e2765" + ] + ] + }, + { + "id": "db2edf05.5dbf2", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1839, + "y": 860, + "z": "df893cfa.16f38", + "wires": [ + [ + "3b020d0b.edb822" + ] + ] + }, + { + "id": "3b020d0b.edb822", + "type": "set", + "name": "set DmaapReq with payload", + "xml": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", + "comments": "", + "x": 2036, + "y": 860, + "z": "df893cfa.16f38", + "wires": [] + }, + { + "id": "e583cc0b.79586", + "type": "returnSuccess", + "name": "return success", + "xml": "\n\n", + "comments": "", + "x": 2371, + "y": 946.9999389648438, + "z": "df893cfa.16f38", + "wires": [] + }, + { + "id": "b678b572.4bc6d8", + "type": "outcome", + "name": "null", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1837.000244140625, + "y": 968.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "bebb9bde.cadbc8" + ] + ] + }, + { + "id": "e71f0e75.f5e6e", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1836.000244140625, + "y": 1044.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "a34ae1ab.50555" + ] + ] + }, + { + "id": "9977ea00.521808", + "type": "switchNode", + "name": "switch outputPayload", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 1654.000244140625, + "y": 1004.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "b678b572.4bc6d8", + "e71f0e75.f5e6e" + ] + ] + }, + { + "id": "c888915f.7e81c", + "type": "returnSuccess", + "name": "return success with payload", + "xml": "\n\n\n", + "comments": "", + "x": 2412.000244140625, + "y": 1028.9998779296875, + "z": "df893cfa.16f38", + "wires": [] + }, + { + "id": "bebb9bde.cadbc8", + "type": "switchNode", + "name": "switch result code", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2007.000244140625, + "y": 968.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "1b395046.b5f6", + "d4989dec.88a2e" + ] + ] + }, + { + "id": "a34ae1ab.50555", + "type": "switchNode", + "name": "switch result code", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2007.000244140625, + "y": 1044.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "8e9f2082.ee767", + "3b44f0c3.4b7c2" + ] + ] + }, + { + "id": "5e9a3c.5f7e95c4", + "type": "returnFailure", + "name": "return failure", + "xml": "\n\n\n", + "comments": "", + "x": 2365.000244140625, + "y": 984.9998779296875, + "z": "df893cfa.16f38", + "wires": [] + }, + { + "id": "398f4135.fd470e", + "type": "returnFailure", + "name": "return failure with payload", + "xml": "\n\n\n", + "comments": "", + "x": 2408.000244140625, + "y": 1066.9998779296875, + "z": "df893cfa.16f38", + "wires": [] + }, + { + "id": "1b395046.b5f6", + "type": "other", + "name": "outcome 400", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2195.000244140625, + "y": 946.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "e583cc0b.79586" + ] + ] + }, + { + "id": "d4989dec.88a2e", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2176.000244140625, + "y": 984.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "5e9a3c.5f7e95c4" + ] + ] + }, + { + "id": "8e9f2082.ee767", + "type": "other", + "name": "outcome 400", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2196.000244140625, + "y": 1028.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "c888915f.7e81c" + ] + ] + }, + { + "id": "3b44f0c3.4b7c2", + "type": "outcome", + "name": "other", + "xml": "\n", + "comments": "", + "outputs": 1, + "x": 2178.000244140625, + "y": 1066.9998779296875, + "z": "df893cfa.16f38", + "wires": [ + [ + "398f4135.fd470e" + ] + ] } ] \ No newline at end of file diff --git a/platform-logic/lcm/src/main/xml/LCM_rollback.xml b/platform-logic/lcm/src/main/xml/LCM_rollback.xml index bb540b6d..dd240633 100644 --- a/platform-logic/lcm/src/main/xml/LCM_rollback.xml +++ b/platform-logic/lcm/src/main/xml/LCM_rollback.xml @@ -250,23 +250,56 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -283,31 +316,96 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -324,10 +422,42 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform-logic/lcm/src/main/xml/LCM_upgrade-post-check.xml b/platform-logic/lcm/src/main/xml/LCM_upgrade-post-check.xml index 3338f1c2..a772373d 100644 --- a/platform-logic/lcm/src/main/xml/LCM_upgrade-post-check.xml +++ b/platform-logic/lcm/src/main/xml/LCM_upgrade-post-check.xml @@ -271,23 +271,56 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -304,31 +337,96 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -345,10 +443,42 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform-logic/lcm/src/main/xml/LCM_upgrade-pre-check.xml b/platform-logic/lcm/src/main/xml/LCM_upgrade-pre-check.xml index 1bf68e52..28f7048e 100644 --- a/platform-logic/lcm/src/main/xml/LCM_upgrade-pre-check.xml +++ b/platform-logic/lcm/src/main/xml/LCM_upgrade-pre-check.xml @@ -271,23 +271,56 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -304,31 +337,96 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -345,10 +443,42 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +