removed vnf-id validation check in DG 73/72773/2
authorshashikanth.vh <shashikanth.vh@huawei.com>
Thu, 15 Nov 2018 12:18:12 +0000 (17:48 +0530)
committerShashikanth VH <shashikanth.vh@huawei.com>
Sun, 18 Nov 2018 01:31:41 +0000 (01:31 +0000)
1.vnf-information.vnf-id validation check should not be
  mandatory in validate-vnf-input DG, its removed.
2. added execute node to read
   generic-resource-api-dg.properties in
   esr-thirdparty-sdnc-discovery DG.

Change-Id: Iea920004cdd548e16b4223cf57008fc00dbb1cb2
Issue-ID: SDNC-523
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Former-commit-id: 4f1d05b32513c4bbca760233948541cfb983cfb3

platform-logic/datachange/src/main/json/DataChange_esr-thirdparty-sdnc-discovery.json
platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-vnf-input.json
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml

index ef45331..513289d 100644 (file)
 [
   {
-    "id": "3492b641.0dfbba",
+    "id": "1473da35.b14246",
     "type": "other",
     "name": "update",
     "xml": "<outcome value='Update'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 673,
+    "x": 630.0000991821289,
     "y": 276.6667003631592,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "f2d65f4a.d687"
+        "9e41086f.f40978"
       ]
     ]
   },
   {
-    "id": "668a1af1.719b34",
+    "id": "63d9b444.fbeb4c",
     "type": "other",
     "name": "delete",
     "xml": "<outcome value='delete'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 709.2221145629883,
+    "x": 666.2222137451172,
     "y": 478.33349609375,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "3b8ddbef.903fa4"
+        "cf4516fc.415338"
       ]
     ]
   },
   {
-    "id": "3b8ddbef.903fa4",
+    "id": "cf4516fc.415338",
     "type": "block",
     "name": "block : atomic",
     "xml": "<block atomic=\"true\">",
     "atomic": "true",
     "outputs": 1,
-    "x": 859.6667594909668,
+    "x": 816.6668586730957,
     "y": 473.3335485458374,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       []
     ]
   },
   {
-    "id": "c0cbee48.6a5f9",
+    "id": "aa391e7d.06c04",
     "type": "comment",
     "name": "TODO: Delete topology from AAI",
     "info": "",
     "comments": "",
-    "x": 817.3334274291992,
+    "x": 774.3335266113281,
     "y": 429.0001735687256,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": []
   },
   {
-    "id": "d3c03070.16287",
+    "id": "7e2d4ad0.53ea04",
     "type": "switchNode",
     "name": "switch aai-event-trigger",
     "xml": "<switch test=\"`$data-change-notification-input.aai-event-trigger`\">\n",
     "comments": "",
     "outputs": 1,
-    "x": 465.5555648803711,
+    "x": 422.5556640625,
     "y": 345.2222261428833,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "3492b641.0dfbba",
-        "668a1af1.719b34"
+        "1473da35.b14246",
+        "63d9b444.fbeb4c"
       ]
     ]
   },
   {
-    "id": "6bfaf616.869108",
+    "id": "4718051e.d2c46c",
     "type": "block",
     "name": "block : atomic",
     "xml": "<block atomic=\"true\">",
     "atomic": "true",
     "outputs": 1,
-    "x": 1267.333755493164,
+    "x": 1224.333854675293,
     "y": 270.1112537384033,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "c706e157.72486",
-        "4130ca8.c1efa34"
+        "d85bb5b1.82c4d8",
+        "e3be6aaa.e1c308",
+        "3b1c8725.0fcfb8"
       ]
     ]
   },
   {
-    "id": "f4c114b8.d66028",
+    "id": "e3be6aaa.e1c308",
     "type": "execute",
     "name": "execute RestApiCallNode Get token",
     "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/actokentemplate.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"post\"/>\n<parameter name=\"responsePrefix\" value=\"token-result\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",
     "comments": "",
     "outputs": 1,
-    "x": 1523.993263244629,
+    "x": 1480.9933624267578,
     "y": 132.0305051803589,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "fafa0167.57f14",
-        "c8836a7f.1ba7f8"
+        "6a112654.2ffd58",
+        "b242d748.545378"
       ]
     ]
   },
   {
-    "id": "fafa0167.57f14",
+    "id": "6a112654.2ffd58",
     "type": "success",
     "name": "success",
     "xml": "<outcome value='success'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 1758.993263244629,
+    "x": 1715.9933624267578,
     "y": 110.03050518035889,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "bd59ffd7.cdf9"
+        "e5b3fd51.2397c"
       ]
     ]
   },
   {
-    "id": "c8836a7f.1ba7f8",
+    "id": "b242d748.545378",
     "type": "failure",
     "name": "failure",
     "xml": "<outcome value='failure'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 1751.243263244629,
+    "x": 1708.2433624267578,
     "y": 163.67338848114014,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "8505bfec.1c327"
+        "71cf21cf.2814e"
       ]
     ]
   },
   {
-    "id": "bd59ffd7.cdf9",
+    "id": "e5b3fd51.2397c",
     "type": "set",
     "name": "set token-id",
     "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />\n",
     "comments": "",
-    "x": 1912.993263244629,
-    "y": 111.03050518035889,
-    "z": "cbb28df7.1359",
+    "x": 1875.9934921264648,
+    "y": 104.03051090240479,
+    "z": "8cb5d046.a5aaf",
     "wires": []
   },
   {
-    "id": "c706e157.72486",
+    "id": "d910de32.e62ae",
     "type": "execute",
     "name": "execute RestApiCallNode Get Topology",
     "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n<parameter name='customHttpHeaders' value=\"`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`\" />",
     "comments": "",
     "outputs": 1,
-    "x": 1527.3266906738281,
-    "y": 225.73424291610718,
-    "z": "cbb28df7.1359",
+    "x": 1929.3267669677734,
+    "y": 293.2342710494995,
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "87479d00.dc1c9",
-        "c2d07026.26d52"
+        "3dc2b196.085a9e",
+        "c53d2802.f6ecf8"
       ]
     ]
   },
   {
-    "id": "87479d00.dc1c9",
+    "id": "3dc2b196.085a9e",
     "type": "success",
     "name": "success",
     "xml": "<outcome value='success'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 1785.882022857666,
-    "y": 203.73422479629517,
-    "z": "cbb28df7.1359",
+    "x": 2244.8823013305664,
+    "y": 322.2342777252197,
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "3aa58504.f6229a"
+        "94766aa2.652398"
       ]
     ]
   },
   {
-    "id": "3aa58504.f6229a",
+    "id": "94766aa2.652398",
     "type": "block",
     "name": "block : atomic",
     "xml": "<block atomic=\"true\">",
     "atomic": "true",
     "comments": "",
     "outputs": 1,
-    "x": 1961.4375534057617,
-    "y": 201.40094709396362,
-    "z": "cbb28df7.1359",
+    "x": 2428.437847137451,
+    "y": 316.90099835395813,
+    "z": "8cb5d046.a5aaf",
     "wires": [
-      []
+      [
+        "c3e460ec.ed97f"
+      ]
     ]
   },
   {
-    "id": "dca7d6ac.f501f8",
+    "id": "5ca06a0d.d6b0d4",
     "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 executing Create vpn rest api\" />\n",
     "comments": "",
-    "x": 1969.6598281860352,
-    "y": 275.6230607032776,
-    "z": "cbb28df7.1359",
+    "x": 2389.6601524353027,
+    "y": 225.12310695648193,
+    "z": "8cb5d046.a5aaf",
     "wires": []
   },
   {
-    "id": "c2d07026.26d52",
+    "id": "c53d2802.f6ecf8",
     "type": "failure",
     "name": "failure",
     "xml": "<outcome value='failure'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 1791.3265075683594,
-    "y": 274.845290184021,
-    "z": "cbb28df7.1359",
+    "x": 2243.3268852233887,
+    "y": 226.34534358978271,
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "dca7d6ac.f501f8"
+        "5ca06a0d.d6b0d4"
       ]
     ]
   },
   {
-    "id": "7cae77af.f5b818",
+    "id": "3177a11f.85bf9e",
     "type": "dgstart",
     "name": "DGSTART",
     "outputs": 1,
-    "x": 105.9999008178711,
-    "y": 85,
-    "z": "cbb28df7.1359",
+    "x": 91,
+    "y": 62.50000333786011,
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "b697d007.11e41"
+        "774441cb.70134"
       ]
     ]
   },
   {
-    "id": "b697d007.11e41",
+    "id": "774441cb.70134",
     "type": "service-logic",
     "name": "DataChange ${project.version}",
     "module": "DataChange",
     "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='DataChange' version='${project.version}'>",
     "outputs": 1,
-    "x": 244.11102676391602,
+    "x": 201.11112594604492,
     "y": 126.44446134567261,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "49de6de0.6f78a4"
+        "5969d7b2.611c88"
       ]
     ]
   },
   {
-    "id": "49de6de0.6f78a4",
+    "id": "5969d7b2.611c88",
     "type": "method",
     "name": "method esr-thirdparty-sdnc-discovery",
     "xml": "<method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 340.5555877685547,
+    "x": 297.5556869506836,
     "y": 237.22224235534668,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "5f1e0612.f09808"
+        "70441765.9b30e8"
       ]
     ]
   },
   {
-    "id": "5f1e0612.f09808",
+    "id": "70441765.9b30e8",
     "type": "block",
     "name": "block : atomic",
     "xml": "<block atomic=\"true\">\n",
     "atomic": "false",
     "comments": "",
     "outputs": 1,
-    "x": 248.77781677246094,
+    "x": 205.77791595458984,
     "y": 346.11122035980225,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "d3c03070.16287"
+        "7e2d4ad0.53ea04"
       ]
     ]
   },
   {
-    "id": "4130ca8.c1efa34",
+    "id": "c3e460ec.ed97f",
     "type": "for",
     "name": "for each Network",
     "xml": "<for index='nidx' start='0' end='`$topology.networks.network_length`' >\n",
     "comments": "",
     "outputs": 1,
-    "x": 1459.481460571289,
-    "y": 353.2221817970276,
-    "z": "cbb28df7.1359",
+    "x": 2202.4818229675293,
+    "y": 443.72221183776855,
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "5ae402a2.fe5ffc"
+        "e5b6573.9876aa8"
       ]
     ]
   },
   {
-    "id": "5ae402a2.fe5ffc",
+    "id": "e5b6573.9876aa8",
     "type": "block",
     "name": "block",
     "xml": "<block>\n",
     "atomic": "false",
     "comments": "",
     "outputs": 1,
-    "x": 1649.4814224243164,
-    "y": 360.9999747276306,
-    "z": "cbb28df7.1359",
+    "x": 2392.4817848205566,
+    "y": 451.5000047683716,
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "7d9ae4c3.21708c",
-        "f67aa4a3.311fc8"
+        "80a22745.8dc678",
+        "de6cf312.86823"
       ]
     ]
   },
   {
-    "id": "7d9ae4c3.21708c",
+    "id": "80a22745.8dc678",
     "type": "call",
     "name": "call update-network-to-aai",
     "xml": "<call module='DataChange' rpc='update-network-to-aai' mode='sync' >\n",
     "comments": "",
     "outputs": 1,
-    "x": 1902.8148441314697,
-    "y": 424.33334493637085,
-    "z": "cbb28df7.1359",
+    "x": 2645.81520652771,
+    "y": 514.8333749771118,
+    "z": "8cb5d046.a5aaf",
     "wires": [
       []
     ]
   },
   {
-    "id": "f67aa4a3.311fc8",
+    "id": "de6cf312.86823",
     "type": "set",
     "name": "set network",
     "xml": "<set>\n<parameter name='network.' value='`$topology.networks.network[$nidx].`' />\n",
     "comments": "",
-    "x": 1855.036964416504,
-    "y": 342.11108922958374,
-    "z": "cbb28df7.1359",
+    "x": 2598.037326812744,
+    "y": 432.6111192703247,
+    "z": "8cb5d046.a5aaf",
     "wires": []
   },
   {
-    "id": "8505bfec.1c327",
+    "id": "71cf21cf.2814e",
     "type": "block",
     "name": "block",
     "xml": "<block>\n",
     "atomic": "false",
     "comments": "",
     "outputs": 1,
-    "x": 1912.8146591186523,
+    "x": 1869.8147583007812,
     "y": 158.77776765823364,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       []
     ]
   },
   {
-    "id": "27eaeed1.46c512",
+    "id": "f641d4a3.15fe58",
     "type": "comment",
     "name": "Do Nothing",
     "info": "",
     "comments": "",
-    "x": 2048.3702328999834,
+    "x": 2005.3703320821123,
     "y": 157.66664340760974,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": []
   },
   {
-    "id": "416dcc31.e9a444",
+    "id": "50cc0089.8c5b9",
     "type": "switchNode",
     "name": "switch type",
     "xml": "<switch test=\"`$prop.sdncRestApi.type`\">\n",
     "comments": "",
     "outputs": 1,
-    "x": 948.0001487731934,
+    "x": 905.0002479553223,
     "y": 279.00003147125244,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "7de88c94.fa0ca4",
-        "8ee217f7.3b1bd8"
+        "5f892fdd.7662a",
+        "1ec39cc9.6f7b33"
       ]
     ]
   },
   {
-    "id": "f2d65f4a.d687",
+    "id": "9e41086f.f40978",
     "type": "block",
     "name": "block",
     "xml": "<block>\n",
     "atomic": "false",
     "comments": "",
     "outputs": 1,
-    "x": 802.9999847412109,
+    "x": 760.0000839233398,
     "y": 277.00002002716064,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "416dcc31.e9a444"
+        "50cc0089.8c5b9"
       ]
     ]
   },
   {
-    "id": "7de88c94.fa0ca4",
+    "id": "5f892fdd.7662a",
     "type": "other",
     "name": "SOTN",
     "xml": "<outcome value='SOTN'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 1101.9999313354492,
+    "x": 1059.0000305175781,
     "y": 235.00000190734863,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "6bfaf616.869108"
+        "4718051e.d2c46c"
       ]
     ]
   },
   {
-    "id": "8ee217f7.3b1bd8",
+    "id": "1ec39cc9.6f7b33",
     "type": "other",
     "name": "other",
     "xml": "<outcome value='Other'>\n",
     "comments": "",
     "outputs": 1,
-    "x": 1098.9999313354492,
+    "x": 1056.0000305175781,
     "y": 359.00000953674316,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": [
       [
-        "c0794a5f.727638"
+        "57bc8339.f1a98c"
       ]
     ]
   },
   {
-    "id": "c0794a5f.727638",
+    "id": "57bc8339.f1a98c",
     "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=\"`'Unsupported type = ' + $prop.sdncRestApi.type`\" />\n\n",
     "comments": "",
-    "x": 1247.7726364135742,
+    "x": 1204.7727355957031,
     "y": 358.43917751312256,
-    "z": "cbb28df7.1359",
+    "z": "8cb5d046.a5aaf",
     "wires": []
+  },
+  {
+    "id": "d85bb5b1.82c4d8",
+    "type": "execute",
+    "name": "execute Properties",
+    "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",
+    "comments": "",
+    "outputs": 1,
+    "x": 1421.03125,
+    "y": 50.03125,
+    "z": "8cb5d046.a5aaf",
+    "wires": [
+      []
+    ]
+  },
+  {
+    "id": "3b1c8725.0fcfb8",
+    "type": "switchNode",
+    "name": "switch prop.sdncRestApi.token_id",
+    "xml": "<switch test=\"`$prop.sdncRestApi.token_id`\">\n\n",
+    "comments": "",
+    "outputs": 1,
+    "x": 1474.5310821533203,
+    "y": 270.000036239624,
+    "z": "8cb5d046.a5aaf",
+    "wires": [
+      [
+        "51700151.3682f",
+        "56c8ba7a.de2b04"
+      ]
+    ]
+  },
+  {
+    "id": "51700151.3682f",
+    "type": "other",
+    "name": "Null",
+    "xml": "<outcome value=''>\n",
+    "comments": "",
+    "outputs": 1,
+    "x": 1690.5312004089355,
+    "y": 242.00001335144043,
+    "z": "8cb5d046.a5aaf",
+    "wires": [
+      [
+        "f5ddce51.60077"
+      ]
+    ]
+  },
+  {
+    "id": "56c8ba7a.de2b04",
+    "type": "other",
+    "name": "other",
+    "xml": "<outcome value='Other'>\n",
+    "comments": "",
+    "outputs": 1,
+    "x": 1689.5311393737793,
+    "y": 291.5000228881836,
+    "z": "8cb5d046.a5aaf",
+    "wires": [
+      [
+        "d910de32.e62ae"
+      ]
+    ]
+  },
+  {
+    "id": "f5ddce51.60077",
+    "type": "execute",
+    "name": "execute RestApiCallNode Get Topology",
+    "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`\" />\n<parameter name=\"restapiUser\" value=\"`$prop.sdncRestApi.thirdpartySdnc.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.sdncRestApi.thirdpartySdnc.password`\" />\n<parameter name=\"format\" value=\"json\"/>\n<parameter name=\"httpMethod\" value=\"get\"/>\n<parameter name=\"responsePrefix\" value=\"topology\"/>\n<parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n<parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n<parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n<parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n",
+    "comments": "",
+    "outputs": 1,
+    "x": 1925.0311584472656,
+    "y": 239.03126525878906,
+    "z": "8cb5d046.a5aaf",
+    "wires": [
+      [
+        "c53d2802.f6ecf8",
+        "3dc2b196.085a9e"
+      ]
+    ]
   }
-]
+]
\ No newline at end of file
index dcab41b..0d47536 100644 (file)
-<service-logic\r
-    xmlns='http://www.onap.org/sdnc/svclogic'\r
-    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'>\r
-    <method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>\r
-        <block atomic="true">\r
-            <switch test="`$data-change-notification-input.aai-event-trigger`">\r
-                <outcome value='Update'>\r
-                    <block>\r
-                        <switch test="`$prop.sdncRestApi.type`">\r
-                            <outcome value='SOTN'>\r
-                                <block atomic="true">\r
-                                    <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\r
-                                        <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`" />\r
-                                        <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.user`" />\r
-                                        <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.password`" />\r
-                                        <parameter name="format" value="json"/>\r
-                                        <parameter name="httpMethod" value="get"/>\r
-                                        <parameter name="responsePrefix" value="topology"/>\r
-                                        <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>\r
-                                        <parameter name="trustStorePassword" value="adminadmin"/>\r
-                                        <parameter name="keyStoreFileName" value="/opt/onap/sdnc/data/stores/sdnc.p12"/>\r
-                                        <parameter name="keyStorePassword" value="adminadmin"/>\r
-                                        <parameter name='customHttpHeaders' value="`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`" />\r
-                                        <outcome value='success'>\r
-                                            <block atomic="true"></block>\r
-                                        </outcome>\r
-                                        <outcome value='failure'>\r
-                                            <return status='failure'>\r
-                                                <parameter name='ack-final' value='Y'/>\r
-                                                <parameter name="error-code" value="500" />\r
-                                                <parameter name="error-message" value="Error executing Create vpn rest api" />\r
-                                            </return>\r
-                                        </outcome>\r
-                                    </execute>\r
-                                    <for index='nidx' start='0' end='`$topology.networks.network_length`' >\r
-                                        <block>\r
-                                            <set>\r
-                                                <parameter name='network.' value='`$topology.networks.network[$nidx].`' />\r
-                                            </set>\r
-                                            <call module='DataChange' rpc='update-network-to-aai' mode='sync' ></call>\r
-                                        </block>\r
-                                    </for>\r
-                                </block>\r
-                            </outcome>\r
-                            <outcome value='Other'>\r
-                                <return status='failure'>\r
-                                    <parameter name='ack-final' value='Y'/>\r
-                                    <parameter name="error-code" value="500" />\r
-                                    <parameter name="error-message" value="`'Unsupported type = ' + $prop.sdncRestApi.type`" />\r
-                                </return>\r
-                            </outcome>\r
-                        </switch>\r
-                    </block>\r
-                </outcome>\r
-                <outcome value='delete'>\r
-                    <block atomic="true"></block>\r
-                </outcome>\r
-            </switch>\r
-        </block>\r
-    </method>\r
-</service-logic>\r
+<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='DataChange' version='${project.version}'>
+    <method rpc='esr-thirdparty-sdnc-discovery' mode='sync'>
+        <block atomic="true">
+            <switch test="`$data-change-notification-input.aai-event-trigger`">
+                <outcome value='Update'>
+                    <block>
+                        <switch test="`$prop.sdncRestApi.type`">
+                            <outcome value='SOTN'>
+                                <block atomic="true">
+                                    <execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >
+                                        <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />
+                                        <parameter name='contextPrefix' value='prop' />
+                                    </execute>
+                                    <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >
+                                        <parameter name="templateFileName" value="`$prop.restapi.templateDir + '/actokentemplate.json'`" />
+                                        <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.url + '/controller/v2/tokens'`" />
+                                        <parameter name="format" value="json"/>
+                                        <parameter name="httpMethod" value="post"/>
+                                        <parameter name="responsePrefix" value="token-result"/>
+                                        <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>
+                                        <parameter name="trustStorePassword" value="adminadmin"/>
+                                        <parameter name="keyStoreFileName" value="/opt/onap/sdnc/data/stores/sdnc.p12"/>
+                                        <parameter name="keyStorePassword" value="adminadmin"/>
+                                        <outcome value='success'>
+                                            <set>
+                                                <parameter name='prop.sdncRestApi.token_id' value='`$token-result.data.token_id`' />
+                                            </set>
+                                        </outcome>
+                                        <outcome value='failure'>
+                                            <block></block>
+                                        </outcome>
+                                    </execute>
+                                    <switch test="`$prop.sdncRestApi.token_id`">
+                                        <outcome value=''>
+                                            <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >
+                                                <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`" />
+                                                <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.user`" />
+                                                <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.password`" />
+                                                <parameter name="format" value="json"/>
+                                                <parameter name="httpMethod" value="get"/>
+                                                <parameter name="responsePrefix" value="topology"/>
+                                                <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>
+                                                <parameter name="trustStorePassword" value="adminadmin"/>
+                                                <parameter name="keyStoreFileName" value="/opt/onap/sdnc/data/stores/sdnc.p12"/>
+                                                <parameter name="keyStorePassword" value="adminadmin"/>
+                                                <outcome value='failure'>
+                                                    <return status='failure'>
+                                                        <parameter name='ack-final' value='Y'/>
+                                                        <parameter name="error-code" value="500" />
+                                                        <parameter name="error-message" value="Error executing Create vpn rest api" />
+                                                    </return>
+                                                </outcome>
+                                                <outcome value='success'>
+                                                    <block atomic="true">
+                                                        <for index='nidx' start='0' end='`$topology.networks.network_length`' >
+                                                            <block>
+                                                                <set>
+                                                                    <parameter name='network.' value='`$topology.networks.network[$nidx].`' />
+                                                                </set>
+                                                                <call module='DataChange' rpc='update-network-to-aai' mode='sync' ></call>
+                                                            </block>
+                                                        </for>
+                                                    </block>
+                                                </outcome>
+                                            </execute>
+                                        </outcome>
+                                        <outcome value='Other'>
+                                            <execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >
+                                                <parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`" />
+                                                <parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.user`" />
+                                                <parameter name="restapiPassword" value="`$prop.sdncRestApi.thirdpartySdnc.password`" />
+                                                <parameter name="format" value="json"/>
+                                                <parameter name="httpMethod" value="get"/>
+                                                <parameter name="responsePrefix" value="topology"/>
+                                                <parameter name="trustStoreFileName" value="/opt/onap/sdnc/data/stores/truststore.onap.client.jks"/>
+                                                <parameter name="trustStorePassword" value="adminadmin"/>
+                                                <parameter name="keyStoreFileName" value="/opt/onap/sdnc/data/stores/sdnc.p12"/>
+                                                <parameter name="keyStorePassword" value="adminadmin"/>
+                                                <parameter name='customHttpHeaders' value="`'X-ACCESS-TOKEN=' + $prop.sdncRestApi.token_id`" />
+                                                <outcome value='failure'>
+                                                    <return status='failure'>
+                                                        <parameter name='ack-final' value='Y'/>
+                                                        <parameter name="error-code" value="500" />
+                                                        <parameter name="error-message" value="Error executing Create vpn rest api" />
+                                                    </return>
+                                                </outcome>
+                                                <outcome value='success'>
+                                                    <block atomic="true">
+                                                        <for index='nidx' start='0' end='`$topology.networks.network_length`' >
+                                                            <block>
+                                                                <set>
+                                                                    <parameter name='network.' value='`$topology.networks.network[$nidx].`' />
+                                                                </set>
+                                                                <call module='DataChange' rpc='update-network-to-aai' mode='sync' ></call>
+                                                            </block>
+                                                        </for>
+                                                    </block>
+                                                </outcome>
+                                            </execute>
+                                        </outcome>
+                                    </switch>
+                                </block>
+                            </outcome>
+                            <outcome value='Other'>
+                                <return status='failure'>
+                                    <parameter name='ack-final' value='Y'/>
+                                    <parameter name="error-code" value="500" />
+                                    <parameter name="error-message" value="`'Unsupported type = ' + $prop.sdncRestApi.type`" />
+                                </return>
+                            </outcome>
+                        </switch>
+                    </block>
+                </outcome>
+                <outcome value='delete'>
+                    <block atomic="true"></block>
+                </outcome>
+            </switch>
+        </block>
+    </method>
+</service-logic>
\ No newline at end of file
index 86c905b..9ef063e 100644 (file)
@@ -1 +1,529 @@
-[{"id":"582b5aa0.7eeaf4","type":"block","name":"block : atomic","xml":"<block atomic=\"true\">","atomic":"true","outputs":1,"x":260,"y":410.2500066757202,"z":"348b9f74.369c5","wires":[["bd96033d.8336e","7fd8cb2f.5fa374","38370c7c.c4f0d4","d5c4e5aa.7d5948","1bbaae3f.e0d542","aa17e02a.1771"]]},{"id":"bd96033d.8336e","type":"switchNode","name":"switch svc-request-id","xml":"<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-request-id`'>\n","comments":"","outputs":1,"x":517.7619094848633,"y":368.08034229278564,"z":"348b9f74.369c5","wires":[["2f85d56c.ed707a"]]},{"id":"2f85d56c.ed707a","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":743.476203918457,"y":368.0803461074829,"z":"348b9f74.369c5","wires":[["372f23ad.72c64c"]]},{"id":"372f23ad.72c64c","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=\"sdnc-request-header.svc-request-id is a required input\" />\n","comments":"","x":894.9047698974609,"y":368.0803442001343,"z":"348b9f74.369c5","wires":[]},{"id":"7fd8cb2f.5fa374","type":"switchNode","name":"switch svc-action","xml":"<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-action`'>\n","comments":"","outputs":1,"x":506.3332726614817,"y":326.6517738614764,"z":"348b9f74.369c5","wires":[["bd1aeb1f.a739c8"]]},{"id":"bd1aeb1f.a739c8","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":742.0476243155344,"y":325.22317164284846,"z":"348b9f74.369c5","wires":[["afc00ae4.9d9d18"]]},{"id":"afc00ae4.9d9d18","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=\"sdnc-request-header.svc-action is a required input\" />\n","comments":"","x":892.0475976126536,"y":325.2231811795916,"z":"348b9f74.369c5","wires":[]},{"id":"38370c7c.c4f0d4","type":"switchNode","name":"switch request-action","xml":"<switch test='`$vnf-topology-operation-input.request-information.request-action`'>\n","comments":"","outputs":1,"x":516.3333260672434,"y":410.9374889646258,"z":"348b9f74.369c5","wires":[["be233ca5.19ebe"]]},{"id":"be233ca5.19ebe","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":743.4761995588033,"y":410.9374998637609,"z":"348b9f74.369c5","wires":[["32cbb07.e56b45"]]},{"id":"32cbb07.e56b45","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=\"request-information.request-action is a required input\" />\n","comments":"","x":894.9047655378072,"y":410.93749795641224,"z":"348b9f74.369c5","wires":[]},{"id":"68df33c4.fea8fc","type":"switchNode","name":"switch model-customization-id","xml":"<switch test='`$vnf-topology-operation-input.vnf-information.onap-model-information.model-customization-uuid`'>\n","comments":"","outputs":1,"x":1134.7978477478027,"y":558.3662624359131,"z":"348b9f74.369c5","wires":[["10cb7b10.f12585"]]},{"id":"10cb7b10.f12585","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":1339.7978477478027,"y":558.3662452697754,"z":"348b9f74.369c5","wires":[["f4a32f1c.bd90b"]]},{"id":"f4a32f1c.bd90b","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=\"vnf-information.onap-model-information.model-customization-uuid is a required input\" />\n","comments":"","x":1491.2264137268066,"y":558.3662433624268,"z":"348b9f74.369c5","wires":[]},{"id":"fe896fef.dd825","type":"switchNode","name":"switch tenant","xml":"<switch test='`$vnf-topology-operation-input.vnf-request-input.tenant`'>\n","comments":"","outputs":1,"x":1080.6549263000488,"y":599.7947731018066,"z":"348b9f74.369c5","wires":[["74a78b37.2da984"]]},{"id":"74a78b37.2da984","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":1338.3692436218262,"y":599.794807434082,"z":"348b9f74.369c5","wires":[["dd5d5cef.7e70f"]]},{"id":"dd5d5cef.7e70f","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=\"vnf-information.vnf-request-input.tenant is a required input\" />\n","comments":"","x":1489.79780960083,"y":599.7948055267334,"z":"348b9f74.369c5","wires":[]},{"id":"dbb5229b.87433","type":"comment","name":"Validation of required fields","info":"","comments":"","x":666.3332824707031,"y":282.36605644226074,"z":"348b9f74.369c5","wires":[]},{"id":"d5c4e5aa.7d5948","type":"switchNode","name":"switch svc-action","xml":"<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-action`'>\n","comments":"","outputs":1,"x":500.32141876220703,"y":600.0447483062744,"z":"348b9f74.369c5","wires":[["24b1818b.56cbbe"]]},{"id":"24b1818b.56cbbe","type":"outcome","name":"assign","xml":"<outcome value='assign'>\n","comments":"","outputs":1,"x":677.4047393798828,"y":599.6280879974365,"z":"348b9f74.369c5","wires":[["a750cf34.02893"]]},{"id":"a750cf34.02893","type":"block","name":"block : atomic","xml":"<block atomic=\"true\">","atomic":"true","outputs":1,"x":874.0713500976562,"y":599.6280879974365,"z":"348b9f74.369c5","wires":[["68df33c4.fea8fc","fe896fef.dd825","26f7b426.cb378c"]]},{"id":"980060b2.05cd2","type":"dgstart","name":"DGSTART","outputs":1,"x":178.7500098092214,"y":154.9136562347412,"z":"348b9f74.369c5","wires":[["16c74c85.6dd223"]]},{"id":"16c74c85.6dd223","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":292.03571537562766,"y":195.1517677307129,"z":"348b9f74.369c5","wires":[["323a6f66.9143"]]},{"id":"323a6f66.9143","type":"method","name":"method validate-vnf-input","xml":"<method rpc='validate-vnf-input' mode='sync'>\n","comments":"","outputs":1,"x":227.42863682338157,"y":236.16365242004395,"z":"348b9f74.369c5","wires":[["582b5aa0.7eeaf4"]]},{"id":"b04d7cd7.867c8","type":"comment","name":"validate-vnf-input","info":"","comments":"","x":573.0948660714284,"y":102.5,"z":"348b9f74.369c5","wires":[]},{"id":"1bbaae3f.e0d542","type":"switchNode","name":"switch service-instance-id","xml":"<switch test='`$vnf-topology-operation-input.service-information.service-instance-id`'>\n","comments":"","outputs":1,"x":529.3571570260183,"y":455.00001525878906,"z":"348b9f74.369c5","wires":[["7c1a77b8.6014f8"]]},{"id":"7c1a77b8.6014f8","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":741.7857382638113,"y":455.0000114440918,"z":"348b9f74.369c5","wires":[["3c78fe4d.85e032"]]},{"id":"3c78fe4d.85e032","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=\"service-information.service-instance-id is a required input\" />\n","comments":"","x":893.2143042428152,"y":455.00000953674316,"z":"348b9f74.369c5","wires":[]},{"id":"aa17e02a.1771","type":"switchNode","name":"switch vnf-id","xml":"<switch test='`$vnf-topology-operation-input.vnf-information.vnf-id`'>\n","comments":"","outputs":1,"x":486.8571662902832,"y":498.5000057220459,"z":"348b9f74.369c5","wires":[["fee9192a.df3c38"]]},{"id":"fee9192a.df3c38","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":742.1428756713867,"y":497.07143783569336,"z":"348b9f74.369c5","wires":[["34c1ea3e.84a8a6"]]},{"id":"34c1ea3e.84a8a6","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=\"vnf-information.vnf-id is a required input\" />\n","comments":"","x":893.5714416503906,"y":497.0714359283447,"z":"348b9f74.369c5","wires":[]},{"id":"26f7b426.cb378c","type":"switchNode","name":"switch aic-cloud-region","xml":"<switch test='`$vnf-topology-operation-input.vnf-request-input.aic-cloud-region`'>\n","comments":"","outputs":1,"x":1110.0000076293945,"y":642.0714302062988,"z":"348b9f74.369c5","wires":[["59831b6.e59aee4"]]},{"id":"59831b6.e59aee4","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":1336.7143249511719,"y":642.0714645385742,"z":"348b9f74.369c5","wires":[["b0aeb3a5.71fc5"]]},{"id":"b0aeb3a5.71fc5","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=\"vnf-request-input.aic-cloud-region is a required input\" />\n","comments":"","x":1488.1428909301758,"y":642.0714626312256,"z":"348b9f74.369c5","wires":[]},{"id":"18880cde.db6723","type":"switchNode","name":"switch model-customization-id","xml":"<switch test='`$vnf-topology-operation-input.vnf-information.onap-model-information.model-customization-uuid`'>\n","comments":"","outputs":1,"x":1105.4761505126953,"y":757.2619113922119,"z":"348b9f74.369c5","wires":[["9cbd6868.f694f8"]]},{"id":"9cbd6868.f694f8","type":"outcome","name":"NULL","xml":"<outcome value=''>","comments":"","outputs":1,"x":1310.4761505126953,"y":757.2618942260742,"z":"348b9f74.369c5","wires":[["5efeb3c6.10dcbc"]]},{"id":"5efeb3c6.10dcbc","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=\"vnf-information.onap-model-information.model-customization-uuid is a required input\" />\n","comments":"","x":1461.9047164916992,"y":757.2618923187256,"z":"348b9f74.369c5","wires":[]},{"id":"8fbbcbd5.fd98c8","type":"outcome","name":"changeassign","xml":"<outcome value='changeassign'>\n","comments":"","outputs":1,"x":695.4163703918457,"y":757.1904706954956,"z":"348b9f74.369c5","wires":[["b11b3301.491e"]]},{"id":"b11b3301.491e","type":"block","name":"block : atomic","xml":"<block atomic=\"true\">","atomic":"true","outputs":1,"x":875.4163589477539,"y":757.1904373168945,"z":"348b9f74.369c5","wires":[["18880cde.db6723"]]},{"id":"bdabc15d.2497b","type":"comment","name":"model-customization-uuid validation moved to changeassign DG","info":"","comments":"","x":755,"y":722.5000104904175,"z":"348b9f74.369c5","wires":[]}]
\ No newline at end of file
+[\r
+  {\r
+    "id": "76c41400.105bfc",\r
+    "type": "block",\r
+    "name": "block : atomic",\r
+    "xml": "<block atomic=\"true\">",\r
+    "atomic": "true",\r
+    "outputs": 1,\r
+    "x": 215.03125,\r
+    "y": 380.7500047683716,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "2a2419b1.808286",\r
+        "63aa7131.36521",\r
+        "eac281c.1de128",\r
+        "e567acf8.fa2ee",\r
+        "b96ae981.783b38"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "2a2419b1.808286",\r
+    "type": "switchNode",\r
+    "name": "switch svc-request-id",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-request-id`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 472.7931594848633,\r
+    "y": 338.580340385437,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "b04eadfc.363d6"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "b04eadfc.363d6",\r
+    "type": "outcome",\r
+    "name": "NULL",\r
+    "xml": "<outcome value=''>",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 698.507453918457,\r
+    "y": 338.5803442001343,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "7a089ce3.3d6db4"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "7a089ce3.3d6db4",\r
+    "type": "returnFailure",\r
+    "name": "return failure",\r
+    "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=\"sdnc-request-header.svc-request-id is a required input\" />\n",\r
+    "comments": "",\r
+    "x": 849.9360198974609,\r
+    "y": 338.58034229278564,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "63aa7131.36521",\r
+    "type": "switchNode",\r
+    "name": "switch svc-action",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-action`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 461.3645226614817,\r
+    "y": 297.15177195412775,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "9a54011a.7a533"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "9a54011a.7a533",\r
+    "type": "outcome",\r
+    "name": "NULL",\r
+    "xml": "<outcome value=''>",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 697.0788743155344,\r
+    "y": 295.7231697354998,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "ae9fbdb1.99d76"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "ae9fbdb1.99d76",\r
+    "type": "returnFailure",\r
+    "name": "return failure",\r
+    "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=\"sdnc-request-header.svc-action is a required input\" />\n",\r
+    "comments": "",\r
+    "x": 847.0788476126536,\r
+    "y": 295.723179272243,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "eac281c.1de128",\r
+    "type": "switchNode",\r
+    "name": "switch request-action",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.request-information.request-action`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 471.36457606724343,\r
+    "y": 381.43748705727717,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "723ab622.079618"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "723ab622.079618",\r
+    "type": "outcome",\r
+    "name": "NULL",\r
+    "xml": "<outcome value=''>",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 698.5074495588033,\r
+    "y": 381.43749795641224,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "af6a2199.40114"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "af6a2199.40114",\r
+    "type": "returnFailure",\r
+    "name": "return failure",\r
+    "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=\"request-information.request-action is a required input\" />\n",\r
+    "comments": "",\r
+    "x": 849.9360155378072,\r
+    "y": 381.4374960490636,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "cb0aa11e.ba442",\r
+    "type": "switchNode",\r
+    "name": "switch model-customization-id",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.vnf-information.onap-model-information.model-customization-uuid`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 1089.8290977478027,\r
+    "y": 528.8662605285645,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "f7d46398.5727f"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "f7d46398.5727f",\r
+    "type": "outcome",\r
+    "name": "NULL",\r
+    "xml": "<outcome value=''>",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 1294.8290977478027,\r
+    "y": 528.8662433624268,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "4203f831.9a99a8"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "4203f831.9a99a8",\r
+    "type": "returnFailure",\r
+    "name": "return failure",\r
+    "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=\"vnf-information.onap-model-information.model-customization-uuid is a required input\" />\n",\r
+    "comments": "",\r
+    "x": 1446.2576637268066,\r
+    "y": 528.8662414550781,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "3314ab19.e03fa4",\r
+    "type": "switchNode",\r
+    "name": "switch tenant",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.vnf-request-input.tenant`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 1035.6861763000488,\r
+    "y": 570.294771194458,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "8f23daeb.368758"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "8f23daeb.368758",\r
+    "type": "outcome",\r
+    "name": "NULL",\r
+    "xml": "<outcome value=''>",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 1293.4004936218262,\r
+    "y": 570.2948055267334,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "d455e65.3d8f318"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "d455e65.3d8f318",\r
+    "type": "returnFailure",\r
+    "name": "return failure",\r
+    "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=\"vnf-information.vnf-request-input.tenant is a required input\" />\n",\r
+    "comments": "",\r
+    "x": 1444.82905960083,\r
+    "y": 570.2948036193848,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "b6a4138f.58b28",\r
+    "type": "comment",\r
+    "name": "Validation of required fields",\r
+    "info": "",\r
+    "comments": "",\r
+    "x": 621.3645324707031,\r
+    "y": 252.8660545349121,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "e567acf8.fa2ee",\r
+    "type": "switchNode",\r
+    "name": "switch svc-action",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-action`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 455.35266876220703,\r
+    "y": 570.5447463989258,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "99eee3d5.45a48"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "99eee3d5.45a48",\r
+    "type": "outcome",\r
+    "name": "assign",\r
+    "xml": "<outcome value='assign'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 632.4359893798828,\r
+    "y": 570.1280860900879,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "74f6768d.61c458"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "74f6768d.61c458",\r
+    "type": "block",\r
+    "name": "block : atomic",\r
+    "xml": "<block atomic=\"true\">",\r
+    "atomic": "true",\r
+    "outputs": 1,\r
+    "x": 829.1026000976562,\r
+    "y": 570.1280860900879,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "cb0aa11e.ba442",\r
+        "3314ab19.e03fa4",\r
+        "14a1f7ee.4225a8"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "75d1af24.b59b7",\r
+    "type": "dgstart",\r
+    "name": "DGSTART",\r
+    "outputs": 1,\r
+    "x": 133.7812598092214,\r
+    "y": 125.41365432739258,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "7a2246ee.79a8f8"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "7a2246ee.79a8f8",\r
+    "type": "service-logic",\r
+    "name": "GENERIC-RESOURCE-API ${project.version}",\r
+    "module": "GENERIC-RESOURCE-API",\r
+    "version": "${project.version}",\r
+    "comments": "",\r
+    "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'>",\r
+    "outputs": 1,\r
+    "x": 247.06696537562766,\r
+    "y": 165.65176582336426,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "58cd5caf.4f7f64"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "58cd5caf.4f7f64",\r
+    "type": "method",\r
+    "name": "method validate-vnf-input",\r
+    "xml": "<method rpc='validate-vnf-input' mode='sync'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 182.45988682338157,\r
+    "y": 206.6636505126953,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "76c41400.105bfc"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "4fd47656.8c48d8",\r
+    "type": "comment",\r
+    "name": "validate-vnf-input",\r
+    "info": "",\r
+    "comments": "",\r
+    "x": 528.1261160714284,\r
+    "y": 72.99999809265137,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "b96ae981.783b38",\r
+    "type": "switchNode",\r
+    "name": "switch service-instance-id",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.service-information.service-instance-id`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 484.3884070260183,\r
+    "y": 425.50001335144043,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "222c65be.19adaa"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "222c65be.19adaa",\r
+    "type": "outcome",\r
+    "name": "NULL",\r
+    "xml": "<outcome value=''>",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 696.8169882638113,\r
+    "y": 425.50000953674316,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "419149d7.f3c9e8"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "419149d7.f3c9e8",\r
+    "type": "returnFailure",\r
+    "name": "return failure",\r
+    "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=\"service-information.service-instance-id is a required input\" />\n",\r
+    "comments": "",\r
+    "x": 848.2455542428152,\r
+    "y": 425.50000762939453,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "14a1f7ee.4225a8",\r
+    "type": "switchNode",\r
+    "name": "switch aic-cloud-region",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.vnf-request-input.aic-cloud-region`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 1065.0312576293945,\r
+    "y": 612.5714282989502,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "34b6bd95.7d9342"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "34b6bd95.7d9342",\r
+    "type": "outcome",\r
+    "name": "NULL",\r
+    "xml": "<outcome value=''>",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 1291.7455749511719,\r
+    "y": 612.5714626312256,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "2a60eee3.33bf02"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "2a60eee3.33bf02",\r
+    "type": "returnFailure",\r
+    "name": "return failure",\r
+    "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=\"vnf-request-input.aic-cloud-region is a required input\" />\n",\r
+    "comments": "",\r
+    "x": 1443.1741409301758,\r
+    "y": 612.571460723877,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "786596f7.351798",\r
+    "type": "switchNode",\r
+    "name": "switch model-customization-id",\r
+    "xml": "<switch test='`$vnf-topology-operation-input.vnf-information.onap-model-information.model-customization-uuid`'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 1060.5074005126953,\r
+    "y": 727.7619094848633,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "47670feb.a0d52"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "47670feb.a0d52",\r
+    "type": "outcome",\r
+    "name": "NULL",\r
+    "xml": "<outcome value=''>",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 1265.5074005126953,\r
+    "y": 727.7618923187256,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "57c8f1dd.5353b"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "57c8f1dd.5353b",\r
+    "type": "returnFailure",\r
+    "name": "return failure",\r
+    "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=\"vnf-information.onap-model-information.model-customization-uuid is a required input\" />\n",\r
+    "comments": "",\r
+    "x": 1416.9359664916992,\r
+    "y": 727.761890411377,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  },\r
+  {\r
+    "id": "cfe766b3.3ac5a8",\r
+    "type": "outcome",\r
+    "name": "changeassign",\r
+    "xml": "<outcome value='changeassign'>\n",\r
+    "comments": "",\r
+    "outputs": 1,\r
+    "x": 650.4476203918457,\r
+    "y": 727.690468788147,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "43346cb0.8ff874"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "43346cb0.8ff874",\r
+    "type": "block",\r
+    "name": "block : atomic",\r
+    "xml": "<block atomic=\"true\">",\r
+    "atomic": "true",\r
+    "outputs": 1,\r
+    "x": 830.4476089477539,\r
+    "y": 727.6904354095459,\r
+    "z": "62d88521.de373c",\r
+    "wires": [\r
+      [\r
+        "786596f7.351798"\r
+      ]\r
+    ]\r
+  },\r
+  {\r
+    "id": "75147ce8.6bd644",\r
+    "type": "comment",\r
+    "name": "model-customization-uuid validation moved to changeassign DG",\r
+    "info": "",\r
+    "comments": "",\r
+    "x": 710.03125,\r
+    "y": 693.0000085830688,\r
+    "z": "62d88521.de373c",\r
+    "wires": []\r
+  }\r
+]\r
index bb60391..6de5257 100644 (file)
                     </return>\r
                 </outcome>\r
             </switch>\r
-            <switch test='`$vnf-topology-operation-input.vnf-information.vnf-id`'>\r
-                <outcome value=''>\r
-                    <return status='failure'>\r
-                        <parameter name='ack-final' value='Y'/>\r
-                        <parameter name="error-code" value="500" />\r
-                        <parameter name="error-message" value="vnf-information.vnf-id is a required input" />\r
-                    </return>\r
-                </outcome>\r
-            </switch>\r
             <switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-action`'>\r
                 <outcome value='assign'>\r
                     <block atomic="true">\r
@@ -83,4 +74,4 @@
             </switch>\r
         </block>\r
     </method>\r
-</service-logic>
\ No newline at end of file
+</service-logic>\r