aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2018-10-16Use released version of sdnc/northboundTimoney, Dan (dt5972)2-3/+1
Update to use released version of sdnc/northbound. Also, uncommented SdncReports module, which had been temporarily commented out to try to work around a Jenkins issue. Change-Id: I74f70fc87c19b0388813e69ea293330fbfff39dc Issue-ID: SDNC-480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 04e571b5c6ba41725bb5e90335c816a4b69f886f
2018-10-16Merge "Prepare for release build"David Stilwell22-22/+22
Former-commit-id: 5d17812a5c83c55b628cf3b089b9a4c289606af9
2018-10-16Merge "Multiple self-serve fixes"Dan Timoney7-2852/+3973
Former-commit-id: 82ba3ce5c73fcc239b413ae0e5a2a49e99989852
2018-10-16Prepare for release buildTimoney, Dan (dt5972)22-22/+22
Prepare sdnc/oam for release build by removing -STAGING tag and using released version of parent poms. Change-Id: I3de986702da21a91a6613a386c5491481bdb21b6 Issue-ID: SDNC-480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: a8eac265ec597473bc63894b2485decd11e49d4c
2018-10-15Multiple self-serve fixesAlexis de Talhouët7-2852/+3973
fix ss-generate-name to not set SUCCESS status randomly. fix vf-module ss dg to populate correctly the order-status data. add support for vnf level assignemnet for ss netbox fix parsing resolved ip to remove prefix info (/32) Change-Id: I1f0b5c2046dddddee1f0fa674b440d604871aa9b Issue-ID: SDNC-444 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: 1adbc091ff99771a16599d7459296dea77e69380
2018-10-10Fix sudo permission of remote normal usersYaoguang Wang3-9/+9
Change-Id: Ia593cfa706b0088306ea3d8d18117c3d9b2343c9 Issue-ID: CCSDK-464 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Former-commit-id: 2e7ccff033ddf54574ab3f740bf274b1472b2347
2018-10-09Add preload info to GR-API propertiesTimoney, Dan (dt5972)1-0/+2
Add preload info to generic-resource-api DG properties file Change-Id: I05bf081aada23cb833522ec03b827c61f593bb53 Issue-ID: SDNC-449 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 0385cb952ffd952e22c1c0301dfd4ff75e7c48b6
2018-10-09Merge "Fix ss-netbox-dg"Dan Timoney2-502/+422
Former-commit-id: 5db3fb421de30e4668d6325434c6aed690031a47