aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-04Patched DCI overlay DG to main DGGaurav Agrawal4-723/+983
Changes includes: 1) Patched DCI overlay DGs with network-topology-operation DG. 2) Prefixed DCI overlay dg with dci-connects to avoid duplication with existing network-topology-operation-activate DG. Change-Id: I3b9f99fb5f1e5be27707aaa7c7b2dc9144c74398 Issue-Id: SDNC-110 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: bd0ebcc0e2f442233845fa6fe631c19173e8ac35
2017-10-03Add generic-resource-api installBrian Freeman2-0/+2
Issue-ID: SDNC-109 Change-Id: I2862c77cab4a458ebdf50956c298762f40b951fc Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 4386a943edda6bd9011767aaf6ad97630f286342
2017-10-03Merge "Update overlay DG for VoLTE use case"Dan Timoney4-615/+1238
Former-commit-id: 417786e2e20b8e8da0425c3842409fd9b32d6dc2
2017-10-03Added pom.xml_base to .gitignoreGaurav Agrawal1-1/+2
Added pom.xml_base to .gitignore to avoid getting it added to list of added files Change-Id: I1674acf441610501712c44a155e07bc503d7ca98 Issue-Id: SDNC-79 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 3c4f99c27acee6671b40b7e120822c3915e2cbf4
2017-10-03Update overlay DG for VoLTE use caseGaurav Agrawal4-615/+1238
1) Replace openecomp schema with onap 2) Get import/export rts from comma separated string 3) Replace tab with space Change-Id: I7025c6c89e74ab4ffefbab6eaf497c68ac333c9a Issue-Id: SDNC-105 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 94d275c0b63b7a8d4e88303776edcbd82e681b8d
2017-09-29Update underlay DG for VoLTE use caseramu.n6-1396/+3476
*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-28Merge "Remove autogenerated pom.xml_base"Marcus Williams1-79/+0
Former-commit-id: 95e2d3f76aa526620f62831f726f38a8108de5d2
2017-09-29Remove autogenerated pom.xml_baseGaurav Agrawal1-79/+0
Removed pom.xml_base which were added in earlier patch. Change-Id: I2643fb48aa29197c268eb6a81cf8160285c96517 Issue-Id: SDNC-104 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 86dfa33306d96ccc2b89105b2ea5d83c30e466f2
2017-09-28Added DG for overlay input validationGaurav Agrawal4-1265/+2743
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-28Merge "Update DG network-topology-operation-deactivate"Dan Timoney4-379/+599
Former-commit-id: aa5d0ada80d9854beabbe52f82b16eb2f247aaa5
2017-09-28Update DG network-topology-operation-deactivateGaurav Agrawal4-379/+599
Following changes are included: 1) Handle l2 and l3 dci. 2) Fetch 3rd parth controller information using site-id. 3) Fetch siteId from parameter list. Change-Id: Ibd6b7520f96dbadcb2ffd440fe9687e86d7e558f Issue-Id: SDNC-104 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 68505f52197cc6d7bbc804c9b9f38f3b8886fe66
2017-09-28Merge "Setup ReadTheDocs"Dan Timoney1-0/+8
Former-commit-id: cd09bc7601aa7eb9571ad28ba149ae88d7eb1c15
2017-09-28Merge "Updated DG for network-topology-operation-activate"Dan Timoney5-765/+1422
Former-commit-id: 2ca3cb4819fb95c052d9ad60cd91a0cd316caa4c
2017-09-28Updated DG for network-topology-operation-activateGaurav Agrawal5-765/+1422
Following changes are included: 1) Handle l2 and l3 dci. 2) Handle 2 sites data keeping rest node template generic. 3) Fetch 3rd parth controller information using site-id. Change-Id: I6d075cab2c7850197d91bd4e707c10c579458d48 Issue-Id: SDNC-104 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 93b36edae1b14165ebd9c0fc9bbbe916c725790a
2017-09-28Setup ReadTheDocsBrian Freeman1-0/+8
Issue-ID: SDNC-72 Change-Id: I15990436e2646f511d0d28e68ae527973cc79891 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 74c51e95930b15f814b491b35a2042a8d9187cd1
2017-09-28Merge "Update DG validate-network-input-parameters"Dan Timoney2-432/+1228
Former-commit-id: 3677f3cdd048c430de6c160517bb89e2f7acc2a0
2017-09-28Update DG validate-network-input-parametersMarcus G K Williams2-432/+1228
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-28Merge "Modify DG for VoLTE use case"Dan Timoney2-250/+348
Former-commit-id: 3a7d08f3ea11044cba92fea455cf48671a6bb0f7
2017-09-28Merge "Update ccsdk parent version"Dan Timoney1-1/+1
Former-commit-id: 62cc1c47329b50d6254f0bd41171a9c53e1a30af
2017-09-28Modify DG for VoLTE use caseramu.n2-250/+348
Modify network-topology-operation DG to call network-topology-operation-create and network-topology-operation-delete sub DGs Change-Id: I3084d97143e6bb16986c1e1ea33738986c42640c Issue-Id: SDNC-27 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 24eb828a0a9f9506863c11e363bdaa6a58added4
2017-09-27Merge "Add VoLTE l3-dci-connects DGs + xml"Dan Timoney4-0/+1144
Former-commit-id: d5a73e9146c00ca18936a5d9d29668bbae72eeff
2017-09-27Add VoLTE l3-dci-connects DGs + xmlMarcus G K Williams4-0/+1144
Issue-Id: SDNC-28 Change-Id: I1e1eea6dc91d4ec7fd3cb159b557e33ebef13c92 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 933ae5b147fc5c72aacc40a2255545efc8f2a7cd
2017-09-27Add DGs for VoLTE use caseramu.n4-2/+1329
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-27Merge "Add DGs for vCPE use case"Dan Timoney32-0/+1988
Former-commit-id: 5d890ae8e13a5a077470ca3cd86055d8a4a87c82
2017-09-27Add DGs for vCPE use caseDan Timoney32-0/+1988
Add new DGs needed to support vCPE use case Change-Id: I1717a3a1c49fedf5ec89667b22fee433429c42ed Issue-ID: SDNC-48 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 26febb6f008e2cf9dc06a93b87885c8a37acce13
2017-09-27Merge "Add initial DG changes for underlay"Dan Timoney2-0/+115
Former-commit-id: 6b5bcd001e9997e5ce4142c6c5818c767b59a94e
2017-09-27Merge "Add karaf ssh port to sdnc container"Dan Timoney1-0/+1
Former-commit-id: a4f5b7258483cdd2797309ab13aaccab79ffde3b
2017-09-26Update ccsdk parent versionMarcus G K Williams1-1/+1
Issue-Id: SDNC-32 Change-Id: Ifd02e5da53fdfd90120bbb87692d1a266c372e5a Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 03e714cd8414b89ccd97b353ff183e3aa7d3b5b3
2017-09-26Add karaf ssh port to sdnc containerMarcus G K Williams1-0/+1
Add karaf ssh port to sdnc container to allow easy ssh for dev/debug purposes by using ssh -p 8201 karaf@localhost Issue-Id: SDNC-100 Change-Id: Ie8aa949a9ac0f21866dcfb973f061f11d09ccea5 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 8b0e68e524c2fb406e57e0cd6186312cb8fb752b
2017-09-26Add sub DG for underlayramu.n2-0/+143
Add network-topology-operation-create sub DG for underlay L3VPN configuration Change-Id: I143fc60142b7da471c2142fc65e224c2712faf5e Issue-Id: SDNC-27 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 1d15c657de5910798e6dd93704ed820bd672a62c
2017-09-26Merge "Update docker-compose.yml images with nexus addr"Dan Timoney1-3/+3
Former-commit-id: 98f7ad9c248b0578358ff600f54dab7ee055423a
2017-09-26Add initial DG changes for underlayramu.n2-0/+115
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
2017-09-23Merge "Remove un-needed settings.xml files"Dan Timoney2-331/+0
Former-commit-id: 6625b4dda6028dfffc936052564193b304b3e651
2017-09-22Fix slicore-utils feature installMarcus G K Williams1-1/+1
Issue-Id: SDNC-88 Change-Id: Ife8c1e896bdc1b4bb757b3fb4ef7d7bafad3b7f6 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: f2107ef8c5b25d36c31f5199a3d7f493b71f10b5
2017-09-22Remove un-needed settings.xml filesMarcus G K Williams2-331/+0
Issue-Id: SDNC-25 Change-Id: I4c4b32c15416f8f30b2eece9495a5dc55a17453d Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 27a3edf88fe660a321d826841cd1cd17fcd7135c
2017-09-22Update docker-compose.yml images with nexus addrMarcus G K Williams1-3/+3
Issue-Id: SDNC-100 Change-Id: I804c408fc9f6a2168a12c5d29f02db224007dc23 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: a938c310e56a4107c2bb51f105a07f40d76700c9
2017-09-22Add core-utils packageDan Timoney1-0/+1
Need to install CCSDK core-utils package to resolve issue loading dblib after refactoring code change. Change-Id: I1e36d23b7bbc787f1d9ebc3eab15e1e65d049b5c Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: ddc5e13a9322484a60f40cec998b9f48783e884d
2017-09-21Renamed ecomp-model-informationDan Timoney26-169/+169
Updated generic-resource-api DGs to reflect name change of ecomp-model-information to onap-model-information. This name change was missed in initial seed code submission, but is consistent with API doc published on ONAP wiki. Change-Id: I5cb95c98ed7c8748fcd2a607bee8b81a6166ae99 Issue-ID: SDNC-98 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 979076e024b63ea7632c3cd57b8d62525482698d
2017-09-20Merge "remove jar files"Dan Timoney17-47/+32
Former-commit-id: 7818a148f53081c4159f49824f739c47cc7c0da6
2017-09-20Update DG namepaces - fixedDan Timoney42-187/+207
Fixed script src/main/scripts/updateDgNamespace.sh to update namespace references in DG XML files, and used that script to update all DG XMLs. Change-Id: Idc9867007fbf46e17b336ed8bb33fdd08670a6ea Issue-ID: SDNC-95 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: fafd0e6f7408803ae2a1fc0bef2a8a06cc08f2e6
2017-09-20remove jar filesAl Rotundo17-47/+32
jar files from lib directory were removed that were not needed. Added needed files into pom.xml file. Change-Id: I7cd15cdb3b65f790e4dbb4334753cb51d08f1803 Issue-ID:SDNC-81 Signed-off-by: Al Rotundo <arotundo@att.com> Former-commit-id: a11ee6416f6c565a3e8f979593855ac42dba10ce
2017-09-20Update DG namepacesDan Timoney20-19/+32
Added script src/main/scripts/updateDgNamespace.sh to update namespace references in DG XML files, and used that script to update all DG XMLs. Change-Id: I6ce75fcb5e1edee421560f6d539a7f0921fdf22a Issue-ID: SDNC-95 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 51970f69236c65abee61f0099c8137c01e9fe26d
2017-09-20Fix platform logic installationDan Timoney19-873/+76
Platform logic on SDNC should install the CCSDK platform logic package merged with the graphs for SDNC. Instead, it was overwriting CCSDK package and installing only local SDNC version. Change-Id: Iada6779b942ff608987486bd10fed9f147018f74 Issue-ID: SDNC-96 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 048b31a4b390ff4a749c4d8e7dcd271f12da177e
2017-09-20Fix dblib propertiesDan Timoney3-6/+7
Added missing property in dblib.properties to specify mariadb JDBC connector. Also, fixed bug in install that was preventing DGs from being added. Change-Id: Ife7df2b7565bbcaf98c9d816158224b4b4a77189 Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 43405c2830e03529e9ce17c28a9e302e6fdf69ea
2017-09-19Updated release version for AAI configRich Tabedzki1-80/+80
Changes made: 1. updated release version in aaiclient.properties Issue-ID: CCSDK-97 Change-Id: Ie23c722e24a081cdaa99b0d79e8d89efc54dad2f Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com> Former-commit-id: 17285f5963a884c88499e7bef26b31e3a19e511c
2017-09-18Merge "Fixed accessing network-input-parameters."Dan Timoney2-779/+779
Former-commit-id: 3bb878187abce0bd49216e0ba9bc6e7015e91e74
2017-09-18Fixed accessing network-input-parameters.shashikanth2-779/+779
network topology operation assign sub DG access network-input-parameters as network-parameters which is not defined under network-request-input container in GENERIC-RESOURCE-API yang, modified network-topology- operation-assign.json as below Before: network-topology-operation-input.network-request-input. network-parameters After: network-topology-operation-input.network-request-input.network -input-parameters. jira.onap.org/browse/SDNC-87 Issue-Id: SDNC-87 Change-Id: Idd4005fb24365fef990284569dd23685590515b3 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 89ac5158f33c5358d1a943a482f139e879dbd0a9
2017-09-15Update property filesDan Timoney7-84/+243
Updated property files to use new refactored org.onap property names. Change-Id: I0ba380ec99e2da323a3aa2898610f82a1fd1caf2 Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 13e93c95d77af7da8c7c099f02a0d8f1ea9b2141
2017-09-14Fix SDNC Docker image namesVictor Morales3-5/+5
The SDNC images were named to use ONAP repository Change-Id: I9f15599794e1b6595279a81c6ffa080e347885e9 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: SDNC-50 Former-commit-id: 84671ff52f6ff2693be3b6d5824eb385a58ba445
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I70222539e8faf84e9d8acce7b2718c3fa93649e6 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Former-commit-id: aff5cccd0e0ff7330170db5698d1cffe78677a03