summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-08-07Use released 1.0.0 CCSDK versions to create dockersDan Timoney4-9/+9
Use released versions of CCSDK artifacts to create dockers Change-Id: If6c23fe8ba3897fc6f1dd4f1763f16c3f0a0140a Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-05Update ccsdk/distribution for SodiumDan Timoney3-3/+3
Updated dgbuilder/pom.xml to address breaking change in antrun maven plugin. Change-Id: Iff7b4f73caa7528d0cc5504a1d9efd4ac62142ea Issue-ID: CCSDK-2564 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-04Fix base image version of odlsliDan Timoney1-1/+1
odlsli should be using ccsdk-odl-neon-alpine-image as base, not ccsdk-odl-sodium-alpine-image. Change-Id: I375b25535961a79ab6fc7f164204ec081fc849db Issue-ID: SDNC-1312 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-14Merge "Fix parents of alpine modules"Dan Timoney2-2/+2
2020-07-14Fix parents of alpine modulesDan Timoney2-2/+2
Updated parent pom of alpine/java8 and alpine/java11 classes to be directory above instead of 2 directories above. Change-Id: Ifcc43553383126e6e7ca0b73c9508caa8af7588e Issue-ID: CCSDK-2548 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-09Update release notesDan Timoney1-5/+5
Update versions in release notes Change-Id: Ia6280f9d37ac36be8ea6049be442914e45481117 Issue-ID: CCSDK-2519 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-06switch back to java8Michael Dürre1-1/+1
set base alpine image back to Java11 Issue-ID: CCSDK-2526 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I9cb47823aa7b2657882f9d01c87afb6329882c4a
2020-06-29add java 11 alpine imageMichael Dürre7-118/+280
parallel alpine image with java 11 installed Issue-ID: CCSDK-2484 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ia20a2175ee623f2400327b9fc25265c464780e65
2020-06-11Upgrade Sodium from SR2 to SR3Dan Timoney1-2/+2
Updated the base OpenDaylight Sodium docker to be based on Sodium SR3 instead of SR2. Change-Id: Iff1f97d6b262f1b36f23632e73bc40822c0f331e Issue-ID: CCSDK-2442 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-08Merge "Update css file name in conf.py"Dan Timoney1-1/+1
2020-06-08Merge "Refactor sliapi springboot"Dan Timoney15-3423/+0
2020-06-08Add _release_notes reference in Release Note RST fileEric Debeau1-0/+1
There is no reference _release_notes in the rst file As a result, this file can not be linked from the global Release Note page Issue-ID: DOC-631 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: I21614e349f4d3339a612c279fe5a08b82b56dda0
2020-06-05Refactor sliapi springbootDan Timoney15-3423/+0
Removed sliboot container from distribution. This docker is now built in ccsdk/apps as a new microservice Change-Id: I7794f13af5386bf16f3fcfb97a9fc1fcb4a74ca0 Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-04Align requestID, subrequestID for DMAAP msgsSandeep Shah4-1276/+1310
Align the common header for DMAAP message received and published, as Policy depends upon them to corelate policy driven events. Updated DG's Issue-ID: CCSDK-2395 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I7c65d00c05ed395c6c6f89f36763ae0aefde87fb
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I9f0699d403633f1c0b2761da2cb22e33afcd0666
2020-05-28Update versions in relesae notesDan Timoney1-39/+39
Update versions for Frankfurt artifacts in release notes to match RC2 versions. Change-Id: If71c51c3aa934e24cd6860a1732bc54cd2c850a0 Issue-ID: CCSDK-2330 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-18Bug fix in DMAAP publication templatesSandeep Shah2-2/+2
Remove "0a" hex newline character at the end of the DMAAP publication template files. DMAAP message router is very sensitive Issue-ID: CCSDK-2379 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I7b4e5925c693463cea3441eb15f0e2d4dd3f8416
2020-05-14Add Frankfurt release notesDan Timoney3-332/+322
Add release notes for Frankfurt following new, non-comprehensive template. Change-Id: Idf457050c9c7332be2d97ebc93e0836c44841f1e Issue-ID: CCSDK-2330 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-08Upgrade nodejs version in dgbuilder installDan Timoney1-1/+8
Updated by Sheshi (sc2914@att.com) to upgrade nodejs version as part of docker build. Change-Id: Ia8d04466774350fda588e91e9e8f9e4b2e42b003 Issue-ID: CCSDK-2353 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-28integrate spring sli container with AAFAgarwal, Ruchira (ra1926)1-0/+1
update mail pom with sliboot module Issue-ID: CCSDK-2304 Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com> Change-Id: I2c125d57cf595e735d46c62d0cb99b6c751f3f1e
2020-04-09integrate spring sli container with AAFAgarwal, Ruchira (ra1926)11-5/+90
add certs and configure spring sli for AAF Issue-ID: CCSDK-2304 Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com> Change-Id: Ia4f784a42ee7e5db0b3a2b82b55b23af705797ce
2020-04-08Automation adds ccsdk-distribution-architecture.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I113456ac40b944f17a26d0a9a6b61f47241aa85f Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Automation adds ccsdk-distribution-offeredapis.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: Ie3b25dce91c01e9acc3ac240d6a5a7a508515478 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Merge "Automation adds release-notes.rst"Jessica Wagantall1-9/+10
2020-04-08Automation adds release-notes.rstLF Jenkins CI1-9/+10
Add _release_notes hook to allow automation. Fix non valid release notes characters in content. Issue-ID: CIMAN-376 Change-Id: Ib539bbb69e365f6091b224c1fc1bf60e3e90e48b Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-07Automation adds index.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: Id10aec1708dbb0dd764f83ec5a3ad2fdee4030b9 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-03-27Fix log locationDan Timoney1-1/+2
Update sliboot docker to log to standard ONAP directory (/var/log/onap/{project}) Change-Id: I932d48ee658ebd4236ea67eab1f6769e6d50013d Issue-ID: CCSDK-2186 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-27Merge "Add new sliboot container"Dan Timoney8-185/+3108
2020-03-27Add new sliboot containerDan Timoney8-185/+3108
Add new docker container for springboot-based SLI Change-Id: I2cb767e04206b56804169ae37f015ebc0b5e8f60 Issue-ID: CCSDK-2186 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-25Bug fixes for CMNotify FeatureSandeep Shah3-195/+231
Fix the correct folder for CMNotify properties file Fix DG's to log into the correct file Issue-ID: CCSDK-2190 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I0f56af225f1e87221dd42751793f5e15208ea126
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