aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-28Merge "SDN-C standalone installation casablanca"Dan Timoney1-45/+118
Former-commit-id: 06559290e67b72e540cff5ba55013aad90713ee4
2018-11-28Merge "update oof hostname in the url"Dan Timoney1-1/+1
Former-commit-id: 6aa6c18f570f880dc1709dce997d1dde57ac47fc
2018-11-28Merge "ccvpn integration sdnc issue fix"Dan Timoney10-7431/+7648
Former-commit-id: 541c261114b11ae58c04375c2da965aa2d2ac580
2018-11-28Self serve fix Alexis de Talhouët6-924/+2084
Change-Id: I21cf12d27d9750ce81bc0f4a02949e0d1962b7a3 Issue-ID: CCSDK-728 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: 129c2e6723e5f097d51e847d561b97ac7479dbbf
2018-11-26Notification Sub-DG with Restconf discovery nodejanani b4-536/+873
Data change is appended with Restconf discovery node which will call the sotn-notification sub-DG Issue-ID: SDNC-474 Change-Id: I43e2f6a67f6bd53ac9a0c7969fb776ee1539249f Signed-off-by: janani b <janani.b@huawei.com> Former-commit-id: d2e67dc26ec1a76d11433caa682f7ca5dafccbd7
2018-11-23Fix JSON template for DMaaP messagesMarco Platania1-1/+1
- Change "input" to "output" Change-Id: Ie6fd59a0ecb3721b84a1f063b76f409b790055c7 Issue-ID: SDNC-534 Signed-off-by: Marco Platania <platania@research.att.com> Former-commit-id: 55ec19fbcec3adbf16451ac0c5fb2dc2b45e56b9
2018-11-23update oof hostname in the urlshashikanth.vh1-1/+1
oof return unknown host for the hostname http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route host name is modified to oof-osdf, so url should be as below http://oof-osdf:8698/api/oof/v1/route Change-Id: I326d6653988ccf565987ddc817f7161658fe29ec Issue-ID: SDNC-532 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 93c83e00073198558abdbf663bdbcc968dafe885
2018-11-22SDN-C standalone installation casablancaMohamed Waly1-45/+118
Issue-ID: DOC-348 Change-Id: I55d5259d9540e35fe80b0a8a0b4c4c0cc81fa606 Signed-off-by: Mohamed Waly <mohamed.waly@orange.com> Former-commit-id: dcf8515fae4c2c2b69ce9a4131fbd4788cc42e1a
2018-11-19Merge "removed vnf-id validation check in DG"Dan Timoney4-201/+864
Former-commit-id: a2736d119810fc5475585cc4b4586da470f26b2f
2018-11-19Merge "Replace vnf-host-ip-address with host-ip-address"Dan Timoney4-8/+8
Former-commit-id: e44525a3b720a2460e5db39eee96a0dda5819a9d
2018-11-19Merge "Fix self serve DG"Dan Timoney11-389/+3507
Former-commit-id: dc3a1324cdcbf8cad24c8084990ebbbb2f3b86b8
2018-11-19Merge "Drop CDS tables only if they exist"Dan Timoney1-4/+4
Former-commit-id: d2508a2bfb2bdbe891528d24e98663d39ab6d35c
2018-11-19Merge "Add gw-vfmodule-update node"Dan Timoney2-2/+6519
Former-commit-id: 323e67e113998731879035c05e664d26456d0f83
2018-11-19ccvpn integration sdnc issue fixshashikanth.vh10-7431/+7648
Fixed couple of issues 1. SDWAN connectivity request was failing due to empty request body in tenant authorization put request. 2. Get token issue fixed for sotn DG's 3. SDWAN Allotted resource relationship with parent service instance ID is missing, added it. Change-Id: Ib6451c93e6a6b7886cd5614d064270ff9182030b Issue-ID: SDNC-527 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 1b16252e07e358568342480d4604f50f226860b5
2018-11-18removed vnf-id validation check in DGshashikanth.vh4-201/+864
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
2018-11-16Replace vnf-host-ip-address with host-ip-addressMarco Platania4-8/+8
Change-Id: I0017318ae9e84c4bd603b8ae13cf026294bf6c5d Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com> Former-commit-id: cd9e16c51daf4af1e74a6d89ee4d240f61b5b7f2
2018-11-15Merge "wan-connection bug fix for ccvpn integration test"Dan Timoney2-639/+1100
Former-commit-id: 2608b727fbaa26beacd94530aadc5170f580e837
2018-11-14Store .installed marker in persistent volumeTimoney, Dan (dt5972)1-2/+8
Store .installed marker in persistent volume (/opt/opendaylight/current/daexim) Change-Id: I74a4364c81b0d78f2a825c634f0094458651d621 Issue-ID: SDNC-518 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> (cherry picked from commit a80381735f02625baa177faf4af99301a8858e4d [formerly f6191ba4d1156410259897097485ddad2a15178f]) Former-commit-id: 9b50f9c6f8c60e00e1571baaa0d100f589fc96cc
2018-11-12Fix self serve DGAlexis de Talhouët11-389/+3507
- fix self-service-capability-param-resolution to self-self-capability-param-resolution Change-Id: Icd9a3be6bcef923fec3199982892911a4b81b346 Issue-ID: SDNC-512 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: d48a45e43d88dcbebda612c2b33e6c10ed10d1cc
2018-11-12Drop CDS tables only if they existAlexis de Talhouët1-4/+4
During the initialization of SDNC, SDNC tries to install all the SQL dump provided. While processing the one for CDS, it was failing to execute the first statement as the table is not existent; hence was exiting that dump and processing with the next one. In order to make sure the process creates CDS tables, make the DROP statement work even if table doesn't exist. Change-Id: Ifa99b8e1a13ac3828828e8b2a9f9674556f84ced Issue-ID: CCSDK-682 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: d9dbcdbe0cb870b558ef0415e5c33fef01413128
2018-11-11Add gw-vfmodule-update nodeBrian Freeman2-2/+6519
Issue-ID: SDNC-511 Change-Id: I89533fb46e5c4f52b5898ff75b30e773d8a7e064 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 4b276a0d6f5c9546584ba917613316a6dea82138
2018-11-09Set default cloud ownerTimoney, Dan (dt5972)1-0/+3
Set default cloud owner to CloudOwner in generic resource API properties file Change-Id: I515c884ac4e6572de66678d37d15d7df4903bd99 Issue-ID: SDNC-448 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 7f6ff3ab6ea70fcf33714036abf0b4147fc574c1
2018-11-09wan-connection bug fix for ccvpn integration testZhuoyao Huang2-639/+1100
Issue-ID: SDNC-354 Change-Id: I0337c77a073b21888c31d25d305f55feb14768ae Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> Former-commit-id: 3a149df679e4cb13ca0f045d254b250fffdddab7
2018-11-08self-serve DG bugfixesCheung, Pat8-4899/+581
self-serve bug fixes after sync up with Canada Change-Id: I6c7bfb117da2ddf09a02fe1fcc69f30a9f612e6a Issue-ID: SDNC-509 Signed-off-by: Cheung, Pat <kc1472@att.com> (cherry picked from commit 95fe03ff454e1da13732a8528c1976796cb51ce6 [formerly 76a12fc0a056cee22eb116314611eac26a308f9a]) Former-commit-id: ef33fe4448b2060b25ba6641ad931116e0c23a36
2018-11-06Fix license issuesTimoney, Dan (dt5972)1148-134046/+2
Fix license definition in package.json files Remove obsolete dgbuilder from SDNC (dgbuilder now in CCSDK) Change-Id: Iee0bf9468f081c5957eae2e873efbea6fb6be354 Issue-ID: SDNC-489 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 4e104ac4183dd46124753c4571939e765a124508
2018-11-02Merge "LOG SQL dump files getting installed"Dan Timoney1-0/+2
Former-commit-id: eb6f4749ec597c4a7ffdc7413565dac8828e2e8c
2018-11-02LOG SQL dump files getting installedAlexis de Talhouët1-0/+2
Change-Id: I4b7f0f3367772d742d16d6389af8d6666a4d58d1 Issue-ID: SDNC-51 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: de1b9dea644491b5766dda8eb7856fab45b693c4
2018-11-02Update ueb timeout and fix tablesTimoney, Dan (dt5972)2-4/+4
Update timeout on UEB startup from 15 mins to 5 mins, and fixed table definition errors found during SDC testing. Change-Id: Ib4a8f48a02a3ef536c6d433deb3ad96f6ac3e4da Issue-ID: SDNC-472 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> (cherry picked from commit c45118bb57ddcd0536358e710f5d93a7600f37df [formerly ccf26e7ccf39215dd9c3847e415513783377946c]) Former-commit-id: 4d30a97b737d640322a8c0ce6289f3993705c0ba
2018-11-01Merge "Remove mysql-connector dependency"David Stilwell1-5/+0
Former-commit-id: cc5cff3646bbbaeb136c057cb401b1014d5bba49
2018-11-01self-serve DG bug fixesCheung, Pat14-4009/+5942
Fixing various bug fixes for self serve logics Change-Id: I9127900df427483ac9bc93c51774d7b1f97ba1c5 Issue-ID: SDNC-509 Signed-off-by: Cheung, Pat <kc1472@att.com> Former-commit-id: 8eb03908d9de95073ec6484a95009a033f324b8a
2018-11-01Remove mysql-connector dependencyTimoney, Dan (dt5972)1-5/+0
Removed runtime mysql-connector dependency to resolve license issue. Mysql-connector cannot be distributed within ONAP since it is licensed under GPL. Change-Id: I302bbe8eaebf6189acd5ba4ee6fdecb172a7f306 Issue-ID: CCSDK-645 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 182280169edc3cc703361e1aefc7f9e38b3c9ea1
2018-10-31Merge "Add missing Tosca resource tables"David Stilwell1-0/+117
Former-commit-id: 4960a7a1637d559facd6f71886187692fce867a0
2018-10-30Add vf-module-generate-heat-parameters DGTimoney, Dan (dt5972)2-0/+927
Add inadvertently omitted DG vf-module-generate-heat-parameters directed graph. Change-Id: Id112ce764d8c79c15d3aeb382824ba10ad387ead Issue-ID: SDNC-491 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 4745dbcd8cdd3c35348c9c31a71d43e71130f565
2018-10-30Add missing Tosca resource tablesTimoney, Dan (dt5972)1-0/+117
Add new tables for Tosca data extraction Change-Id: I2c12000bff195dc08a450a2f7ee934cd5e0d672e Issue-ID: SDNC-490 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: ed964784e15c7dc7a067461a04e640bbb1fef55a
2018-10-29Merge "link the term memoization"Dan Timoney4-4/+4
Former-commit-id: 9bb76070bc5dfde745a98cab9ec781b2fbc44297
2018-10-29Merge "fix typos"Dan Timoney4-8/+8
Former-commit-id: 04cf920de30c68d7803c1daba7a0e02691673ba7
2018-10-29Merge "fix typos"Dan Timoney1-2/+2
Former-commit-id: a42d0292b35ba1173a65b209524a275dcf5f1647
2018-10-29Merge "fix typos"Dan Timoney6-6/+6
Former-commit-id: bb96b5617d89cb1c3eb429fcedde6f980144ffd0
2018-10-29Merge "Added some dependencies and plugin in SDNC-231"Dan Timoney3-5/+29
Former-commit-id: cf20b144fd3f50a252b0a209e900fc13359d56f0
2018-10-29Merge "Epic-232:Modifying UI changes"Dan Timoney3-22/+21
Former-commit-id: c63275852c8246b1549f98d9c821b4322dbaef5d
2018-10-29Merge "wan-connection bug fix for ccvpn"Dan Timoney4-848/+2720
Former-commit-id: 1b18e90e3504f125a261690ec4896c52e5e20b2c
2018-10-26Added some dependencies and plugin in SDNC-231soumendu3-5/+29
Added dependencies and plugin in vnfconfigbackupservice pom and update path in index.jsp Change-Id: I5755762d6e22d072c7b2145b2dbf87254b8b26a0 Issue-ID: SDNC-483 Signed-off-by: soumendu <SA00498080@techmahindra.com> Former-commit-id: 2248dfe67a4e21be9a1c5c9c81800404ca38a3e0
2018-10-26Epic-232:Modifying UI changesDushyantSinghThakur3-22/+21
the dist package dependency is removed Change-Id: I9829cdda53326720263f3164d4d0fe2871dcc808 Issue-ID: SDNC-473 Signed-off-by: DushyantSinghThakur <dt00503496@techmahindra.com> Former-commit-id: 1151bea8102a72ec7385b8c018f27644330871c7
2018-10-26fix typosStanislav Chlebec1-2/+2
Change-Id: I4328c97f52b35194b5f8fbc558562a251f66b598 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582 Former-commit-id: a4ef74b475c62c5a83049493777bbebc353df28c
2018-10-26fix typosStanislav Chlebec4-8/+8
Change-Id: I30f17b68e670daf19a1f6eab68444f59603a05c7 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582 Former-commit-id: c7471071a8806fc41d9ba1e317b75f83c5770423
2018-10-26fix typosStanislav Chlebec6-6/+6
Change-Id: I0dadfae136f3e2a330cd0e56e19e9f8c28eb6daf Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582 Former-commit-id: 9a8e11a0fee1142e4316d53336ed3a901197e36c
2018-10-26link the term memoizationStanislav Chlebec4-4/+4
the term memoization is linked to the Wikipedia link to provide an explanation Change-Id: I23e2a1c83fc95572dc9d88e5a19845f3688ef62d Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582 Former-commit-id: 68025f36a5044ae80bffdb2e5427b1da5073c043
2018-10-25Roll to initial Dublin snapshotTimoney, Dan (dt5972)32-63/+68
Roll to initial Dublin snapshot Change-Id: Id36b1e41ae75a7c282a5db85b30abe3a7688aeb9 Issue-ID: SDNC-480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Fix CCSDK docker version Update CCSDK docker versions used to build SDNC docker containers. Change-Id: I9497c788cc48b401f24aeb9018060c6c0d5b4a0b Issue-ID: SDNC-486 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: c261e3f719abcbea0762162dc9244f951296c6a1
2018-10-22wan-connection bug fix for ccvpnZhuoyao Huang4-848/+2720
Issue-ID: SDNC-354 Change-Id: I3f867b657b2f86f4c2ee0b49580d2cfad1bdd6d9 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> Former-commit-id: 75163854e97cc1d7fc71df510c8ea6c4458e537e
2018-10-16Merge "Use released version of sdnc/northbound"3.0.0-ONAP1.4.1David Stilwell2-3/+1
Former-commit-id: ac74299d29fbe36988a8180bb775054dcc485935