summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-30Release docker containersDan Timoney1-0/+21
Release 0.7.0 CCSDK docker containers Change-Id: Iccac2c8cf41c2067f4b37d4fe76ac1c5086a7cce Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-30Release maven artifactsDan Timoney1-0/+5
Release 0.7.0 maven artifacts Change-Id: I131e343cfcd2eed832c0ae05ca30f288ae7f9d7a Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-29Use released version of CCSDK maven artifacts0.7.0Dan Timoney1-5/+5
Use released 0.7.0 version of CCSDK artifacts to build docker container Change-Id: I759f0cbd25dec122d1175aae74af74a514765ac8 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-23Use released parent pomDan Timoney5-5/+5
Use released version of ccsdk/parent poms Change-Id: Ifc6abb06a378a964a01c4f28b19f7323d90a682e Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-07Update mariadb installationTimoney, Dan (dt5972)4-33/+5
Update to install mariadb java client like all other dependencies instead of as special case. Change-Id: I31040362ad89c90ca47be238b438e7e7733cefb7 Issue-ID: CCSDK-2005 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2020-01-02Merge "Fix ansible-server for parsing ouput of executing Ansible playbooks"Dan Timoney1-9/+19
2019-12-20DG's and Templates for A1 AdapterSandeep Shah23-49/+9976
Included are 10 DG's, any pertinent templates, and updated properties file Issue-ID: CCSDK-2013 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ia2edfb3d1be5043101487289fa15e71d953ddf1c
2019-12-19Fix ansible-server for parsing ouput of executing Ansible playbooksEnbo Wang1-9/+19
Fix the issues of parsing the return value of p.communicate() and output lines of executing Ansible playbooks. Change-Id: I7ab10d9d7438ca998d17a7dace2fcde27a4219e7 Issue-ID: CCSDK-2009 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2019-12-13Update distribution scripts to python3Miroslav Los9-12/+14
Also use python3 packages in Dockerfiles. Make python2 also available for OpenDaylight until they migrate Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1923 Change-Id: I3d4453ccbfe191c545ba574695387dd33c129e25
2019-12-12Update to use ONAP specific ODL distroTimoney, Dan (dt5972)7-348/+16
Updated CCSDK dockers to use ONAP-specific OpenDaylight Neon SR1 distribution. Change-Id: I602ace48c00b78ac6e2b5e80a9403330790e3487 Issue-ID: CCSDK-1753 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-11Generate dependency listTimoney, Dan (dt5972)2-0/+49
Generate list of third party dependencies Change-Id: I99991e4844462951b38f1d390ca071e71efca504 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-06Centralize third party installationTimoney, Dan (dt5972)1-0/+24
Add missing third party libs, previously installed by other repos, to common dependencies package. Change-Id: Ie46c3bef5e5732b17042cb931d86c79053ff3a0e Issue-ID: CCSDK-1979 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-03Use 1.5.1-SNAPSHOT version of parent pomTimoney, Dan (dt5972)6-7/+7
Fixed version of parent pom to use snapshot version Change-Id: Id4c709c07e8753eab4a846874cce3330bba634d1 Issue-ID: CCSDK-1935 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-19Add id for KapilTimoney, Dan (dt5972)1-0/+5
Add Kapil's ATT id as committer Change-Id: Id0b9135b82fc5366f692c2c0f6d4994cd2971f2d Issue-ID: CCSDK-1934 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-15Add new committers Kevin and KapilTimoney, Dan (dt5972)1-0/+16
Add new committers Kevin Smokowski and Kapil Singal Change-Id: Ib1ceaf3c9d6f0f4f5cb027630311291626a071d7 Issue-ID: CCSDK-1934 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-11Merge "Include A1 adapter in CCSDK distribution repo"Dan Timoney8-2/+223
2019-11-03Include A1 adapter in CCSDK distribution repoSandeep Shah8-2/+223
Include A1 adapter installer in ODLSLI POM files, provide DG mechanics support to execute A1 adapter RPC's Issue-ID: CCSDK-1887 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I9a0cd57e8734e69205d899c7a342b70db8532808
2019-11-01migrate ansible server python scripts to python3Taka Cho8-99/+76
python3 is required for R6 release Change-Id: I94decf6ead79119f90f5fa70578b4cea8a3e58b7 Issue-ID: CCSDK-1893 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-31pom updatesSmokowski, Kevin (ks6305)1-1/+0
inherit version for org.onap.logging-analytics artifacts Issue-ID: CCSDK-1882 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I083d5fa4416bb0b637df3fdf05a85fc3a0ecf1bc
2019-10-31PrintYangToProp package changeSmokowski, Kevin (ks6305)2-5/+5
package for PrintYangToProp was updated when sli-common was updated Issue-ID: CCSDK-1723 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ic747102fb519aa5805bd8e9c016afc8d2af14e5b
2019-10-28Merge "Bug fixes to OOFPCIPOC templates, DG's, properties"Dan Timoney8-1569/+1324
2019-10-24Mark OJSI-196 as fixedKrzysztof Opasiak1-1/+2
OJSI-196 ticket is already closed as the vulnerability has been removed. Issue-ID: OJSI-196 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I12d956c1327abd51ef51ba37abf0dc403f3f4333 (cherry picked from commit d8492a2b6b66553eb17d9ae60998f850f5b12c87)
2019-10-21Bug fixes to OOFPCIPOC templates, DG's, propertiesSandeep Shah8-1569/+1324
Bug fixes to OOFPCIPOC ConfigDB and DMAAP template files, SDNR property file, and corresponding DG's Issue-ID: CCSDK-1840 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I23ebfdc819213ed5e070887bdf7cc14ba0121ec8
2019-10-16Correct System Message Warning in RTDEric Debeau1-13/+14
Issue-ID: CCSDK-1842 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: I76ede8856ea86f734021c3b9ad349915282ca0a8
2019-10-07Install logging-analytics libraryTimoney, Dan (dt5972)1-3/+8
Install missing logging-analytics library Change-Id: I9719c2e97d179d6bb2e43ed20cbfa1395209fc12 Issue-ID: CCSDK-1807 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-10-01Roll back to using ODL tarballTimoney, Dan (dt5972)3-47/+7
Roll back to using ODL Neon tarball until finished debugging issues with custom ODL karaf distribution Change-Id: Iad014537c15805e32832e2cbcee4813d661ae1fe Issue-ID: CCSDK-1753 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-25Create ONAP-specific ODL distroTimoney, Dan (dt5972)22-1471/+394
Instead of using OpenDaylight tarball, create custom ONAP ODL distribution that only contains the components used by SDNC and/or APPC Change-Id: I8871326002ab0e51c0271b937c5d91628a3172d9 Issue-ID: CCSDK-1753 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-23Update release notesTimoney, Dan (dt5972)1-23/+23
Fixed versions in docker table Change-Id: I4e23bf8c129fc29ebbdb6a8d8c3d0272abc4d9eb Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-21Merge "Update release notes"Dan Timoney1-3/+3
2019-09-20Update release notesTimoney, Dan (dt5972)1-3/+3
Update version in release notes Change-Id: I449e3f8bd725bc6d4fc668bfadfd685f9b442169 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-20Release image ccsdk-distributionJessica Wagantall1-0/+21
Release version: 0.6.3-STAGING-20190919T203958Z as 0.6.3 Issue-ID: CCSDK-1701 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I5a9f68e77cf8a680442827fb983c345cc49314a8
2019-09-13Update release notesTimoney, Dan (dt5972)1-8/+78
Update release notes for El Alto release Change-Id: I2c724fd70990ef3aac21c5efdc656c0bb628ae03 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-12Roll version for Frankfurt releaseTimoney, Dan (dt5972)21-46/+46
Roll version in master branch for Frankfurt development Change-Id: I3537832e061b368ec79082ad5c55e8a4f34554e7 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-11Release version 0.6.1Timoney, Dan (dt5972)1-0/+5
Release version 0.6.1 CCSDK artifacts Change-Id: I7016666ed13a63efb141906f2f00b10c7b4125fb Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-11Use 0.6.1 released artifactsTimoney, Dan (dt5972)1-5/+5
Update docker to use released 0.6.1 CCSDK artifacts Change-Id: I3c524598c09cdd36587164d19d74a73326fe992a Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-06Fix errors in INFO.yamlTimoney, Dan (dt5972)1-17/+5
Fix errors in INFO.yaml file Change-Id: Ib673a3b58c23d5ae9d6ef874d142089c2637141e Issue-ID: CCSDK-1696 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-04Change versions of CCSDK dependencies for dockersTimoney, Dan (dt5972)1-5/+5
Change versions of CCSDK for dockers to 0.6.1-SNAPSHOT Issue-ID: SDNC-874 Change-Id: I03d7ee25e23ca37763bfda1f3828ac8543eee5d0 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-03Roll versionsTimoney, Dan (dt5972)21-40/+40
Roll versions in master branch Change-Id: I7271b4a1b466f18f0854e39e0613848072c25b07 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-29Revert "Proposal to remove OSGi dependencies from the CCSDK project"Timoney, Dan (dt5972)37-3775/+0
This reverts commit e385a7a1d1934c6a3d22df3c3244678ca415134a. Change-Id: I4d3e0d7996fc33ba443ce91f15e9a6dd670bec93 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Merge "Release version 0.6.0"Dan Timoney1-0/+5
2019-08-28Release version 0.6.0Timoney, Dan (dt5972)1-0/+5
Release version 0.6.0 of CCSDK Change-Id: Idc6966eb596360b81e08711ee332ff99c4d7a5da Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Merge "Update to use released version 0.6.0"Dan Timoney5-15/+15
2019-08-28Update to use released version 0.6.0Timoney, Dan (dt5972)5-15/+15
Update dockers to use released version of artifacts Change-Id: Ia8c0f17a1fef30c368716b3b984a6f1ab87af26f Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Proposal to remove OSGi dependencies from the CCSDK projectMatej Perina37-0/+3775
Dependencies on the OSGi frameworks and libraries are removed by integrating the CCSDK project with the lighty.io. It's a toolkit that allows to use ODL services (in this case core services and the Restconf) without the dependency on the Karaf framework and the Blueprint DI. The ccsdk-lighty-module artifact contains lighty.io module that groups all other modules from other repositories and starts/stops them at once. The ccsdk-lighty-distribution artifact starts the lighty.io core, Restconf and the CCSDK integrated with the lighty.io and creates zip distribution with the CCSDK lighty.io application and necessary libraries. The distribution-lighty-ubuntu-docker artifact creates the docker image with the zip distribution from the ccsdk-lighty-application artifact and necessary configuration files. For more information see the README.md file in the lighty/docs directory. More info about the lighty.io - https://lighty.io Change-Id: Id29935c8e2951b400ad3217ff412bc5155384487 Signed-off-by: Matej Perina <matej.perina@pantheon.tech> Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
2019-08-22Merge "SDNR OOFPCIPOC - DG Updates for ConfigDB DMAAP"Dan Timoney8-712/+3258
2019-08-22Missing org.osgi.framework.FrameworkUtilSingal, Kapil (ks220y)1-0/+7
adding dependency to pull org.apache.felix.framework jar so that we have org.osgi.framework.FrameworkUtil Issue-ID: CCSDK-1640 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I45c7b1e872cb4d726e8cebb47a807d4c542dd16b
2019-08-20SDNR OOFPCIPOC - DG Updates for ConfigDB DMAAPSandeep Shah8-712/+3258
To support closed loop automation, DG's are modified to update ConfiDB for configuration of PCI and ho flags, and publish DMAAP message confirming configuration. Corresponding templates are also created Issue-ID: CCSDK-1581 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I030401f394ebdc693eeaf514478200a4d9691c18
2019-08-19Merge "[CCSDK-1579] updated to use https"Dan Timoney8-6/+80
2019-08-16Merge "Updates for ODL Neon"Dan Timoney22-55/+57
2019-08-15Release version 0.5.2Timoney, Dan (dt5972)1-0/+5
Release version 0.5.2 of CCSDK maven artifacts Change-Id: I9c5b21f3ce083c6273cf52e4e1e13f733ed25038 Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>