aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json
AgeCommit message (Collapse)AuthorFilesLines
2017-11-13Fix Overlay DG testing issueshashikanth.vh1-1/+1
After executing DeActivateDCINetworkInstance, DeleteNetworkInstance node is executed as atomic block is not present, added new block, also fixed required parameter issue where value is not passed. https://jira.onap.org/browse/SDNC-191 Issue-Id: SDNC-191 Change-Id: Ia3009882fd7c2320a333ba04f726d57079f2d509 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 6b6ccfc2d1702eaae39a7e4877e51d274e17b07f
2017-11-10Fix underlay DG testing issueshashikanth.vh1-1/+1
Fixed passing value to method requiredParameters, $network-topology -operation-input.network-information.network-id was not passed in. https://jira.onap.org/browse/SDNC-185 Issue-Id: SDNC-185 Change-Id: I6efabe6bdbb63de0e807490513c3a2a8cb9b1e34 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 2baf4e3afe24ea1aaf7e24a88eab349ac67ee207
2017-10-17Fix underlay DG testing issuesramu.n1-3/+3
*Fix json template context variable name *Add customHttpHeaders Change-Id: Ic565716227327db53c8cd65cb5c44b57f2501042 Issue-Id: SDNC-131 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 9ea126b1bfbf0908e45eaf52d61b6b2032fc1b23
2017-10-16Fix underlay DG testing issuesramu.n1-376/+376
*Use "network-topology-operation-input.sdnc-request-header.svc-action" instead of service-topology-operation-input.sdnc-request-header.svc-action *Fix indexing of network-topology-operation-input.network-request-input.network-input-parameters *Fix sdnc-request-header.svc-action switch case order Change-Id: Icc91131cfc6dca0baacd1df312bfff653c65cb11 Issue-Id: SDNC-131 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: e38045ecf304cb65f348c019ffc859c649e030e8
2017-10-12Update underlay DGs for VoLTE use caseramu.n1-3/+3
*query 'pnf' from AAI using pe1_id *get esr-thirdparty-sdnc.thirdparty-sdnc-id from pnf.relationship-data *query 'esr-thirdparty-sdnc' from AAI using thirdparty-sdnc-id Change-Id: Ic80c29f306e17d5c5401f723ee86f3641f833778 Issue-Id: SDNC-111 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 5ec247ae0f98a5c4d732978db5159bdd9273cdfa
2017-10-11Fix underlay DG loading errorsramu.n1-843/+813
*Remove duplicate parameter names *Update 'error-message' parameter value Change-Id: Ia68fc3d0b5c850aec4776adc83e725fef52c52a3 Issue-Id: SDNC-117 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 04580d7eb6c59fdd613a8fea1d161e0ed7a46a1e
2017-10-10Fix for validate-network-inputGaurav Agrawal1-759/+865
Changes includes: 1) Fix an existing bug in validate-network-input because of which DG validation was failing. 2) validate-network-input to do nothing for overlay validation. 3) validate-network-input-parameter to validate network-id for deactivate flow. Change-Id: I424817ab20263633b8dacd3b3d672e63e3960f6d Issue-Id: SDNC-113 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: bf5801eae1015156972164d453dc737d63eeed95
2017-10-08Underlay delete flow DGs modification for VoLTEramu.n1-819/+759
*overlay delete operation validate network-id is received in the request and get network-topology-operation-input from this network-id *set oper-status Change-Id: I22291fbb34ca0d2ae51403ea27e5ca413141cb32 Issue-Id: SDNC-111 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: a8e7d59abcc55950e76f36cf4c2d280f55a38381
2017-10-05Deactivate flow modification for DCIGaurav Agrawal1-881/+781
Changes includes: 1) Save network information SDNC's MD-SAL data store 2) Send network-id & network-object-path in network-topology-operation-output 3) Deactivation based on stored network-id Change-Id: I4498d33e9e7921e047bfe9dff8c9801153f5f5f4 Issue-Id: SDNC-113 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 4d38cecf0f03e1244ca0c605c5802632b36f3b82
2017-09-29Update underlay DG for VoLTE use caseramu.n1-887/+848
*Replace openecomp schema with onap *fix plugin references *fix svc-action type issue *Add rest call for site & vrf configuration *Get ip-prfix & next-hop from route string Change-Id: I697fb76ab42a7fcb304df19733ac50eef7953f4f Issue-Id: SDNC-105 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 3948576d2ce46e492cfead3efd0aa883c280bd30
2017-09-28Added DG for overlay input validationGaurav Agrawal1-1059/+867
Following changes are included: 1) Validated presence of mandatory input parameters 2) Validation of values for both sites. 3) Handling of l2 and l3. Change-Id: Ic01604f445b682494157f7358f2f4eed6b720b88 Issue-Id: SDNC-107 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 39f275c0e95a08a41e9c84c8662288b5af1f36ec
2017-09-28Update DG validate-network-input-parametersMarcus G K Williams1-305/+818
Added activate and deactivate svc-action for VoLTE overlay. Issue-Id: SDNC-28 Change-Id: I034658890bec7f19c08e35db2bcbaa20c2dc5a42 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 05880a04310068ff77a385c691a43cecf9d43738
2017-09-27Add DGs for VoLTE use caseramu.n1-1/+904
Add network-topology-operation-delete sub DG for delete underlay L3VPN configuration Change-Id: Iba9380aaf33f48116fa46a416efff34c130cfc52 Issue-Id: SDNC-27 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 6cb45a1f39166566d0229e4dba430223a9877141
2017-09-26Add initial DG changes for underlayramu.n1-0/+1
Add sub DG to validate underlay L3VPN input params Change-Id: I19d2860e3755528c0455c0f132be3d1872137a1f Issue-Id: SDNC-27 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 55ada56e6632a4bae2dd88f243050c451e10f32d