summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-24Create base Sodium imageDan Timoney8-5/+655
Create base ODL Sodium docker image Change-Id: Ibfc259529ffeb90d73ea897f9a2ae7a1a79a6b79 Issue-ID: CCSDK-2184 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-17Merge "Use Frankfurt M4 version of ccsdk/features"Dan Timoney1-1/+1
2020-03-12Fix licenses on ODL scriptsDan Timoney3-3/+14
ODL scripts need to be dual licensed (EPL 1.0 and Apache 2.0). Change-Id: I3dfa85144c168f9dddd1fb9966776488f527b9be Issue-ID: CCSDK-2172 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-11Use Frankfurt M4 version of ccsdk/featuresDan Timoney1-1/+1
Use Frankfurt M4 version of ccsdk/features Change-Id: I65fecd868fa8f6d3ab303f36c3e6cc8490b00bc3 Issue-ID: CCSDK-2166 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Roll master to GuilinDan Timoney22-47/+46
Roll master to new versions for early Guilin developent Change-Id: I7cadbf176e87b8fe4a62f54d5d6d8f99921a449c Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Release Frankfurt M4 dockersDan Timoney1-0/+21
Release Frankfurt M4 docker containers Change-Id: I8569ea27e90a5eb08e68db539941cb558978cd0d Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Release Frankfurt M4 artifactsDan Timoney1-0/+5
Release Frankfurt M4 artifacts Change-Id: Ic45e6964aabf35ab9647aeeda16b8a8688b7d7e7 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Update to use released CCSDK artifactsDan Timoney1-574/+571
Updated odlsli pom to use released versions of CCSDK artifacts to create docker image Change-Id: Ide7faabd8a931fa550a509d6d4f59f74153d0966 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Merge "Use released 1.5.2 CCSDK parent"Dan Timoney4-4/+4
2020-03-04Merge "Platform/DG logic support for CMNotify"Dan Timoney7-0/+812
2020-03-04Merge "Integrate CMNotify installer in ODLSLI POM"Dan Timoney1-0/+7
2020-03-04Platform/DG logic support for CMNotifySandeep Shah7-0/+812
Structure to include Directed Graphs for CMNotify VES events Issue-ID: CCSDK-2132 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I57f46fac85092f211884d05e36690a09cb6152e1
2020-03-04Use released 1.5.2 CCSDK parentDan Timoney4-4/+4
Use released Frankfurt M4 version of CCSDK parent poms Change-Id: Iaab02b84b29242768a049a9e2324c776351a3d03 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-04Merge "Fix parameter convertion for JSON array or object in LCM API payload"Dan Timoney1-0/+7
2020-03-02Integrate CMNotify installer in ODLSLI POMSandeep Shah1-0/+7
CMNotify feature integration into CCSDK distribution. Include installer in the ODLSLI POM file. Done to enwure feature JAR files are available for successful docker execution Issue-ID: CCSDK-2131 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ibc965d4b48b039c6200245b802db18f2d8841fc9
2020-03-02Fix parameter convertion for JSON array or object in LCM API payloadEnbo Wang1-0/+7
This patch for Ansible server can dump the JSON array or object in LCM API payload to a correct format of string, and the string can be reloaded to array or object. Change-Id: Ia5a5844ecaa3869acaeabd695afd41c113e63690 Issue-ID: CCSDK-2144 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2020-02-23Fix onap-odl-neon imageherbert1-1/+1
disable filtering during copy for configuration scripts Issue-ID: SDNC-1081 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I7b5ab299c231ffc5bac2964ea7ddd208c73641c0
2020-02-18Fix onap-odl-neon imageherbert6-0/+631
Add missing configuration scripts Issue-ID: SDNC-1056 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Id76f855e819baef4eef8f0770c398c86da8c76fc
2020-02-18Merge "Migrate ccsdk-distribution docs"Dan Timoney9-0/+145
2020-02-17Bug fixes in A1 Adapter DG'sSandeep Shah10-813/+3093
DG modifications needed to address bug fixes in RestAPI call node for multi-dimensional JSON arrays Issue-ID: CCSDK-2101 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Id25f56f81e012eb7f308af97b2c4b57d9d676c6f
2020-02-10Revert "Fixed the host Address"Dan Timoney2-199/+199
This reverts commit ca7c8f071efc97bd36818c1af88ec1f6b4544df7. Issue-ID: CCSDK-2083 Change-Id: Ifb4a0d103a3311b2a475d732dddd532ba7111b2a Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-07Fixed the host AddressLathish2-199/+199
Issue-ID: CCSDK-2083 Change-Id: Ia45aed46a4630c6de399b424b11ed773b48bd01b Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-02-06Migrate ccsdk-distribution docsJessica Wagantall9-0/+145
Merging this will create https://onap-ccsdk-distribution.readthedocs.io This build will run in parallel to the current docs generation method until we are ready to cut over. Issue-ID: CIMAN-364 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If96fba9c4eabb871de25ac12b0bb877899081929
2020-02-06Removed the Create Policy TypeLathish2-1600/+0
Issue-ID: CCSDK-2079 Change-Id: I05b404398acb75535b280d220e5fc510f8a94d7e Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-01-31Merge "Roll to next snapahot version"KAPIL SINGAL23-690/+46
2020-01-31Roll to next snapahot versionDan Timoney23-690/+46
Roll to next snapshot Change-Id: I4bd3b6181414d7aa51205309a3d4dbf2430b163d Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-31Merge "ORAN A1 Adapter DG Updates"Dan Timoney5-0/+978
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-27ORAN A1 Adapter DG UpdatesSandeep Shah5-0/+978
Additinal DG's for getNearRT-RICs and notifyPolicyEnforcementUpdate RPC's Issue-ID: CCSDK-2040 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I2a4485eb0fb195eb9fbb99d285203333fcd1bdb5
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)