ccsdk/distribution.git
3 years agoSeparate snapshot tag var names from original 81/116381/6
Lasse Kaihlavirta [Tue, 15 Dec 2020 10:00:06 +0000 (12:00 +0200)]
Separate snapshot tag var names from original

 - original tag variables in pom.xmls are being used also outside
   of the poms (namely, in Dockerfiles) and the new tag usage is not
   taken in use in all images yet, so the tag names are now
   differentiated to support old usage where necessary
 - add STAGING-latest tag in TagSnapshotVersion groovy script as a
   quick fix for odlsli-alpine dependencies for now
 - minor typo corrections
Issue-ID: CCSDK-3019
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: Ib6b5e275ea305f5871f124da78a6e94b126c0266

3 years agoMerge "Move CSIT to ccsdk/distribution repo"
Dan Timoney [Thu, 10 Dec 2020 15:03:26 +0000 (15:03 +0000)]
Merge "Move CSIT to ccsdk/distribution repo"

3 years agoMove CSIT to ccsdk/distribution repo 82/116082/5
Lasse Kaihlavirta [Thu, 3 Dec 2020 15:54:13 +0000 (17:54 +0200)]
Move CSIT to ccsdk/distribution repo

 - move CCSDK healthcheck CSIT under distribution repository
 - add run-project-csit.sh that takes common CSIT scripts from
   integration/csit on runtime and then executes all the plans
   under distribution/csit/plans
 - use version.properties and UNIQUE_DOCKER_TAG to identify the
   docker image versions to run for testing if the latter is given,
   otherwise just choose "latest" (to enable easy local testing)
 - introduce new groovy script for tagging SNAPSHOT images only
   based on version.properties and UNIQUE_DOCKER_TAG
 - apply UNIQUE_DOCKER_TAG in dgbuilder and odlsli-alpine docker
   image versioning
 - add script for tagging snapshot images identified with
   UNIQUE_DOCKER_TAG with STAGING
 - use docker-compose for teardown instead of common kill scripts

Issue-ID: CCSDK-3017
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I37dcf682bf1ab77016a76adc89f5658bb0b71b19

3 years agoRoll to next snapshot 79/116179/1
Dan Timoney [Mon, 7 Dec 2020 16:24:54 +0000 (11:24 -0500)]
Roll to next snapshot

Roll to next snapshot version

Change-Id: I423a52bc457f0809086279c17830fd371c197a2a
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoMerge "Update release notes"
Dan Timoney [Fri, 4 Dec 2020 14:49:25 +0000 (14:49 +0000)]
Merge "Update release notes"

3 years agoUpdate release notes 74/116074/1
afenner [Thu, 3 Dec 2020 12:58:59 +0000 (12:58 +0000)]
Update release notes

Change-Id: I9176e9b40b33e7cfeee762aafcb42cda98e572a7
Issue-ID: CCSDK-3021
Signed-off-by: afenner <andrew.fenner@est.tech>
3 years agoRelease version 1.1.0 of dockers 51/116051/1
Dan Timoney [Wed, 2 Dec 2020 23:59:10 +0000 (18:59 -0500)]
Release version 1.1.0 of dockers

Release verson 1.1.0 of ccsdk/distribution docker containers

Change-Id: If3f505771374333affad4122b931327169f50cca
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease version 1.1.0 of maven artifacts 50/116050/1
Dan Timoney [Wed, 2 Dec 2020 23:52:41 +0000 (18:52 -0500)]
Release version 1.1.0 of maven artifacts

Release verson 1.1.0 of ccsdk/distribution maven artifacts

Change-Id: I325261d3bd7b193d9ae8087280925ad94991e0f1
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoPrepare initial Honolulu release 40/115540/1
Dan Timoney [Mon, 30 Nov 2020 14:46:11 +0000 (09:46 -0500)]
Prepare initial Honolulu release

Prepare to release initial version of Honolulu artifacts to
support early testing.

Change-Id: I5f047bb978ee6413603cf637f71106ab3d05389e
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoAdd Guilin release notes 00/115100/1
Dan Timoney [Thu, 19 Nov 2020 12:37:32 +0000 (07:37 -0500)]
Add Guilin release notes

Add release notes for Guilin release

Change-Id: Ibbbd460db21bc820e7a995199724c974c8244530
Issue-ID: CCSDK-2974
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoAdd integration test for odlsli docker 38/115038/1
Dan Timoney [Tue, 17 Nov 2020 12:42:27 +0000 (07:42 -0500)]
Add integration test for odlsli docker

Add integration test for odlsli docker

Change-Id: Ie8140a1c9e480d368cd6653ea80efb58f44eb6dd
Issue-ID: CCSDK-2986
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoCreate base ODL Aluminum docker container 25/114825/1
Dan Timoney [Thu, 12 Nov 2020 16:42:03 +0000 (11:42 -0500)]
Create base ODL Aluminum docker container

Added new base docker container with OpenDaylight Aluminum installed

Change-Id: I6b76e11803d89aba79e9f45f053cabd3e93fcff7
Issue-ID: CCSDK-2983
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoMerge "DG's, templates, properties for ranSlice feature"
Dan Timoney [Mon, 9 Nov 2020 12:45:17 +0000 (12:45 +0000)]
Merge "DG's, templates, properties for ranSlice feature"

3 years agoDG's, templates, properties for ranSlice feature 68/113968/5
Sandeep Shah [Sun, 18 Oct 2020 21:45:52 +0000 (16:45 -0500)]
DG's, templates, properties for ranSlice feature

This commit includes DG for instantiateRANSlice RPC,
templates, and proerty file updates

Issue-ID: CCSDK-2857
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Ib6e6199940e18f7358116818f410bea09184bc42

3 years agoRemove java 8 installation 13/114613/1
Dan Timoney [Wed, 4 Nov 2020 22:06:08 +0000 (17:06 -0500)]
Remove java 8 installation

Removed java 8 installation from CCSDK base containers.  Also,
removed obsolete ODL neon docker.

Change-Id: I009193b46e8da8a2e53461dcc1ed7d7fce042461
Issue-ID: SDNC-1352
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoBug fix in RANSlice platform logic POM 46/112946/1
Sandeep Shah [Mon, 21 Sep 2020 18:07:53 +0000 (13:07 -0500)]
Bug fix in RANSlice platform logic POM

Minor bug fix associated with RANSlice platform
logic POM

Issue-ID: CCSDK-2844
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I7d19d4e910cec193e4058943768205e00cb2a364

3 years agoRoll to initial Honolulu snapshot 24/112624/2
Dan Timoney [Mon, 14 Sep 2020 15:30:34 +0000 (11:30 -0400)]
Roll to initial Honolulu snapshot

Roll to initial Honolulu snapshot version

Change-Id: I3a293d15680045917e817fe2e19b42f7d2c72819
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease M4 version of ccsdk docker images 15/112515/1
Dan Timoney [Thu, 10 Sep 2020 20:21:16 +0000 (16:21 -0400)]
Release M4 version of ccsdk docker images

Release M4 version of CCSDK docker images

Change-Id: Icdb18d72cdc6c9b347da1f386889bb58f210f3b9
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease M4 version of ccsdk/distribution 14/112514/1
Dan Timoney [Thu, 10 Sep 2020 19:39:09 +0000 (15:39 -0400)]
Release M4 version of ccsdk/distribution

Release M4 version of ccsdk/distribution maven artifacts

Change-Id: I78024ff7535deefc6aea040fd529b08072a73d21
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUpdate to use released artifacts 99/112499/1
Dan Timoney [Thu, 10 Sep 2020 15:06:52 +0000 (11:06 -0400)]
Update to use released artifacts

Update ccsdk/distribution to use released artifacts to create dockers

Change-Id: I026b59a4120ae70fd3adca884d7f9b5225bae267
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoMerge "Platform Logic and DG's for RANSlice feature"
Dan Timoney [Tue, 8 Sep 2020 18:47:49 +0000 (18:47 +0000)]
Merge "Platform Logic and DG's for RANSlice feature"

3 years agoFix build problem with dgbuilder-docker 30/112230/1
highstreetherbert [Mon, 7 Sep 2020 12:55:05 +0000 (14:55 +0200)]
Fix build problem with dgbuilder-docker

comment script in dockerfile

Issue-ID: CCSDK-2737
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: Ia72435af46d9871b34437c2aa6b451bde907128a
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
3 years agoUpgrade to Sodium SR4 84/112184/4
Dan Timoney [Fri, 4 Sep 2020 15:44:40 +0000 (11:44 -0400)]
Upgrade to Sodium SR4

Upgrade to OpenDaylight Sodium SR4
Also, install implementation class for JAX-WS, needed by aafshiro

Change-Id: I5d1433df3ef13a75323046024db23d17b30b340f
Issue-ID: CCSDK-2729
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoFix errors in odlsli Dockerfile 89/112189/1
Dan Timoney [Fri, 4 Sep 2020 17:02:08 +0000 (13:02 -0400)]
Fix errors in odlsli Dockerfile

Fix errors in odlsli Dockerfile introduced by port to common
ONAP base image

Change-Id: I7593a5b93ada0b6215d38536dda14ef0f0fbca26
Issue-ID: CCSDK-2418
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUpdate lifecycle state 16/112116/1
Dan Timoney [Thu, 3 Sep 2020 14:09:38 +0000 (10:09 -0400)]
Update lifecycle state

Update lifecycle state to Mature

Change-Id: I421890f87fd4f874134e13c9a2a7bd74bb79d397
Issue-ID: CCSDK-2660
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoPlatform Logic and DG's for RANSlice feature 70/112070/2
Sandeep Shah [Thu, 3 Sep 2020 03:35:56 +0000 (22:35 -0500)]
Platform Logic and DG's for RANSlice feature

This code commit includes basic DG templates required
to support RANSlice feature. DG's will be updated during
further development and testing cycle.

Issue-ID: CCSDK-2723
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Ia8960f59a2e2c3e4a14328e43b12777eddcb7baa

3 years agorollback scripts to bash 80/112080/1
Michael Dürre [Thu, 3 Sep 2020 08:14:12 +0000 (10:14 +0200)]
rollback scripts to bash

change back from sh to bash

Issue-ID: SDNC-1345
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I89a1acd3fbf7d17e7a49778413c0a3501861bedf

3 years agoUpdate to use ONAP standard base images 95/111995/1
Dan Timoney [Tue, 1 Sep 2020 20:21:53 +0000 (16:21 -0400)]
Update to use ONAP standard base images

Updated all containers to use one of the 2 approved ONAP base images:
 - onap/integration-java11
 - onap/integration-python

Change-Id: I961e9af38d790f74528a726a0fc68d1a2e5fbfb9
Issue-ID: CCSDK-2418
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoMerge "fix odlsli image for new base image"
Dan Timoney [Tue, 1 Sep 2020 18:29:00 +0000 (18:29 +0000)]
Merge "fix odlsli image for new base image"

3 years agoMerge "fix alpine j11 base image"
KAPIL SINGAL [Tue, 1 Sep 2020 14:51:53 +0000 (14:51 +0000)]
Merge "fix alpine j11 base image"

3 years agofix alpine j11 base image 56/111956/3
Michael Dürre [Tue, 1 Sep 2020 10:55:17 +0000 (12:55 +0200)]
fix alpine j11 base image

fix alpine base image with j11

Issue-ID: CCSDK-2715
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ief43e6c6189ee45ae8f86dc059e85890bb60561c

3 years agofix odlsli image for new base image 62/111962/3
Michael Dürre [Tue, 1 Sep 2020 11:04:25 +0000 (13:04 +0200)]
fix odlsli image for new base image

fix odlsli image and remove unused files

Issue-ID: CCSDK-2717
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I7dac1412426d19663bd91ba5cf7f23d24da69b3f
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
3 years agoswitch sodium to J11 58/111958/3
Michael Dürre [Tue, 1 Sep 2020 10:58:44 +0000 (12:58 +0200)]
switch sodium to J11

switch sodium odl image to base J11

Issue-ID: CCSDK-2716
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ia2c062ad5fe4dd64cc045e53b6d7664626088e23
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
3 years agoUse Java 11 base docker image 88/111888/1
Dan Timoney [Mon, 31 Aug 2020 13:49:55 +0000 (13:49 +0000)]
Use Java 11 base docker image

Update Sodium image to use java 11.  Also, update platform logic installer
to install JAXB implementation libraries.

Issue-ID: CCSDK-2710
Issue-ID: CCSDK-2485
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I2f2e6880464125dba37e2dd444e8a757bdfdd956

3 years agoMerge "Deprecate the SDNR A1 Adapter"
KAPIL SINGAL [Thu, 27 Aug 2020 12:40:18 +0000 (12:40 +0000)]
Merge "Deprecate the SDNR A1 Adapter"

3 years agoInclusion of ranSlice feature in ODLSLI 90/111490/3
Sandeep Shah [Thu, 20 Aug 2020 15:37:52 +0000 (10:37 -0500)]
Inclusion of ranSlice feature in ODLSLI

Since ranSlice related feature code was already merged,
now feature can be included in the CCSDK ODLSLI POM file

Issue-ID: CCSDK-2679
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I2e1c4802c51b109df9359c8e1ccf569b32f4e95e
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoDeprecate the SDNR A1 Adapter 62/111762/1
Lathish [Wed, 26 Aug 2020 16:30:34 +0000 (17:30 +0100)]
Deprecate the SDNR A1 Adapter

Issue-ID: CCSDK-2694
Change-Id: I4572e2dabbdc7c46995b6aaea3f05cb3084774d4
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
3 years agoUpdating version.propoerties 92/111692/1
Singal, Kapil (ks220y) [Tue, 25 Aug 2020 14:39:28 +0000 (10:39 -0400)]
Updating version.propoerties

Issue-ID: CCSDK-2691
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I20c74eac48aa3b87494e4ca82b0cb78e205383a3

3 years agoAdd env to odlsli image 32/111532/3
highstreetherbert [Fri, 21 Aug 2020 11:57:10 +0000 (13:57 +0200)]
Add env to odlsli image

 Variable used by sdnr installation script

Issue-ID: SDNC-1331
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: If07b11d7dbbba06b8bebfa1010c3f1b03af43b38
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
3 years agoMerge "Moving to next snapshot"
KAPIL SINGAL [Mon, 24 Aug 2020 17:10:57 +0000 (17:10 +0000)]
Merge "Moving to next snapshot"

3 years agoMoving to next snapshot 52/111652/3
Singal, Kapil (ks220y) [Mon, 24 Aug 2020 15:57:27 +0000 (11:57 -0400)]
Moving to next snapshot

Issue-ID: CCSDK-2691
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I2ca4948c618bb7a496099ae00b7b93ac9f075c03

3 years agoAdd/Modified A1 DG's 67/111467/6
Lathish [Wed, 19 Aug 2020 21:59:03 +0000 (22:59 +0100)]
Add/Modified A1 DG's

Issue-ID: CCSDK-2605
Change-Id: I0a2618e9e46f53c369b3c86a85bac8ab1bc69022
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
3 years agoAdd oran a1-adapter feature to odlsli-alpine 46/111646/3
RehanRaza [Mon, 24 Aug 2020 13:43:29 +0000 (15:43 +0200)]
Add oran a1-adapter feature to odlsli-alpine

Change-Id: I32e11d4dca0eb112785f91fc0c3a930dcd7ddb5f
Issue-ID: CCSDK-2604
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
3 years agoAdded Policy Type DG For A1 Mediation 05/111205/2
Lathish [Thu, 6 Aug 2020 09:25:41 +0000 (10:25 +0100)]
Added Policy Type DG For A1 Mediation

Issue-ID: CCSDK-2605
Change-Id: If25d47ccd9d981e21b66a37c085c0c257644f47b
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
3 years agoRelease version 1.0.0 of docker containers 50/111050/1
Dan Timoney [Fri, 7 Aug 2020 18:51:33 +0000 (14:51 -0400)]
Release version 1.0.0 of docker containers

Release version 1.0.0 of ccsdk docker containers

Change-Id: Ie484a016b071e7543e02f07a05c57f295b94c11e
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease 1.0.0 ccsdk/distribution maven artifacts 46/111046/1
Dan Timoney [Fri, 7 Aug 2020 18:36:13 +0000 (14:36 -0400)]
Release 1.0.0 ccsdk/distribution maven artifacts

Release version 1.0.0 of ccsdk distribution maven artifacts

Change-Id: Iee987ffc8de71c22bc724f864a3fcdd2e7ccfcee
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUse released 1.0.0 CCSDK versions to create dockers 38/111038/1
Dan Timoney [Fri, 7 Aug 2020 16:47:33 +0000 (12:47 -0400)]
Use released 1.0.0 CCSDK versions to create dockers

Use released versions of CCSDK artifacts to create dockers

Change-Id: If6c23fe8ba3897fc6f1dd4f1763f16c3f0a0140a
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUpdate ccsdk/distribution for Sodium 87/110187/4
Dan Timoney [Tue, 14 Jul 2020 13:46:02 +0000 (09:46 -0400)]
Update ccsdk/distribution for Sodium

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>
3 years agoFix base image version of odlsli 89/110889/1
Dan Timoney [Tue, 4 Aug 2020 14:12:23 +0000 (10:12 -0400)]
Fix base image version of odlsli

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>
3 years agoMerge "Fix parents of alpine modules"
Dan Timoney [Tue, 14 Jul 2020 16:55:51 +0000 (16:55 +0000)]
Merge "Fix parents of alpine modules"

3 years agoFix parents of alpine modules 62/110162/1
Dan Timoney [Tue, 14 Jul 2020 13:46:02 +0000 (09:46 -0400)]
Fix parents of alpine modules

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>
3 years agoUpdate release notes 46/109946/1
Dan Timoney [Thu, 9 Jul 2020 12:19:48 +0000 (08:19 -0400)]
Update release notes

Update versions in release notes

Change-Id: Ia6280f9d37ac36be8ea6049be442914e45481117
Issue-ID: CCSDK-2519
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoswitch back to java8 35/109835/1
Michael Dürre [Mon, 6 Jul 2020 05:28:36 +0000 (07:28 +0200)]
switch back to java8

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

3 years agoadd java 11 alpine image 41/109641/1
Michael Dürre [Mon, 29 Jun 2020 07:59:57 +0000 (09:59 +0200)]
add java 11 alpine image

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

3 years agoUpgrade Sodium from SR2 to SR3 66/109066/2
Dan Timoney [Thu, 11 Jun 2020 15:19:09 +0000 (11:19 -0400)]
Upgrade Sodium from SR2 to SR3

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>
3 years agoMerge "Update css file name in conf.py"
Dan Timoney [Mon, 8 Jun 2020 13:32:57 +0000 (13:32 +0000)]
Merge "Update css file name in conf.py"

3 years agoMerge "Refactor sliapi springboot"
Dan Timoney [Mon, 8 Jun 2020 13:11:57 +0000 (13:11 +0000)]
Merge "Refactor sliapi springboot"

3 years agoAdd _release_notes reference in Release Note RST file 79/108879/1
Eric Debeau [Mon, 8 Jun 2020 07:05:22 +0000 (09:05 +0200)]
Add _release_notes reference in Release Note RST file

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

3 years agoRefactor sliapi springboot 36/108836/1
Dan Timoney [Fri, 5 Jun 2020 19:47:46 +0000 (15:47 -0400)]
Refactor sliapi springboot

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>
3 years agoAlign requestID, subrequestID for DMAAP msgs 89/108789/1
Sandeep Shah [Thu, 4 Jun 2020 23:55:53 +0000 (18:55 -0500)]
Align requestID, subrequestID for DMAAP msgs

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

3 years agoUpdate css file name in conf.py 83/108483/1
lf-jobbuilder [Thu, 28 May 2020 20:59:16 +0000 (13:59 -0700)]
Update css file name in conf.py

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

3 years agoUpdate versions in relesae notes 16/108416/1
Dan Timoney [Thu, 28 May 2020 14:50:30 +0000 (10:50 -0400)]
Update versions in relesae notes

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>
3 years agoBug fix in DMAAP publication templates 14/107814/1
Sandeep Shah [Mon, 18 May 2020 16:46:48 +0000 (11:46 -0500)]
Bug fix in DMAAP publication templates

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

3 years agoAdd Frankfurt release notes 39/107639/2
Dan Timoney [Wed, 13 May 2020 19:31:58 +0000 (15:31 -0400)]
Add Frankfurt release notes

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>
3 years agoUpgrade nodejs version in dgbuilder install 09/107409/1
Dan Timoney [Fri, 8 May 2020 19:28:27 +0000 (15:28 -0400)]
Upgrade nodejs version in dgbuilder install

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>
3 years agointegrate spring sli container with AAF 57/106757/1
Agarwal, Ruchira (ra1926) [Tue, 28 Apr 2020 17:40:31 +0000 (17:40 +0000)]
integrate spring sli container with  AAF

update mail pom with sliboot module

Issue-ID: CCSDK-2304
Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com>
Change-Id: I2c125d57cf595e735d46c62d0cb99b6c751f3f1e

4 years agointegrate spring sli container with AAF 93/105693/1
Agarwal, Ruchira (ra1926) [Thu, 9 Apr 2020 16:15:58 +0000 (16:15 +0000)]
integrate spring sli container with  AAF

add certs and configure spring sli for AAF

Issue-ID: CCSDK-2304
Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com>
Change-Id: Ia4f784a42ee7e5db0b3a2b82b55b23af705797ce

4 years agoAutomation adds ccsdk-distribution-architecture.rst 18/105618/2
LF Jenkins CI [Wed, 8 Apr 2020 20:23:51 +0000 (20:23 +0000)]
Automation adds ccsdk-distribution-architecture.rst

Issue-ID: CIMAN-376

Change-Id: I113456ac40b944f17a26d0a9a6b61f47241aa85f
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoAutomation adds ccsdk-distribution-offeredapis.rst 32/105532/2
LF Jenkins CI [Wed, 8 Apr 2020 19:37:28 +0000 (19:37 +0000)]
Automation adds ccsdk-distribution-offeredapis.rst

Issue-ID: CIMAN-376

Change-Id: Ie3b25dce91c01e9acc3ac240d6a5a7a508515478
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoMerge "Automation adds release-notes.rst"
Jessica Wagantall [Wed, 8 Apr 2020 19:12:09 +0000 (19:12 +0000)]
Merge "Automation adds release-notes.rst"

4 years agoAutomation adds release-notes.rst 32/105432/3
LF Jenkins CI [Tue, 7 Apr 2020 20:22:32 +0000 (20:22 +0000)]
Automation adds release-notes.rst

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>
4 years agoAutomation adds index.rst 63/105363/2
LF Jenkins CI [Tue, 7 Apr 2020 17:38:24 +0000 (17:38 +0000)]
Automation adds index.rst

Issue-ID: CIMAN-376

Change-Id: Id10aec1708dbb0dd764f83ec5a3ad2fdee4030b9
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoFix log location 02/104602/1
Dan Timoney [Fri, 27 Mar 2020 18:04:16 +0000 (14:04 -0400)]
Fix log location

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>
4 years agoMerge "Add new sliboot container"
Dan Timoney [Fri, 27 Mar 2020 17:37:06 +0000 (17:37 +0000)]
Merge "Add new sliboot container"

4 years agoAdd new sliboot container 50/104250/6
Dan Timoney [Tue, 24 Mar 2020 14:13:29 +0000 (10:13 -0400)]
Add new sliboot container

Add new docker container for springboot-based SLI

Change-Id: I2cb767e04206b56804169ae37f015ebc0b5e8f60
Issue-ID: CCSDK-2186
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoBug fixes for CMNotify Feature 41/104441/1
Sandeep Shah [Wed, 25 Mar 2020 22:43:37 +0000 (17:43 -0500)]
Bug fixes for CMNotify Feature

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

4 years agoCreate base Sodium image 79/104179/2
Dan Timoney [Mon, 23 Mar 2020 18:58:06 +0000 (14:58 -0400)]
Create base Sodium image

Create base ODL Sodium docker image

Change-Id: Ibfc259529ffeb90d73ea897f9a2ae7a1a79a6b79
Issue-ID: CCSDK-2184
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoMerge "Use Frankfurt M4 version of ccsdk/features"
Dan Timoney [Tue, 17 Mar 2020 13:42:53 +0000 (13:42 +0000)]
Merge "Use Frankfurt M4 version of ccsdk/features"

4 years agoFix licenses on ODL scripts 04/103604/1
Dan Timoney [Thu, 12 Mar 2020 12:19:12 +0000 (08:19 -0400)]
Fix licenses on ODL scripts

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>
4 years agoUse Frankfurt M4 version of ccsdk/features 13/103513/1
Dan Timoney [Wed, 11 Mar 2020 14:02:25 +0000 (10:02 -0400)]
Use Frankfurt M4 version of ccsdk/features

Use Frankfurt M4 version of ccsdk/features

Change-Id: I65fecd868fa8f6d3ab303f36c3e6cc8490b00bc3
Issue-ID: CCSDK-2166
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRoll master to Guilin 84/103284/1
Dan Timoney [Fri, 6 Mar 2020 15:25:18 +0000 (10:25 -0500)]
Roll master to Guilin

Roll master to new versions for early Guilin developent

Change-Id: I7cadbf176e87b8fe4a62f54d5d6d8f99921a449c
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRelease Frankfurt M4 dockers 77/103277/2
Dan Timoney [Fri, 6 Mar 2020 14:36:37 +0000 (09:36 -0500)]
Release Frankfurt M4 dockers

Release Frankfurt M4 docker containers

Change-Id: I8569ea27e90a5eb08e68db539941cb558978cd0d
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRelease Frankfurt M4 artifacts 76/103276/1
Dan Timoney [Fri, 6 Mar 2020 14:16:26 +0000 (09:16 -0500)]
Release Frankfurt M4 artifacts

Release Frankfurt M4 artifacts

Change-Id: Ic45e6964aabf35ab9647aeeda16b8a8688b7d7e7
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUpdate to use released CCSDK artifacts 91/103191/1
Dan Timoney [Thu, 5 Mar 2020 21:14:55 +0000 (16:14 -0500)]
Update to use released CCSDK artifacts

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>
4 years agoMerge "Use released 1.5.2 CCSDK parent"
Dan Timoney [Thu, 5 Mar 2020 16:22:34 +0000 (16:22 +0000)]
Merge "Use released 1.5.2 CCSDK parent"

4 years agoMerge "Platform/DG logic support for CMNotify"
Dan Timoney [Wed, 4 Mar 2020 17:12:44 +0000 (17:12 +0000)]
Merge "Platform/DG logic support for CMNotify"

4 years agoMerge "Integrate CMNotify installer in ODLSLI POM"
Dan Timoney [Wed, 4 Mar 2020 16:13:00 +0000 (16:13 +0000)]
Merge "Integrate CMNotify installer in ODLSLI POM"

4 years agoPlatform/DG logic support for CMNotify 28/103028/1
Sandeep Shah [Tue, 3 Mar 2020 16:59:21 +0000 (10:59 -0600)]
Platform/DG logic support for CMNotify

Structure to include Directed Graphs for
CMNotify VES events

Issue-ID: CCSDK-2132
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I57f46fac85092f211884d05e36690a09cb6152e1

4 years agoUse released 1.5.2 CCSDK parent 13/103013/1
Dan Timoney [Wed, 4 Mar 2020 15:00:23 +0000 (10:00 -0500)]
Use released 1.5.2 CCSDK parent

Use released Frankfurt M4 version of CCSDK parent poms

Change-Id: Iaab02b84b29242768a049a9e2324c776351a3d03
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoMerge "Fix parameter convertion for JSON array or object in LCM API payload"
Dan Timoney [Wed, 4 Mar 2020 14:50:59 +0000 (14:50 +0000)]
Merge "Fix parameter convertion for JSON array or object in LCM API payload"

4 years agoIntegrate CMNotify installer in ODLSLI POM 86/102786/1
Sandeep Shah [Mon, 2 Mar 2020 22:50:28 +0000 (16:50 -0600)]
Integrate CMNotify installer in ODLSLI POM

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

4 years agoFix parameter convertion for JSON array or object in LCM API payload 40/102740/1
Enbo Wang [Mon, 2 Mar 2020 12:56:11 +0000 (20:56 +0800)]
Fix parameter convertion for JSON array or object in LCM API payload

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>
4 years agoFix onap-odl-neon image 91/102191/1
herbert [Sun, 23 Feb 2020 18:56:53 +0000 (19:56 +0100)]
Fix onap-odl-neon image

disable filtering during copy for configuration scripts

Issue-ID: SDNC-1081
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I7b5ab299c231ffc5bac2964ea7ddd208c73641c0

4 years agoFix onap-odl-neon image 19/101919/1
herbert [Tue, 18 Feb 2020 16:53:52 +0000 (17:53 +0100)]
Fix onap-odl-neon image

Add missing configuration scripts

Issue-ID: SDNC-1056
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: Id76f855e819baef4eef8f0770c398c86da8c76fc

4 years agoMerge "Migrate ccsdk-distribution docs"
Dan Timoney [Tue, 18 Feb 2020 14:01:29 +0000 (14:01 +0000)]
Merge "Migrate ccsdk-distribution docs"

4 years agoBug fixes in A1 Adapter DG's 39/101839/1
Sandeep Shah [Mon, 17 Feb 2020 15:36:17 +0000 (09:36 -0600)]
Bug fixes in A1 Adapter DG's

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

4 years agoRevert "Fixed the host Address" 95/101495/1
Dan Timoney [Mon, 10 Feb 2020 18:54:26 +0000 (13:54 -0500)]
Revert "Fixed the host Address"

This reverts commit ca7c8f071efc97bd36818c1af88ec1f6b4544df7.

Issue-ID: CCSDK-2083
Change-Id: Ifb4a0d103a3311b2a475d732dddd532ba7111b2a
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoFixed the host Address 73/101373/1
Lathish [Fri, 7 Feb 2020 11:32:33 +0000 (11:32 +0000)]
Fixed the host Address

Issue-ID: CCSDK-2083
Change-Id: Ia45aed46a4630c6de399b424b11ed773b48bd01b
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
4 years agoMigrate ccsdk-distribution docs 19/101319/1
Jessica Wagantall [Thu, 6 Feb 2020 23:04:58 +0000 (15:04 -0800)]
Migrate ccsdk-distribution docs

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

4 years agoRemoved the Create Policy Type 37/101237/2
Lathish [Thu, 6 Feb 2020 12:12:54 +0000 (12:12 +0000)]
Removed the Create Policy Type

Issue-ID: CCSDK-2079
Change-Id: I05b404398acb75535b280d220e5fc510f8a94d7e
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>