From 07b6f6d67871b0341b4647b976e09852607d9126 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët <adetalhouet89@gmail.com> Date: Fri, 5 Oct 2018 14:34:54 -0400 Subject: Fix ss-netbox-assign flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic0693f6c893d1fe51e22d1c61d390497285b3d7d Issue-ID: SDNC-444 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: e152ce8357e74fea4fa624c76dc254b46bf61ec6 --- ...C-RESOURCE-API_self-serve-netbox-ip-assign.json | 1037 ++++++++++++++++++++ ...SOURCE-API_self-serve-netbox-ip-assignment.json | 1037 -------------------- ...C-RESOURCE-API_self-serve-vf-module-assign.json | 3 +- 3 files changed, 1038 insertions(+), 1039 deletions(-) create mode 100644 platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-netbox-ip-assign.json delete mode 100644 platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-netbox-ip-assignment.json (limited to 'platform-logic/generic-resource-api/src/main/json') diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-netbox-ip-assign.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-netbox-ip-assign.json new file mode 100644 index 00000000..6261220c --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-netbox-ip-assign.json @@ -0,0 +1,1037 @@ +[ + { + "id": "1ac00e46.c3e9e2", + "type": "dgstart", + "name": "DGSTART", + "outputs": 1, + "x": 114, + "y": 47, + "z": "143c1488.728ec3", + "wires": [ + [ + "52295e06.9cc6c" + ] + ] + }, + { + "id": "df5325d5.fd4748", + "type": "method", + "name": "method self-serve-netbox-ip-assignment", + "xml": "<method rpc='self-serve-netbox-ip-assignment' mode='sync'>\n", + "comments": "", + "outputs": 1, + "x": 249.7857208251953, + "y": 104.1269884109497, + "z": "143c1488.728ec3", + "wires": [ + [ + "63c730e0.c25018" + ] + ] + }, + { + "id": "63c730e0.c25018", + "type": "block", + "name": "block : atomic", + "xml": "<block atomic=\"true\">", + "atomic": "true", + "comments": "", + "outputs": 1, + "x": 143.32144165039062, + "y": 190.4286069869995, + "z": "143c1488.728ec3", + "wires": [ + [ + "5df07877.d41d48", + "317924e0.177cf4", + "66e86dab.782c14", + "fe9daa10.860a48", + "cd60dd04.3a49e" + ] + ] + }, + { + "id": "52295e06.9cc6c", + "type": "service-logic", + "name": "GENERIC-RESOURCE-API ${project.version}", + "module": "GENERIC-RESOURCE-API", + "version": "${project.version}", + "comments": "", + "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'>", + "outputs": 1, + "x": 386.8571472167969, + "y": 46.42856693267822, + "z": "143c1488.728ec3", + "wires": [ + [ + "df5325d5.fd4748" + ] + ] + }, + { + "id": "5df07877.d41d48", + "type": "switchNode", + "name": "switch: ss.capability-name", + "xml": "<switch test='`$ss.capability-name`'>\n", + "comments": "", + "outputs": 1, + "x": 401.4999694824219, + "y": 194.25000858306885, + "z": "143c1488.728ec3", + "wires": [ + [ + "1172f991.e8e1ce" + ] + ] + }, + { + "id": "1172f991.e8e1ce", + "type": "outcome", + "name": "NULL", + "xml": "<outcome value=''>", + "outputs": 1, + "x": 626.4999923706055, + "y": 194.75000715255737, + "z": "143c1488.728ec3", + "wires": [ + [ + "788ea450.d0af24" + ] + ] + }, + { + "id": "788ea450.d0af24", + "type": "returnFailure", + "name": "return failure", + "xml": "<return status=\"failure\">\n\t<parameter name=\"ack-final\" value=\"Y\" />\n\t<parameter name=\"error-code\" value=\"500\"/>\n\t<parameter name=\"error-message\" value=\"ss.capability-name is null\" />\n", + "comments": "", + "x": 786.4166641235352, + "y": 194.86110591888428, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "317924e0.177cf4", + "type": "switchNode", + "name": "switch: ss.capability-action", + "xml": "<switch test='`$ss.capability-action`'>\n", + "comments": "", + "outputs": 1, + "x": 404.74996185302734, + "y": 270.25000381469727, + "z": "143c1488.728ec3", + "wires": [ + [ + "ef7a453e.505a28" + ] + ] + }, + { + "id": "ef7a453e.505a28", + "type": "outcome", + "name": "NULL", + "xml": "<outcome value=''>", + "comments": "", + "outputs": 1, + "x": 628.2499618530273, + "y": 270.50000381469727, + "z": "143c1488.728ec3", + "wires": [ + [ + "2cd2be60.fa73d2" + ] + ] + }, + { + "id": "2cd2be60.fa73d2", + "type": "returnFailure", + "name": "return failure", + "xml": "<return status=\"failure\">\n\t<parameter name=\"ack-final\" value=\"Y\" />\n\t<parameter name=\"error-code\" value=\"500\"/>\n\t<parameter name=\"error-message\" value=\"ss.capability-action is null\" />\n", + "comments": "", + "x": 788.166633605957, + "y": 270.61110258102417, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "dd9f2f74.302358", + "type": "outcome", + "name": "unassign", + "xml": "<outcome value='unassign'>", + "comments": "", + "outputs": 1, + "x": 908.8930053710938, + "y": 1550.9286060333252, + "z": "143c1488.728ec3", + "wires": [ + [ + "d2384164.43d4b8" + ] + ] + }, + { + "id": "fe9daa10.860a48", + "type": "call", + "name": "call self-service-capability-param-resolution", + "xml": "<call module='GENERIC-RESOURCE-API' rpc='self-service-capability-param-resolution' mode='sync' >\n", + "comments": "", + "outputs": 1, + "x": 455.41680908203125, + "y": 345.250039100647, + "z": "143c1488.728ec3", + "wires": [ + [ + "6271ac3c.dbb524" + ] + ] + }, + { + "id": "6271ac3c.dbb524", + "type": "failure", + "name": "failure", + "xml": "<outcome value='failure'>\n", + "comments": "", + "outputs": 1, + "x": 759.6667060852051, + "y": 347.25004291534424, + "z": "143c1488.728ec3", + "wires": [ + [ + "6983c90c.9f085" + ] + ] + }, + { + "id": "6983c90c.9f085", + "type": "returnFailure", + "name": "return failure", + "xml": "<return status=\"failure\">\n\t<parameter name=\"ack-final\" value=\"Y\" />\n\t<parameter name=\"error-code\" value=\"500\"/>\n\t<parameter name=\"error-message\" value=\"`'Not all assignments are resolved' + $error-message`\" />\n", + "comments": "", + "x": 918.4166870117188, + "y": 347.250039100647, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "a1557c8b.0af52", + "type": "set", + "name": "set tmp.ss.param.capability-name", + "xml": "<set>\n<parameter name='tmp.ss.param.capability-name' \n\tvalue='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.capability-name`' />\n", + "comments": "", + "x": 918.5634307861328, + "y": 403.0317540168762, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "dcc3036b.be682", + "type": "for", + "name": "for pidx in param_length", + "xml": "<for index=\"pidx\" start=\"0\" end=\"`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param_length`\">", + "comments": "", + "outputs": 1, + "x": 628.7776565551758, + "y": 403.10322427749634, + "z": "143c1488.728ec3", + "wires": [ + [ + "ac1bc695.ba30f8", + "a1557c8b.0af52", + "a8c879d0.2e224" + ] + ] + }, + { + "id": "ac1bc695.ba30f8", + "type": "switchNode", + "name": "switch: capability-name - ss vs param", + "xml": "<switch test='`$tmp.ss.param.capability-name == $ss.capability-name`'>\n", + "comments": "", + "outputs": 1, + "x": 931.6388931274414, + "y": 484.3810067176819, + "z": "143c1488.728ec3", + "wires": [ + [ + "95d45cef.739a4" + ] + ] + }, + { + "id": "95d45cef.739a4", + "type": "outcomeTrue", + "name": "true", + "xml": "<outcome value='true'>\n", + "comments": "", + "outputs": 1, + "x": 1170.388900756836, + "y": 484.1310067176819, + "z": "143c1488.728ec3", + "wires": [ + [ + "58a7e2ac.369edc" + ] + ] + }, + { + "id": "ae0c0642.b8f398", + "type": "switchNode", + "name": "switch: resource-key[].name", + "xml": "<switch test='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].name`'>\n", + "comments": "", + "outputs": 1, + "x": 1357.778221130371, + "y": 804.4249711036682, + "z": "143c1488.728ec3", + "wires": [ + [ + "30dba812.eebad", + "9ccc6ec3.307098", + "17e282ca.caa0c5", + "79d8a08e.f34778", + "a090c1a0.159c8" + ] + ] + }, + { + "id": "9ccc6ec3.307098", + "type": "outcome", + "name": "service-instance-id", + "xml": "<outcome value='service-instance-id'>\n", + "comments": "", + "outputs": 1, + "x": 1629.1671295166016, + "y": 803.897189617157, + "z": "143c1488.728ec3", + "wires": [ + [ + "c862bfff.9602c" + ] + ] + }, + { + "id": "c862bfff.9602c", + "type": "set", + "name": "set tmp.ss.service-instance-id", + "xml": "<set>\n<parameter name='tmp.ss.service-instance-id' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", + "comments": "", + "x": 1895.4171295166016, + "y": 803.647189617157, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "ae459d03.790da", + "type": "set", + "name": "set service-data...param[].value = ip-address", + "xml": "<set>\n<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].value' \n\tvalue='`$self_serve_netbox_ip_assignement.ip-address`' />\n", + "comments": "", + "x": 2387.3892211914062, + "y": 1346.746416091919, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "e576077c.d41a68", + "type": "for", + "name": "for pidx in param_length", + "xml": "<for index=\"pidx\" start=\"0\" end=\"`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param_length`\">", + "comments": "", + "outputs": 1, + "x": 1363.7142944335938, + "y": 1345.6789722442627, + "z": "143c1488.728ec3", + "wires": [ + [ + "b57441f1.40176" + ] + ] + }, + { + "id": "b57441f1.40176", + "type": "switchNode", + "name": "switch: param[].name", + "xml": "<switch test='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].name`'>\n", + "comments": "", + "outputs": 1, + "x": 1609.4920043945312, + "y": 1345.4289112091064, + "z": "143c1488.728ec3", + "wires": [ + [ + "afe763c2.be4ad" + ] + ] + }, + { + "id": "8b2de334.ba017", + "type": "block", + "name": "block", + "xml": "<block>\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 2117.5001945495605, + "y": 1347.6076221466064, + "z": "143c1488.728ec3", + "wires": [ + [ + "ae459d03.790da", + "2123959.27e4fea" + ] + ] + }, + { + "id": "bd927868.04ca28", + "type": "update", + "name": "get-resource IPAM_IP_ASSIGNEMENT", + "xml": "<get-resource plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource' resource='SQL'\n\tkey='SELECT * from IPAM_IP_ASSIGNEMENT \n\t\tWHERE external_key = $tmp.ss.external-key\n\t\tAND service_instance_id = $tmp.ss.service-instance-id' >", + "comments": "", + "outputs": 1, + "x": 1384.3770751953125, + "y": 1549.7500171661377, + "z": "143c1488.728ec3", + "wires": [ + [ + "97c050e3.e78ef8", + "fcaae989.8a065" + ] + ] + }, + { + "id": "97c050e3.e78ef8", + "type": "not-found", + "name": "not-found", + "xml": "<outcome value='not-found'>\n", + "comments": "", + "outputs": 1, + "x": 1678.964412689209, + "y": 1550.7500503063202, + "z": "143c1488.728ec3", + "wires": [ + [ + "e707327c.c14c1" + ] + ] + }, + { + "id": "e707327c.c14c1", + "type": "block", + "name": "block", + "xml": "<block>\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 1849.1072213309153, + "y": 1551.1786281040736, + "z": "143c1488.728ec3", + "wires": [ + [] + ] + }, + { + "id": "fcaae989.8a065", + "type": "success", + "name": "success", + "xml": "<outcome value='success'>\n", + "comments": "", + "outputs": 1, + "x": 1675.6785583496094, + "y": 1598.4643630981445, + "z": "143c1488.728ec3", + "wires": [ + [ + "1905e389.47be1c" + ] + ] + }, + { + "id": "d2384164.43d4b8", + "type": "block", + "name": "block : atomic", + "xml": "<block atomic=\"true\">", + "atomic": "true", + "outputs": 1, + "x": 1078.214370727539, + "y": 1551.3929615020752, + "z": "143c1488.728ec3", + "wires": [ + [ + "bd927868.04ca28", + "8b0e1626.d5a95" + ] + ] + }, + { + "id": "dd1d0acb.f3d9f", + "type": "for", + "name": "for kidx in resource-key_length", + "xml": "<for index=\"kidx\" start=\"0\" end=\"`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key_length`\">", + "comments": "", + "outputs": 1, + "x": 1074.639305114746, + "y": 802.2860550880432, + "z": "143c1488.728ec3", + "wires": [ + [ + "ae0c0642.b8f398" + ] + ] + }, + { + "id": "cd60dd04.3a49e", + "type": "block", + "name": "block", + "xml": "<block>\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 345.03570556640625, + "y": 401.22620487213135, + "z": "143c1488.728ec3", + "wires": [ + [ + "dcc3036b.be682", + "8f13f8ba.2b7f7" + ] + ] + }, + { + "id": "66e86dab.782c14", + "type": "execute", + "name": "printContext", + "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/var/tmp/ss.eipam.log' />\n", + "comments": "", + "outputs": 1, + "x": 143.5833740234375, + "y": 1909.6664819717407, + "z": "143c1488.728ec3", + "wires": [ + [] + ] + }, + { + "id": "178de813.ea0878", + "type": "update", + "name": "update IPAM_IP_ASSIGNEMENT to PENDING_DELETE...", + "xml": "<update plugin=\"org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource\" resource=\"SQL\"\n\tkey=\"UPDATE IPAM_IP_ASSIGNEMENT set ip_status = $tmp.status \n\t\tWHERE external_key = $tmp.ss.external-key\n\t\tAND service_instance_id = $tmp.ss.service-instance-id\" >", + "comments": "", + "outputs": 1, + "x": 2207.2740478515625, + "y": 1641.4287281036377, + "z": "143c1488.728ec3", + "wires": [ + [ + "22ea54b4.9a4a5c" + ] + ] + }, + { + "id": "c8aa945e.cb553", + "type": "set", + "name": "set status = PENDING_DELETE", + "xml": "<set>\n<parameter name='tmp.status' value=\"PENDING_DELETE\" />\n", + "comments": "", + "x": 2117.1905517578125, + "y": 1599.7619800567627, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "22ea54b4.9a4a5c", + "type": "failure", + "name": "failure", + "xml": "<outcome value='failure'>\n", + "comments": "", + "outputs": 1, + "x": 2514.9405059814453, + "y": 1642.0120515823364, + "z": "143c1488.728ec3", + "wires": [ + [ + "29d7a55a.db16a2" + ] + ] + }, + { + "id": "29d7a55a.db16a2", + "type": "returnFailure", + "name": "return failure", + "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"`'Error updating NETBOX_IP_ASSIGNMENTS table to unassign ip with external_key=' + $tmp.ss.external-key + ' and service_instance_id=' + $tmp.ss.service-instance-id`\" />\n", + "comments": "", + "x": 2693.9407958984375, + "y": 1641.8216724395752, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "e13d8645.38dff8", + "type": "execute", + "name": "execute Netbox unassign IP addresses", + "xml": "<execute plugin=\"org.onap.ccsdk.sli.adaptors.netbox.api.NetboxClient\" method=\"unassignIpAddress\">\n<parameter name=\"service_instance_id\" value=\"`$tmp.ss.service-instance-id`\" />\n<parameter name=\"external_key\" value=\"`$tmp.ss.external-key`\" />", + "comments": "", + "outputs": 1, + "x": 2137.27392578125, + "y": 1687.678789138794, + "z": "143c1488.728ec3", + "wires": [ + [ + "8a2f8559.485e" + ] + ] + }, + { + "id": "8a2f8559.485e", + "type": "failure", + "name": "failure", + "xml": "<outcome value='failure'>\n", + "comments": "", + "outputs": 1, + "x": 2380.607192993164, + "y": 1687.6787385940552, + "z": "143c1488.728ec3", + "wires": [ + [ + "745a09ce.fc0c18" + ] + ] + }, + { + "id": "745a09ce.fc0c18", + "type": "returnFailure", + "name": "return failure", + "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"`'Error in NetboxClient#unassignIPAddress with external-key='+ $tmp.ss.external-key`\" />\n", + "comments": "", + "x": 2542.607219696045, + "y": 1687.488473892212, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "1905e389.47be1c", + "type": "block", + "name": "block : atomic", + "xml": "<block atomic=\"true\">", + "atomic": "true", + "outputs": 1, + "x": 1857.8929595947266, + "y": 1599.1786079406738, + "z": "143c1488.728ec3", + "wires": [ + [ + "c8aa945e.cb553", + "178de813.ea0878", + "e13d8645.38dff8" + ] + ] + }, + { + "id": "8f13f8ba.2b7f7", + "type": "record", + "name": "record", + "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.Slf4jRecorder\">\n<parameter name=\"logger\" value=\"message-log\"/>\n<parameter name=\"field1\" value=\"__TIMESTAMP__\"/>\n<parameter name=\"field2\" value=\"`'SS: pidx: ' + $pidx`\"/>\n", + "comments": "", + "outputs": 1, + "x": 580.84130859375, + "y": 458.170693397522, + "z": "143c1488.728ec3", + "wires": [ + [] + ] + }, + { + "id": "30dba812.eebad", + "type": "outcome", + "name": "vf-module-id", + "xml": "<outcome value='vf-module-id'>\n", + "comments": "", + "outputs": 1, + "x": 1611.0001373291016, + "y": 850.1471285820007, + "z": "143c1488.728ec3", + "wires": [ + [ + "c1e7f26f.85c74" + ] + ] + }, + { + "id": "c1e7f26f.85c74", + "type": "set", + "name": "set tmp.ss.vf-module-id", + "xml": "<set>\n<parameter name='tmp.ss.vf-module-id' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", + "comments": "", + "x": 1877.000259399414, + "y": 850.1471285820007, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "8b0e1626.d5a95", + "type": "for", + "name": "for pidx in param_length", + "xml": "<for index=\"pidx\" start=\"0\" end=\"`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param_length`\">", + "comments": "", + "outputs": 1, + "x": 1345.6429443359375, + "y": 1789.9999961853027, + "z": "143c1488.728ec3", + "wires": [ + [ + "81010aef.f49a18" + ] + ] + }, + { + "id": "81010aef.f49a18", + "type": "switchNode", + "name": "switch: param[].name", + "xml": "<switch test='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].name`'>\n", + "comments": "", + "outputs": 1, + "x": 1593.6429443359375, + "y": 1789.7499961853027, + "z": "143c1488.728ec3", + "wires": [ + [ + "e1dfefe2.393f88" + ] + ] + }, + { + "id": "e1dfefe2.393f88", + "type": "outcome", + "name": "ip-address", + "xml": "<outcome value='ip-address'>", + "comments": "", + "outputs": 1, + "x": 1838.178695678711, + "y": 1789.9285697937012, + "z": "143c1488.728ec3", + "wires": [ + [ + "e87a20cc.b590a8" + ] + ] + }, + { + "id": "e87a20cc.b590a8", + "type": "set", + "name": "set resource-resolution-data.status = DELETED", + "xml": "<set>\n<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.status' \n\tvalue='DELETED' />\n", + "comments": "", + "x": 2160.3572998046875, + "y": 1790.1429615020752, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "17e282ca.caa0c5", + "type": "outcome", + "name": "prefix-id", + "xml": "<outcome value='prefix-id'>\n", + "comments": "", + "outputs": 1, + "x": 1600.0558013916016, + "y": 894.3971590995789, + "z": "143c1488.728ec3", + "wires": [ + [ + "d72c0767.d2203" + ] + ] + }, + { + "id": "d72c0767.d2203", + "type": "set", + "name": "set prefix-id", + "xml": "<set>\n<parameter name='tmp.ss.prefix-id' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", + "comments": "", + "x": 1846.5558013916016, + "y": 894.6471285820007, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "e8bdbae6.040f1", + "type": "execute", + "name": "execute NetboxClient assignIpAddress", + "xml": "<execute plugin=\"org.onap.ccsdk.sli.adaptors.netbox.api.NetboxClient\" method=\"assignIpAddress\">\n<parameter name=\"service_instance_id\" value=\"`$tmp.ss.service-instance-id`\" />\n<parameter name=\"vf_module_id\" value=\"`$tmp.ss.vf-module-id`\" />\n<parameter name=\"prefix_id\" value=\"`$tmp.ss.prefix-id`\" />\n<parameter name=\"resource_name\" value=\"`$tmp.ss.param.name`\" />\n<parameter name=\"external_key\" value=\"`$tmp.ss.external-key`\" />", + "comments": "", + "outputs": 1, + "x": 1381.9525756835938, + "y": 1208.9170093536377, + "z": "143c1488.728ec3", + "wires": [ + [ + "6e70c100.8f1ee" + ] + ] + }, + { + "id": "6e70c100.8f1ee", + "type": "failure", + "name": "failure", + "xml": "<outcome value='failure'>\n", + "comments": "", + "outputs": 1, + "x": 1698.9525756835938, + "y": 1210.9169483184814, + "z": "143c1488.728ec3", + "wires": [ + [ + "1439cf99.003e9" + ] + ] + }, + { + "id": "1439cf99.003e9", + "type": "block", + "name": "block : atomic", + "xml": "<block atomic='true'>", + "atomic": "true", + "comments": "", + "outputs": 1, + "x": 1906.9525756835938, + "y": 1214.9169483184814, + "z": "143c1488.728ec3", + "wires": [ + [ + "2738f77e.bc5c7", + "663a6846.85cae8" + ] + ] + }, + { + "id": "2738f77e.bc5c7", + "type": "set", + "name": "set resource-resolution-data.status = FAILED", + "xml": "<set>\n<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.status' value='FAILED' />\n", + "comments": "", + "x": 2223.95263671875, + "y": 1218.9169178009033, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "663a6846.85cae8", + "type": "returnFailure", + "name": "return failure", + "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value='' />\n", + "comments": "", + "x": 2125.6190795898438, + "y": 1272.8058032989502, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "2123959.27e4fea", + "type": "set", + "name": "set resource-resolution-data.status = SUCCESS", + "xml": "<set>\n<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.status' \n\tvalue='SUCCESS' />\n", + "comments": "", + "x": 2408.750160217285, + "y": 1404.6076169013977, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "79d8a08e.f34778", + "type": "outcome", + "name": "ip-address-id", + "xml": "<outcome value='ip-address-id'>\n", + "comments": "", + "outputs": 1, + "x": 1613.9369506835938, + "y": 939.2542328834534, + "z": "143c1488.728ec3", + "wires": [ + [ + "e3ef613a.32a62" + ] + ] + }, + { + "id": "e3ef613a.32a62", + "type": "set", + "name": "ip-address-id", + "xml": "<set>\n<parameter name='tmp.ss.ip-address-id' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", + "comments": "", + "x": 1848.9368286132812, + "y": 939.2542939186096, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "a090c1a0.159c8", + "type": "outcome", + "name": "external_key", + "xml": "<outcome value='external_key'>\n", + "comments": "", + "outputs": 1, + "x": 1601.5559692382812, + "y": 984.9685273170471, + "z": "143c1488.728ec3", + "wires": [ + [ + "5e668590.73215c" + ] + ] + }, + { + "id": "5e668590.73215c", + "type": "set", + "name": "set external-key", + "xml": "<set>\n<parameter name='tmp.ss.external-key' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", + "comments": "", + "x": 1850.1273803710938, + "y": 984.9685883522034, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "afe763c2.be4ad", + "type": "outcome", + "name": "tmp.ss.param.name", + "xml": "<outcome value='`$tmp.ss.param.name`'>\n", + "comments": "", + "outputs": 1, + "x": 1894.7621459960938, + "y": 1346.7146167755127, + "z": "143c1488.728ec3", + "wires": [ + [ + "8b2de334.ba017" + ] + ] + }, + { + "id": "a8c879d0.2e224", + "type": "set", + "name": "set tmp.ss.param.name", + "xml": "<set>\n<parameter name='tmp.ss.param.name' \n\tvalue='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].name`' />\n", + "comments": "", + "x": 890.3493728637695, + "y": 443.2222390174866, + "z": "143c1488.728ec3", + "wires": [] + }, + { + "id": "58a7e2ac.369edc", + "type": "switchNode", + "name": "switch: resource-resolution-data.status", + "xml": "<switch test='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.status`'>\n", + "comments": "", + "outputs": 1, + "x": 430.2855224609375, + "y": 779.1906518936157, + "z": "143c1488.728ec3", + "wires": [ + [ + "9a3a9127.28a32", + "1a31fbda.d127d4" + ] + ] + }, + { + "id": "9a3a9127.28a32", + "type": "not-found", + "name": "FAILED", + "xml": "<outcome value='FAILED'>\n", + "comments": "", + "outputs": 1, + "x": 661.7143249511719, + "y": 775.1906976699829, + "z": "143c1488.728ec3", + "wires": [ + [ + "b5c2d57.1e7f9a8" + ] + ] + }, + { + "id": "1a31fbda.d127d4", + "type": "success", + "name": "PENDING", + "xml": "<outcome value='PENDING'>\n", + "comments": "", + "outputs": 1, + "x": 668.4285011291504, + "y": 826.9050257205963, + "z": "143c1488.728ec3", + "wires": [ + [ + "b5c2d57.1e7f9a8" + ] + ] + }, + { + "id": "b5c2d57.1e7f9a8", + "type": "block", + "name": "block", + "xml": "<block>\n", + "atomic": "false", + "comments": "", + "outputs": 1, + "x": 823.142822265625, + "y": 799.190712928772, + "z": "143c1488.728ec3", + "wires": [ + [ + "dd1d0acb.f3d9f", + "1ab3438e.44fb7c" + ] + ] + }, + { + "id": "efe3d3a6.f63418", + "type": "outcome", + "name": "assign", + "xml": "<outcome value='assign'>", + "comments": "", + "outputs": 1, + "x": 880.9999389648438, + "y": 1207.0002613067627, + "z": "143c1488.728ec3", + "wires": [ + [ + "f69c94df.b1d828" + ] + ] + }, + { + "id": "1ab3438e.44fb7c", + "type": "switchNode", + "name": "switch: ss.capability-action", + "xml": "<switch test='`$ss.capability-action`'>\n", + "comments": "", + "outputs": 1, + "x": 644.9999389648438, + "y": 1205.0002613067627, + "z": "143c1488.728ec3", + "wires": [ + [ + "efe3d3a6.f63418", + "dd9f2f74.302358" + ] + ] + }, + { + "id": "f69c94df.b1d828", + "type": "block", + "name": "block : atomic", + "xml": "<block atomic='true'>", + "atomic": "true", + "comments": "", + "outputs": 1, + "x": 1056.4285888671875, + "y": 1207.857500076294, + "z": "143c1488.728ec3", + "wires": [ + [ + "e8bdbae6.040f1", + "e576077c.d41a68" + ] + ] + } +] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-netbox-ip-assignment.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-netbox-ip-assignment.json deleted file mode 100644 index 6261220c..00000000 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-netbox-ip-assignment.json +++ /dev/null @@ -1,1037 +0,0 @@ -[ - { - "id": "1ac00e46.c3e9e2", - "type": "dgstart", - "name": "DGSTART", - "outputs": 1, - "x": 114, - "y": 47, - "z": "143c1488.728ec3", - "wires": [ - [ - "52295e06.9cc6c" - ] - ] - }, - { - "id": "df5325d5.fd4748", - "type": "method", - "name": "method self-serve-netbox-ip-assignment", - "xml": "<method rpc='self-serve-netbox-ip-assignment' mode='sync'>\n", - "comments": "", - "outputs": 1, - "x": 249.7857208251953, - "y": 104.1269884109497, - "z": "143c1488.728ec3", - "wires": [ - [ - "63c730e0.c25018" - ] - ] - }, - { - "id": "63c730e0.c25018", - "type": "block", - "name": "block : atomic", - "xml": "<block atomic=\"true\">", - "atomic": "true", - "comments": "", - "outputs": 1, - "x": 143.32144165039062, - "y": 190.4286069869995, - "z": "143c1488.728ec3", - "wires": [ - [ - "5df07877.d41d48", - "317924e0.177cf4", - "66e86dab.782c14", - "fe9daa10.860a48", - "cd60dd04.3a49e" - ] - ] - }, - { - "id": "52295e06.9cc6c", - "type": "service-logic", - "name": "GENERIC-RESOURCE-API ${project.version}", - "module": "GENERIC-RESOURCE-API", - "version": "${project.version}", - "comments": "", - "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'>", - "outputs": 1, - "x": 386.8571472167969, - "y": 46.42856693267822, - "z": "143c1488.728ec3", - "wires": [ - [ - "df5325d5.fd4748" - ] - ] - }, - { - "id": "5df07877.d41d48", - "type": "switchNode", - "name": "switch: ss.capability-name", - "xml": "<switch test='`$ss.capability-name`'>\n", - "comments": "", - "outputs": 1, - "x": 401.4999694824219, - "y": 194.25000858306885, - "z": "143c1488.728ec3", - "wires": [ - [ - "1172f991.e8e1ce" - ] - ] - }, - { - "id": "1172f991.e8e1ce", - "type": "outcome", - "name": "NULL", - "xml": "<outcome value=''>", - "outputs": 1, - "x": 626.4999923706055, - "y": 194.75000715255737, - "z": "143c1488.728ec3", - "wires": [ - [ - "788ea450.d0af24" - ] - ] - }, - { - "id": "788ea450.d0af24", - "type": "returnFailure", - "name": "return failure", - "xml": "<return status=\"failure\">\n\t<parameter name=\"ack-final\" value=\"Y\" />\n\t<parameter name=\"error-code\" value=\"500\"/>\n\t<parameter name=\"error-message\" value=\"ss.capability-name is null\" />\n", - "comments": "", - "x": 786.4166641235352, - "y": 194.86110591888428, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "317924e0.177cf4", - "type": "switchNode", - "name": "switch: ss.capability-action", - "xml": "<switch test='`$ss.capability-action`'>\n", - "comments": "", - "outputs": 1, - "x": 404.74996185302734, - "y": 270.25000381469727, - "z": "143c1488.728ec3", - "wires": [ - [ - "ef7a453e.505a28" - ] - ] - }, - { - "id": "ef7a453e.505a28", - "type": "outcome", - "name": "NULL", - "xml": "<outcome value=''>", - "comments": "", - "outputs": 1, - "x": 628.2499618530273, - "y": 270.50000381469727, - "z": "143c1488.728ec3", - "wires": [ - [ - "2cd2be60.fa73d2" - ] - ] - }, - { - "id": "2cd2be60.fa73d2", - "type": "returnFailure", - "name": "return failure", - "xml": "<return status=\"failure\">\n\t<parameter name=\"ack-final\" value=\"Y\" />\n\t<parameter name=\"error-code\" value=\"500\"/>\n\t<parameter name=\"error-message\" value=\"ss.capability-action is null\" />\n", - "comments": "", - "x": 788.166633605957, - "y": 270.61110258102417, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "dd9f2f74.302358", - "type": "outcome", - "name": "unassign", - "xml": "<outcome value='unassign'>", - "comments": "", - "outputs": 1, - "x": 908.8930053710938, - "y": 1550.9286060333252, - "z": "143c1488.728ec3", - "wires": [ - [ - "d2384164.43d4b8" - ] - ] - }, - { - "id": "fe9daa10.860a48", - "type": "call", - "name": "call self-service-capability-param-resolution", - "xml": "<call module='GENERIC-RESOURCE-API' rpc='self-service-capability-param-resolution' mode='sync' >\n", - "comments": "", - "outputs": 1, - "x": 455.41680908203125, - "y": 345.250039100647, - "z": "143c1488.728ec3", - "wires": [ - [ - "6271ac3c.dbb524" - ] - ] - }, - { - "id": "6271ac3c.dbb524", - "type": "failure", - "name": "failure", - "xml": "<outcome value='failure'>\n", - "comments": "", - "outputs": 1, - "x": 759.6667060852051, - "y": 347.25004291534424, - "z": "143c1488.728ec3", - "wires": [ - [ - "6983c90c.9f085" - ] - ] - }, - { - "id": "6983c90c.9f085", - "type": "returnFailure", - "name": "return failure", - "xml": "<return status=\"failure\">\n\t<parameter name=\"ack-final\" value=\"Y\" />\n\t<parameter name=\"error-code\" value=\"500\"/>\n\t<parameter name=\"error-message\" value=\"`'Not all assignments are resolved' + $error-message`\" />\n", - "comments": "", - "x": 918.4166870117188, - "y": 347.250039100647, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "a1557c8b.0af52", - "type": "set", - "name": "set tmp.ss.param.capability-name", - "xml": "<set>\n<parameter name='tmp.ss.param.capability-name' \n\tvalue='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.capability-name`' />\n", - "comments": "", - "x": 918.5634307861328, - "y": 403.0317540168762, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "dcc3036b.be682", - "type": "for", - "name": "for pidx in param_length", - "xml": "<for index=\"pidx\" start=\"0\" end=\"`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param_length`\">", - "comments": "", - "outputs": 1, - "x": 628.7776565551758, - "y": 403.10322427749634, - "z": "143c1488.728ec3", - "wires": [ - [ - "ac1bc695.ba30f8", - "a1557c8b.0af52", - "a8c879d0.2e224" - ] - ] - }, - { - "id": "ac1bc695.ba30f8", - "type": "switchNode", - "name": "switch: capability-name - ss vs param", - "xml": "<switch test='`$tmp.ss.param.capability-name == $ss.capability-name`'>\n", - "comments": "", - "outputs": 1, - "x": 931.6388931274414, - "y": 484.3810067176819, - "z": "143c1488.728ec3", - "wires": [ - [ - "95d45cef.739a4" - ] - ] - }, - { - "id": "95d45cef.739a4", - "type": "outcomeTrue", - "name": "true", - "xml": "<outcome value='true'>\n", - "comments": "", - "outputs": 1, - "x": 1170.388900756836, - "y": 484.1310067176819, - "z": "143c1488.728ec3", - "wires": [ - [ - "58a7e2ac.369edc" - ] - ] - }, - { - "id": "ae0c0642.b8f398", - "type": "switchNode", - "name": "switch: resource-key[].name", - "xml": "<switch test='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].name`'>\n", - "comments": "", - "outputs": 1, - "x": 1357.778221130371, - "y": 804.4249711036682, - "z": "143c1488.728ec3", - "wires": [ - [ - "30dba812.eebad", - "9ccc6ec3.307098", - "17e282ca.caa0c5", - "79d8a08e.f34778", - "a090c1a0.159c8" - ] - ] - }, - { - "id": "9ccc6ec3.307098", - "type": "outcome", - "name": "service-instance-id", - "xml": "<outcome value='service-instance-id'>\n", - "comments": "", - "outputs": 1, - "x": 1629.1671295166016, - "y": 803.897189617157, - "z": "143c1488.728ec3", - "wires": [ - [ - "c862bfff.9602c" - ] - ] - }, - { - "id": "c862bfff.9602c", - "type": "set", - "name": "set tmp.ss.service-instance-id", - "xml": "<set>\n<parameter name='tmp.ss.service-instance-id' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", - "comments": "", - "x": 1895.4171295166016, - "y": 803.647189617157, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "ae459d03.790da", - "type": "set", - "name": "set service-data...param[].value = ip-address", - "xml": "<set>\n<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].value' \n\tvalue='`$self_serve_netbox_ip_assignement.ip-address`' />\n", - "comments": "", - "x": 2387.3892211914062, - "y": 1346.746416091919, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "e576077c.d41a68", - "type": "for", - "name": "for pidx in param_length", - "xml": "<for index=\"pidx\" start=\"0\" end=\"`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param_length`\">", - "comments": "", - "outputs": 1, - "x": 1363.7142944335938, - "y": 1345.6789722442627, - "z": "143c1488.728ec3", - "wires": [ - [ - "b57441f1.40176" - ] - ] - }, - { - "id": "b57441f1.40176", - "type": "switchNode", - "name": "switch: param[].name", - "xml": "<switch test='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].name`'>\n", - "comments": "", - "outputs": 1, - "x": 1609.4920043945312, - "y": 1345.4289112091064, - "z": "143c1488.728ec3", - "wires": [ - [ - "afe763c2.be4ad" - ] - ] - }, - { - "id": "8b2de334.ba017", - "type": "block", - "name": "block", - "xml": "<block>\n", - "atomic": "false", - "comments": "", - "outputs": 1, - "x": 2117.5001945495605, - "y": 1347.6076221466064, - "z": "143c1488.728ec3", - "wires": [ - [ - "ae459d03.790da", - "2123959.27e4fea" - ] - ] - }, - { - "id": "bd927868.04ca28", - "type": "update", - "name": "get-resource IPAM_IP_ASSIGNEMENT", - "xml": "<get-resource plugin='org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource' resource='SQL'\n\tkey='SELECT * from IPAM_IP_ASSIGNEMENT \n\t\tWHERE external_key = $tmp.ss.external-key\n\t\tAND service_instance_id = $tmp.ss.service-instance-id' >", - "comments": "", - "outputs": 1, - "x": 1384.3770751953125, - "y": 1549.7500171661377, - "z": "143c1488.728ec3", - "wires": [ - [ - "97c050e3.e78ef8", - "fcaae989.8a065" - ] - ] - }, - { - "id": "97c050e3.e78ef8", - "type": "not-found", - "name": "not-found", - "xml": "<outcome value='not-found'>\n", - "comments": "", - "outputs": 1, - "x": 1678.964412689209, - "y": 1550.7500503063202, - "z": "143c1488.728ec3", - "wires": [ - [ - "e707327c.c14c1" - ] - ] - }, - { - "id": "e707327c.c14c1", - "type": "block", - "name": "block", - "xml": "<block>\n", - "atomic": "false", - "comments": "", - "outputs": 1, - "x": 1849.1072213309153, - "y": 1551.1786281040736, - "z": "143c1488.728ec3", - "wires": [ - [] - ] - }, - { - "id": "fcaae989.8a065", - "type": "success", - "name": "success", - "xml": "<outcome value='success'>\n", - "comments": "", - "outputs": 1, - "x": 1675.6785583496094, - "y": 1598.4643630981445, - "z": "143c1488.728ec3", - "wires": [ - [ - "1905e389.47be1c" - ] - ] - }, - { - "id": "d2384164.43d4b8", - "type": "block", - "name": "block : atomic", - "xml": "<block atomic=\"true\">", - "atomic": "true", - "outputs": 1, - "x": 1078.214370727539, - "y": 1551.3929615020752, - "z": "143c1488.728ec3", - "wires": [ - [ - "bd927868.04ca28", - "8b0e1626.d5a95" - ] - ] - }, - { - "id": "dd1d0acb.f3d9f", - "type": "for", - "name": "for kidx in resource-key_length", - "xml": "<for index=\"kidx\" start=\"0\" end=\"`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key_length`\">", - "comments": "", - "outputs": 1, - "x": 1074.639305114746, - "y": 802.2860550880432, - "z": "143c1488.728ec3", - "wires": [ - [ - "ae0c0642.b8f398" - ] - ] - }, - { - "id": "cd60dd04.3a49e", - "type": "block", - "name": "block", - "xml": "<block>\n", - "atomic": "false", - "comments": "", - "outputs": 1, - "x": 345.03570556640625, - "y": 401.22620487213135, - "z": "143c1488.728ec3", - "wires": [ - [ - "dcc3036b.be682", - "8f13f8ba.2b7f7" - ] - ] - }, - { - "id": "66e86dab.782c14", - "type": "execute", - "name": "printContext", - "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/var/tmp/ss.eipam.log' />\n", - "comments": "", - "outputs": 1, - "x": 143.5833740234375, - "y": 1909.6664819717407, - "z": "143c1488.728ec3", - "wires": [ - [] - ] - }, - { - "id": "178de813.ea0878", - "type": "update", - "name": "update IPAM_IP_ASSIGNEMENT to PENDING_DELETE...", - "xml": "<update plugin=\"org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource\" resource=\"SQL\"\n\tkey=\"UPDATE IPAM_IP_ASSIGNEMENT set ip_status = $tmp.status \n\t\tWHERE external_key = $tmp.ss.external-key\n\t\tAND service_instance_id = $tmp.ss.service-instance-id\" >", - "comments": "", - "outputs": 1, - "x": 2207.2740478515625, - "y": 1641.4287281036377, - "z": "143c1488.728ec3", - "wires": [ - [ - "22ea54b4.9a4a5c" - ] - ] - }, - { - "id": "c8aa945e.cb553", - "type": "set", - "name": "set status = PENDING_DELETE", - "xml": "<set>\n<parameter name='tmp.status' value=\"PENDING_DELETE\" />\n", - "comments": "", - "x": 2117.1905517578125, - "y": 1599.7619800567627, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "22ea54b4.9a4a5c", - "type": "failure", - "name": "failure", - "xml": "<outcome value='failure'>\n", - "comments": "", - "outputs": 1, - "x": 2514.9405059814453, - "y": 1642.0120515823364, - "z": "143c1488.728ec3", - "wires": [ - [ - "29d7a55a.db16a2" - ] - ] - }, - { - "id": "29d7a55a.db16a2", - "type": "returnFailure", - "name": "return failure", - "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"`'Error updating NETBOX_IP_ASSIGNMENTS table to unassign ip with external_key=' + $tmp.ss.external-key + ' and service_instance_id=' + $tmp.ss.service-instance-id`\" />\n", - "comments": "", - "x": 2693.9407958984375, - "y": 1641.8216724395752, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "e13d8645.38dff8", - "type": "execute", - "name": "execute Netbox unassign IP addresses", - "xml": "<execute plugin=\"org.onap.ccsdk.sli.adaptors.netbox.api.NetboxClient\" method=\"unassignIpAddress\">\n<parameter name=\"service_instance_id\" value=\"`$tmp.ss.service-instance-id`\" />\n<parameter name=\"external_key\" value=\"`$tmp.ss.external-key`\" />", - "comments": "", - "outputs": 1, - "x": 2137.27392578125, - "y": 1687.678789138794, - "z": "143c1488.728ec3", - "wires": [ - [ - "8a2f8559.485e" - ] - ] - }, - { - "id": "8a2f8559.485e", - "type": "failure", - "name": "failure", - "xml": "<outcome value='failure'>\n", - "comments": "", - "outputs": 1, - "x": 2380.607192993164, - "y": 1687.6787385940552, - "z": "143c1488.728ec3", - "wires": [ - [ - "745a09ce.fc0c18" - ] - ] - }, - { - "id": "745a09ce.fc0c18", - "type": "returnFailure", - "name": "return failure", - "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"`'Error in NetboxClient#unassignIPAddress with external-key='+ $tmp.ss.external-key`\" />\n", - "comments": "", - "x": 2542.607219696045, - "y": 1687.488473892212, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "1905e389.47be1c", - "type": "block", - "name": "block : atomic", - "xml": "<block atomic=\"true\">", - "atomic": "true", - "outputs": 1, - "x": 1857.8929595947266, - "y": 1599.1786079406738, - "z": "143c1488.728ec3", - "wires": [ - [ - "c8aa945e.cb553", - "178de813.ea0878", - "e13d8645.38dff8" - ] - ] - }, - { - "id": "8f13f8ba.2b7f7", - "type": "record", - "name": "record", - "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.Slf4jRecorder\">\n<parameter name=\"logger\" value=\"message-log\"/>\n<parameter name=\"field1\" value=\"__TIMESTAMP__\"/>\n<parameter name=\"field2\" value=\"`'SS: pidx: ' + $pidx`\"/>\n", - "comments": "", - "outputs": 1, - "x": 580.84130859375, - "y": 458.170693397522, - "z": "143c1488.728ec3", - "wires": [ - [] - ] - }, - { - "id": "30dba812.eebad", - "type": "outcome", - "name": "vf-module-id", - "xml": "<outcome value='vf-module-id'>\n", - "comments": "", - "outputs": 1, - "x": 1611.0001373291016, - "y": 850.1471285820007, - "z": "143c1488.728ec3", - "wires": [ - [ - "c1e7f26f.85c74" - ] - ] - }, - { - "id": "c1e7f26f.85c74", - "type": "set", - "name": "set tmp.ss.vf-module-id", - "xml": "<set>\n<parameter name='tmp.ss.vf-module-id' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", - "comments": "", - "x": 1877.000259399414, - "y": 850.1471285820007, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "8b0e1626.d5a95", - "type": "for", - "name": "for pidx in param_length", - "xml": "<for index=\"pidx\" start=\"0\" end=\"`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param_length`\">", - "comments": "", - "outputs": 1, - "x": 1345.6429443359375, - "y": 1789.9999961853027, - "z": "143c1488.728ec3", - "wires": [ - [ - "81010aef.f49a18" - ] - ] - }, - { - "id": "81010aef.f49a18", - "type": "switchNode", - "name": "switch: param[].name", - "xml": "<switch test='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].name`'>\n", - "comments": "", - "outputs": 1, - "x": 1593.6429443359375, - "y": 1789.7499961853027, - "z": "143c1488.728ec3", - "wires": [ - [ - "e1dfefe2.393f88" - ] - ] - }, - { - "id": "e1dfefe2.393f88", - "type": "outcome", - "name": "ip-address", - "xml": "<outcome value='ip-address'>", - "comments": "", - "outputs": 1, - "x": 1838.178695678711, - "y": 1789.9285697937012, - "z": "143c1488.728ec3", - "wires": [ - [ - "e87a20cc.b590a8" - ] - ] - }, - { - "id": "e87a20cc.b590a8", - "type": "set", - "name": "set resource-resolution-data.status = DELETED", - "xml": "<set>\n<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.status' \n\tvalue='DELETED' />\n", - "comments": "", - "x": 2160.3572998046875, - "y": 1790.1429615020752, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "17e282ca.caa0c5", - "type": "outcome", - "name": "prefix-id", - "xml": "<outcome value='prefix-id'>\n", - "comments": "", - "outputs": 1, - "x": 1600.0558013916016, - "y": 894.3971590995789, - "z": "143c1488.728ec3", - "wires": [ - [ - "d72c0767.d2203" - ] - ] - }, - { - "id": "d72c0767.d2203", - "type": "set", - "name": "set prefix-id", - "xml": "<set>\n<parameter name='tmp.ss.prefix-id' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", - "comments": "", - "x": 1846.5558013916016, - "y": 894.6471285820007, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "e8bdbae6.040f1", - "type": "execute", - "name": "execute NetboxClient assignIpAddress", - "xml": "<execute plugin=\"org.onap.ccsdk.sli.adaptors.netbox.api.NetboxClient\" method=\"assignIpAddress\">\n<parameter name=\"service_instance_id\" value=\"`$tmp.ss.service-instance-id`\" />\n<parameter name=\"vf_module_id\" value=\"`$tmp.ss.vf-module-id`\" />\n<parameter name=\"prefix_id\" value=\"`$tmp.ss.prefix-id`\" />\n<parameter name=\"resource_name\" value=\"`$tmp.ss.param.name`\" />\n<parameter name=\"external_key\" value=\"`$tmp.ss.external-key`\" />", - "comments": "", - "outputs": 1, - "x": 1381.9525756835938, - "y": 1208.9170093536377, - "z": "143c1488.728ec3", - "wires": [ - [ - "6e70c100.8f1ee" - ] - ] - }, - { - "id": "6e70c100.8f1ee", - "type": "failure", - "name": "failure", - "xml": "<outcome value='failure'>\n", - "comments": "", - "outputs": 1, - "x": 1698.9525756835938, - "y": 1210.9169483184814, - "z": "143c1488.728ec3", - "wires": [ - [ - "1439cf99.003e9" - ] - ] - }, - { - "id": "1439cf99.003e9", - "type": "block", - "name": "block : atomic", - "xml": "<block atomic='true'>", - "atomic": "true", - "comments": "", - "outputs": 1, - "x": 1906.9525756835938, - "y": 1214.9169483184814, - "z": "143c1488.728ec3", - "wires": [ - [ - "2738f77e.bc5c7", - "663a6846.85cae8" - ] - ] - }, - { - "id": "2738f77e.bc5c7", - "type": "set", - "name": "set resource-resolution-data.status = FAILED", - "xml": "<set>\n<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.status' value='FAILED' />\n", - "comments": "", - "x": 2223.95263671875, - "y": 1218.9169178009033, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "663a6846.85cae8", - "type": "returnFailure", - "name": "return failure", - "xml": "<return status='failure'>\n<parameter name='error-code' value='' />\n<parameter name='error-message' value='' />\n", - "comments": "", - "x": 2125.6190795898438, - "y": 1272.8058032989502, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "2123959.27e4fea", - "type": "set", - "name": "set resource-resolution-data.status = SUCCESS", - "xml": "<set>\n<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.status' \n\tvalue='SUCCESS' />\n", - "comments": "", - "x": 2408.750160217285, - "y": 1404.6076169013977, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "79d8a08e.f34778", - "type": "outcome", - "name": "ip-address-id", - "xml": "<outcome value='ip-address-id'>\n", - "comments": "", - "outputs": 1, - "x": 1613.9369506835938, - "y": 939.2542328834534, - "z": "143c1488.728ec3", - "wires": [ - [ - "e3ef613a.32a62" - ] - ] - }, - { - "id": "e3ef613a.32a62", - "type": "set", - "name": "ip-address-id", - "xml": "<set>\n<parameter name='tmp.ss.ip-address-id' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", - "comments": "", - "x": 1848.9368286132812, - "y": 939.2542939186096, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "a090c1a0.159c8", - "type": "outcome", - "name": "external_key", - "xml": "<outcome value='external_key'>\n", - "comments": "", - "outputs": 1, - "x": 1601.5559692382812, - "y": 984.9685273170471, - "z": "143c1488.728ec3", - "wires": [ - [ - "5e668590.73215c" - ] - ] - }, - { - "id": "5e668590.73215c", - "type": "set", - "name": "set external-key", - "xml": "<set>\n<parameter name='tmp.ss.external-key' value='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.resource-key[$kidx].value`' />\n", - "comments": "", - "x": 1850.1273803710938, - "y": 984.9685883522034, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "afe763c2.be4ad", - "type": "outcome", - "name": "tmp.ss.param.name", - "xml": "<outcome value='`$tmp.ss.param.name`'>\n", - "comments": "", - "outputs": 1, - "x": 1894.7621459960938, - "y": 1346.7146167755127, - "z": "143c1488.728ec3", - "wires": [ - [ - "8b2de334.ba017" - ] - ] - }, - { - "id": "a8c879d0.2e224", - "type": "set", - "name": "set tmp.ss.param.name", - "xml": "<set>\n<parameter name='tmp.ss.param.name' \n\tvalue='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].name`' />\n", - "comments": "", - "x": 890.3493728637695, - "y": 443.2222390174866, - "z": "143c1488.728ec3", - "wires": [] - }, - { - "id": "58a7e2ac.369edc", - "type": "switchNode", - "name": "switch: resource-resolution-data.status", - "xml": "<switch test='`$service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-topology.vf-module-parameters.param[$pidx].resource-resolution-data.status`'>\n", - "comments": "", - "outputs": 1, - "x": 430.2855224609375, - "y": 779.1906518936157, - "z": "143c1488.728ec3", - "wires": [ - [ - "9a3a9127.28a32", - "1a31fbda.d127d4" - ] - ] - }, - { - "id": "9a3a9127.28a32", - "type": "not-found", - "name": "FAILED", - "xml": "<outcome value='FAILED'>\n", - "comments": "", - "outputs": 1, - "x": 661.7143249511719, - "y": 775.1906976699829, - "z": "143c1488.728ec3", - "wires": [ - [ - "b5c2d57.1e7f9a8" - ] - ] - }, - { - "id": "1a31fbda.d127d4", - "type": "success", - "name": "PENDING", - "xml": "<outcome value='PENDING'>\n", - "comments": "", - "outputs": 1, - "x": 668.4285011291504, - "y": 826.9050257205963, - "z": "143c1488.728ec3", - "wires": [ - [ - "b5c2d57.1e7f9a8" - ] - ] - }, - { - "id": "b5c2d57.1e7f9a8", - "type": "block", - "name": "block", - "xml": "<block>\n", - "atomic": "false", - "comments": "", - "outputs": 1, - "x": 823.142822265625, - "y": 799.190712928772, - "z": "143c1488.728ec3", - "wires": [ - [ - "dd1d0acb.f3d9f", - "1ab3438e.44fb7c" - ] - ] - }, - { - "id": "efe3d3a6.f63418", - "type": "outcome", - "name": "assign", - "xml": "<outcome value='assign'>", - "comments": "", - "outputs": 1, - "x": 880.9999389648438, - "y": 1207.0002613067627, - "z": "143c1488.728ec3", - "wires": [ - [ - "f69c94df.b1d828" - ] - ] - }, - { - "id": "1ab3438e.44fb7c", - "type": "switchNode", - "name": "switch: ss.capability-action", - "xml": "<switch test='`$ss.capability-action`'>\n", - "comments": "", - "outputs": 1, - "x": 644.9999389648438, - "y": 1205.0002613067627, - "z": "143c1488.728ec3", - "wires": [ - [ - "efe3d3a6.f63418", - "dd9f2f74.302358" - ] - ] - }, - { - "id": "f69c94df.b1d828", - "type": "block", - "name": "block : atomic", - "xml": "<block atomic='true'>", - "atomic": "true", - "comments": "", - "outputs": 1, - "x": 1056.4285888671875, - "y": 1207.857500076294, - "z": "143c1488.728ec3", - "wires": [ - [ - "e8bdbae6.040f1", - "e576077c.d41a68" - ] - ] - } -] \ No newline at end of file diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vf-module-assign.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vf-module-assign.json index b7d2141e..53818a46 100644 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vf-module-assign.json +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_self-serve-vf-module-assign.json @@ -151,8 +151,7 @@ "id": "6aad54ac.f3caac", "type": "set", "name": "set ss.capability.execution-order[]", - "xml": "<set>\n<parameter name='ss.capability.execution-order[0]' value='generate-name' />\n<parameter name='ss.capability.execution-order[1]' value='alts-entitlement-assign' />\n<parameter name='ss.capability.execution-order[2]' value='alts-license-assign' />\n<parameter name='ss.capability.execution-order[3]' value='vlan-tag-assign' />\n<parameter name='ss.capability.execution-order[4]' value='mS-vlan-tag-assign' />\n<parameter name='ss.capability.execution-order[5]' value='eipam-ip-assignment' />\n<parameter name='ss.capability.execution-order[6]' value='eipam-create-pool' />\n<parameter -name='ss.capability.execution-order[7]' value='netbox-ip-assign' />\n<parameter name='ss.capability.execution-order[8]' value='mac-address-assign' />\n<parameter name='ss.capability.execution-order[9]' value='mS-mac-address-assign' />\n<parameter name='ss.capability.execution-order[10]' value='create-vpe-pool' />\n<parameter name='ss.capability.execution-order[11]' value='unresolved-composite-data' />\n<parameter name='ss.capability.execution-order[12]' value='aai-vf-module-put' />\n<parameter name='ss.capability.execution-order_length' value='13' />\n", + "xml": "<set>\n<parameter name='ss.capability.execution-order[0]' value='generate-name' />\n<parameter name='ss.capability.execution-order[1]' value='alts-entitlement-assign' />\n<parameter name='ss.capability.execution-order[2]' value='alts-license-assign' />\n<parameter name='ss.capability.execution-order[3]' value='vlan-tag-assign' />\n<parameter name='ss.capability.execution-order[4]' value='mS-vlan-tag-assign' />\n<parameter name='ss.capability.execution-order[5]' value='eipam-ip-assignment' />\n<parameter name='ss.capability.execution-order[6]' value='eipam-create-pool' />\n<parameter name='ss.capability.execution-order[7]' value='netbox-ip-assign' />\n<parameter name='ss.capability.execution-order[8]' value='mac-address-assign' />\n<parameter name='ss.capability.execution-order[9]' value='mS-mac-address-assign' />\n<parameter name='ss.capability.execution-order[10]' value='create-vpe-pool' />\n<parameter name='ss.capability.execution-order[11]' value='unresolved-composite-data' />\n<parameter name='ss.capability.execution-order[12]' value='aai-vf-module-put' />\n<parameter name='ss.capability.execution-order_length' value='13' />\n", "comments": "", "x": 450.41666412353516, "y": 1264.4286407232285, -- cgit