ccsdk/apps.git
3 years agoRelease ccsdk/apps 1.1.1
jenkins-releng [Mon, 22 Mar 2021 13:29:58 +0000 (13:29 +0000)]
Release ccsdk/apps

3 years agoFixed permissions issue in /app.jar 16/119416/1
Dan Timoney [Mon, 22 Mar 2021 12:37:53 +0000 (08:37 -0400)]
Fixed permissions issue in /app.jar

Updated Dockerfile to install app.jar in / (as expected by start script)
and changed file ownership to non-root user used to run container.

Change-Id: I8f9ffef662f831cb7d9c6fd56be463cc73639329
Issue-ID: CCSDK-3228
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease 1.1.0 dockers and roll version 43/118543/1
Dan Timoney [Thu, 25 Feb 2021 17:09:39 +0000 (12:09 -0500)]
Release 1.1.0 dockers and roll version

Release version 1.1.0 dockers for ccsdk/apps and roll version

Change-Id: Iaf72b61e48d2d0b9235341b32a1bba1e83854f19
Issue-ID: CCSDK-3179
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease 1.1.0 maven artifacts 40/118540/1
Dan Timoney [Thu, 25 Feb 2021 17:02:39 +0000 (12:02 -0500)]
Release 1.1.0 maven artifacts

Release version 1.1.0 maven artifacts for ccsdk/apps

Change-Id: I254140a5d1b1bb86e75f5f3d15a2216257b9147a
Issue-ID: CCSDK-3179
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUse latest base image version 12/118412/1
Dan Timoney [Wed, 24 Feb 2021 16:22:32 +0000 (11:22 -0500)]
Use latest base image version

Update ccsdk/apps containers to use latest version of base CCSDK
alpine image

Change-Id: I76c435ee939a21640c8d73f75644059497da3084
Issue-ID: CCSDK-3179
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUse released version of parent poms 98/118198/1
Dan Timoney [Mon, 22 Feb 2021 19:56:15 +0000 (14:56 -0500)]
Use released version of parent poms

Use released version 2.1.1 of parent poms

Change-Id: I6460478663d7b5a1343f8456669b1bf5d61f6171
Issue-ID: CCSDK-3179
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoSupport env variables in svclogic.properties 84/118084/1
Dan Timoney [Thu, 18 Feb 2021 21:39:51 +0000 (16:39 -0500)]
Support env variables in svclogic.properties

Use EnvProperties class to load svclogic.properties in order to
support environment variables for property values.

Change-Id: I2a0e0753ae0e067d73c298c3a18800e5d0928482
Issue-ID: SDNC-1482
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUse latest Honolulu parent pom 94/117594/1
Dan Timoney [Mon, 8 Feb 2021 13:50:29 +0000 (08:50 -0500)]
Use latest Honolulu parent pom

Update to use parent pom version 2.1.1-SNAPSHOT

Change-Id: I7dfe6080d6801231b817d9cd5c97c7ce17e1c7d9
Issue-ID: CCSDK-3139
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUse released version of ccsdk parent poms 07/116407/2
Dan Timoney [Tue, 15 Dec 2020 20:19:00 +0000 (15:19 -0500)]
Use released version of ccsdk parent poms

Use released version 2.1.0 of parent poms

Change-Id: I63b89ffef53b99c0b8996ec5ed6ed7b5b949c325
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoAdd integration test for sliboot docker 51/114951/3
Dan Timoney [Mon, 16 Nov 2020 19:58:31 +0000 (14:58 -0500)]
Add integration test for sliboot docker

Added integration test for sliboot docker.

Change-Id: I582d41ac1a041466e16bd0f38ef3b9ccfef4747a
Issue-ID: CCSDK-2986
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoFix initialization errors 93/114793/1
Dan Timoney [Wed, 11 Nov 2020 18:13:42 +0000 (13:13 -0500)]
Fix initialization errors

Updated database initialization to correctly handle differences
between mysql/mariadb syntax and h2 syntax.

Change-Id: I6f2732da5d26201fc61ef8de7d30e3137220c184
Issue-ID: CCSDK-2978
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoAdd content-type header if missing 79/114779/1
Dan Timoney [Tue, 10 Nov 2020 21:49:04 +0000 (16:49 -0500)]
Add content-type header if missing

Added new filter that inserts a Content-Type header (default value
application/json) if none is provided.

Change-Id: I4e06913851816448576aad35deb9a809a0dbcda7
Issue-ID: CCSDK-2977
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoAdd aai-service bean 75/114775/1
Dan Timoney [Tue, 10 Nov 2020 17:55:43 +0000 (12:55 -0500)]
Add aai-service bean

Added bean for aai-service to allow aai-service to be called
from directed graphs

Change-Id: I8a617aabce8cb14de5c481276c520809e3917181
Issue-ID: CCSDK-2976
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoEnhancements to reuse sliboot controller 37/114337/1
Dan Timoney [Tue, 27 Oct 2020 20:43:47 +0000 (16:43 -0400)]
Enhancements to reuse sliboot controller

Update sliboot implementation so that controller can be imported into
other apps to implement SLI-API API (notably healthcheck)

Change-Id: I1f1e37eb3af583c609c0b074946abdfe58b25a33
Issue-ID: CCSDK-2948
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoAdd bean wrappers 69/114069/1
Dan Timoney [Tue, 20 Oct 2020 20:32:43 +0000 (16:32 -0400)]
Add bean wrappers

Add bean wrappers for additional nodes in sli/adaptors

Change-Id: I728d8e92d0ce50919d221339d7d9ab703a22d12e
Issue-ID: CCSDK-2924
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRoll to initial Honolulu snapshot 12/112512/1
Dan Timoney [Thu, 10 Sep 2020 18:56:52 +0000 (14:56 -0400)]
Roll to initial Honolulu snapshot

Roll to initial Honolulu snapshot version

Change-Id: I30fffe4ee61e329291ed0af835ae16579d08dffc
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease M4 version of ccsdk/apps dockers 75/112475/1
Dan Timoney [Thu, 10 Sep 2020 11:54:43 +0000 (07:54 -0400)]
Release M4 version of ccsdk/apps dockers

Release M4 version of ccsdk/apps docker containers

Change-Id: Ic7cc9e2b6c8c5b8af717241cd33cd677317484dc
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease M4 version of ccsdk/apps 19/112419/1
Dan Timoney [Wed, 9 Sep 2020 21:28:43 +0000 (17:28 -0400)]
Release M4 version of ccsdk/apps

Release M4 version of ccsdk/apps

Change-Id: I8b65ef835e7e6622d4850ed43b46d88ba827eb53
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUpdate lifecycle state 18/112118/2
Dan Timoney [Thu, 3 Sep 2020 14:11:22 +0000 (10:11 -0400)]
Update lifecycle state

Update lifecycle state to Mature

Change-Id: Idbce0adb7ec90bce318e3e97a92a3e3eae190bba
Issue-ID: CCSDK-2660
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoAdd spring-boot-starter-validation dependency 21/112121/2
Dan Timoney [Thu, 3 Sep 2020 15:28:18 +0000 (11:28 -0400)]
Add spring-boot-starter-validation dependency

Springboot starter version 2.3 no longer includes spring-boot-starter-validation

which now needs to be added as a separate dependency

Change-Id: I11b5dd40d96f3c1692bc23c75d508d5a39bcbbd7
Issue-ID: CCSDK-2633
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUpgrade to SECCOM recommended elasticsearch release 16/111916/1
Dan Timoney [Mon, 31 Aug 2020 18:59:19 +0000 (14:59 -0400)]
Upgrade to SECCOM recommended elasticsearch release

Upgrade to elasticsearch version 7.6.1

Change-Id: I1d2c98de629d1f023e726d5e474033a0e39f55b0
Issue-ID: CCSDK-2632
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRoll to next snapshot 51/111551/1
Dan Timoney [Fri, 21 Aug 2020 14:23:45 +0000 (10:23 -0400)]
Roll to next snapshot

Roll to next Guilin snapshot release

Change-Id: I00617e1f532302077a5576115f8c4e91007e9428
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease version 1.0.0 of ccsdk/apps dockers 33/111033/3
Dan Timoney [Fri, 7 Aug 2020 13:53:18 +0000 (09:53 -0400)]
Release version 1.0.0 of ccsdk/apps dockers

Release version 1.0.0 of ccsdk/apps docker containers

Change-Id: I8fb99787364412a630c10396f22366ac76da411a
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRelease version 1.0.0 of ccsdk/apps 32/111032/1
Dan Timoney [Fri, 7 Aug 2020 13:45:41 +0000 (09:45 -0400)]
Release version 1.0.0 of ccsdk/apps

Release version 1.0.0 of ccsdk/apps maven artifacts

Change-Id: I2cf32812dee2eaeaa28401d6fa3446923b9e9317
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRegister SqlResource in SvcLogicMap 55/110755/2
Dan Timoney [Thu, 30 Jul 2020 17:55:59 +0000 (13:55 -0400)]
Register SqlResource in SvcLogicMap

Register SqlResource in hashmap used to locate services in springboot

Change-Id: I48ee488848db1e2f593cc332f5b69c804f78edc7
Issue-ID: CCSDK-2626
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoAdd RFC 8040 compliant error handler 15/109615/2
Dan Timoney [Fri, 26 Jun 2020 19:56:48 +0000 (15:56 -0400)]
Add RFC 8040 compliant error handler

Add a new error handler that formats error responses consistent
with RFC 8040 (RESTCONF) standards.

Change-Id: I67a6ab626d943115570f2e74d0a8132933726bc8
Issue-ID: CCSDK-2482
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoExport SvcLogicFactory as service 85/108985/1
Dan Timoney [Tue, 9 Jun 2020 16:42:46 +0000 (12:42 -0400)]
Export SvcLogicFactory as service

Expose SvcLogicFactory bean as a service so it can be reused in other
microservices.

Change-Id: I55a6e08ad2a4fa81a91151a3b437514fab70c96a
Issue-ID: CCSDK-2096
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoRefactor sliapi springboot 35/108835/3
Dan Timoney [Fri, 5 Jun 2020 19:46:39 +0000 (15:46 -0400)]
Refactor sliapi springboot

Moved sli-api springboot microservice from ccsdk/sli/core to ccsdk/apps

Change-Id: Ibecae568cf90b71575403052111e7be9ff543376
Issue-ID: CCSDK-2096
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUpdate css file name in conf.py 80/108480/1
lf-jobbuilder [Thu, 28 May 2020 20:58:54 +0000 (13:58 -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: I6b011f0480f4542883323b6f1fb4a0043b40a76b

4 years agoFix formatting issues in RST files 91/107391/4
Dan Timoney [Fri, 8 May 2020 13:27:11 +0000 (09:27 -0400)]
Fix formatting issues in RST files

Fixed issues found in sphinx-build of documentation files

Change-Id: I6d221f03dfe7a917800c71ca31ac6e741509b21e
Issue-ID: CCSDK-2176
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUse bash instead of Bourne shell 58/107258/1
Dan Timoney [Wed, 6 May 2020 11:34:18 +0000 (07:34 -0400)]
Use bash instead of Bourne shell

Start script for naming service needs to be started with
bash in order for redirect to work properly.

Change-Id: I10236231204628f0832268409464418b4bca2d2a
Issue-ID: CCSDK-2360
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRun naming service as non-root 98/105798/1
Dan Timoney [Fri, 10 Apr 2020 18:37:59 +0000 (14:37 -0400)]
Run naming service as non-root

Run naming service as non-root user ccsdk

Change-Id: I1dc2fee3c3b4bd1b3a0e22cfc45ae27620130a20
Issue-ID: CCSDK-2149
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoMerge "Automation adds release-notes.rst"
Jessica Wagantall [Wed, 8 Apr 2020 19:08:02 +0000 (19:08 +0000)]
Merge "Automation adds release-notes.rst"

4 years agoAutomation adds release-notes.rst 67/105467/3
LF Jenkins CI [Tue, 7 Apr 2020 20:33:32 +0000 (20:33 +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: I8b343c71ee38e1f89dbd773b0ae88957f2a92ab4
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoAutomation adds index.rst 60/105360/2
LF Jenkins CI [Tue, 7 Apr 2020 17:38:01 +0000 (17:38 +0000)]
Automation adds index.rst

Issue-ID: CIMAN-376

Change-Id: I8a78f694c59d84d909b5b7ea964704afbe54be1c
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoLog to stdout / stderr 03/105103/1
Dan Timoney [Fri, 3 Apr 2020 19:50:53 +0000 (15:50 -0400)]
Log to stdout / stderr

Update start script for naming microservice to use tee to write to
both stdout/stderr and to a log file.

Change-Id: I762273475e116af1e35316e6b704554fd0a52a66
Issue-ID: CCSDK-2256
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRoll to Guilin release 14/104614/1
Dan Timoney [Fri, 27 Mar 2020 19:38:49 +0000 (15:38 -0400)]
Roll to Guilin release

Roll to Guilin release numbers

Change-Id: I31f0aaa9ef5649a65e2978c075aa0b64d64e55fd
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRelease Frankfurt M4 dockers 85/103285/2
Dan Timoney [Fri, 6 Mar 2020 15:37:25 +0000 (10:37 -0500)]
Release Frankfurt M4 dockers

Release Frankfurt M4 docker containers

Change-Id: I712ac88cc06d1626abfcbac23399c4ce07082e40
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRelease Frankfurt M4 artifacts 81/103281/1
Dan Timoney [Fri, 6 Mar 2020 15:03:46 +0000 (10:03 -0500)]
Release Frankfurt M4 artifacts

Release Frankfurt M4 artifacts

Change-Id: I798e62f87364ad0cf6d4b67a83988a0469916f2b
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUse released version of parent pom 80/103180/2
Dan Timoney [Thu, 5 Mar 2020 19:56:21 +0000 (14:56 -0500)]
Use released version of parent pom

Update to use released Frankfurt M4 version of CCSDK parent pom

Change-Id: I489b38788322027f440d54d7d0e92e26980bf156
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoNaming micro-service - upgrade to spring-boot-2. 38/103038/3
bt2983 [Sun, 1 Mar 2020 23:30:26 +0000 (16:30 -0700)]
Naming micro-service - upgrade to spring-boot-2.

This contains all the changes to upgrade this micro-service to spring-boot-2 and spring-5, and is a pre-requisite for the changes related to policy.

Issue-ID: CCSDK-1307
Signed-off-by: bt2983 <bt2983@att.com>
Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e

Naming m-s -- upgrade to spring-boot 1.5.2

Issue-ID: CCSDK-1307

Signed-off-by: bt2983 <bt2983@att.com>
Change-Id: Id685b44dc8703baa4371fdabf999aa8b5eaa6ea0

4 years agoNaming micro-service - upgrade to policy decision API. 77/102777/2
bt2983 [Mon, 2 Mar 2020 21:02:39 +0000 (14:02 -0700)]
Naming micro-service - upgrade to policy decision API.

Issue-ID: CCSDK-1307

Signed-off-by: bt2983 <bt2983@att.com>
Change-Id: I03cb725a2ef5c187ce41a9d5ea242684fdcbc0f3

4 years agoNaming micro-service - upgrade to spring-boot-2. 86/102686/5
bt2983 [Sun, 1 Mar 2020 23:30:26 +0000 (16:30 -0700)]
Naming micro-service - upgrade to spring-boot-2.

This contains all the changes to upgrade this micro-service to spring-boot-2 and spring-5, and is a pre-requisite for the changes related to policy.

Issue-ID: CCSDK-1307
Signed-off-by: bt2983 <bt2983@att.com>
Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e

4 years agoUpdate to use latest parent snapshot 86/102586/1
Dan Timoney [Fri, 28 Feb 2020 12:22:42 +0000 (07:22 -0500)]
Update to use latest parent snapshot

Update to use version 1.5.2-SNAPSHOT of parent pom

Change-Id: I1ef6e941eaf14da044e7e717b24e78da38b8c5fb
Issue-ID: CCSDK-2127
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoMigrate ccsdk-apps docs 50/101350/2
Jessica Wagantall [Thu, 6 Feb 2020 23:24:12 +0000 (15:24 -0800)]
Migrate ccsdk-apps docs

Merging this will create
https://onap-ccsdk-apps.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: I9321a73e48a7001188cbf4ef89bb016bb772e4ee

4 years agoUse released parent pom 17/100717/1
Dan Timoney [Thu, 23 Jan 2020 19:44:58 +0000 (14:44 -0500)]
Use released parent pom

Use released version of ccsdk/parent poms

Change-Id: If07d2af216cdb01fe542625cbe8783f80c985d57
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRemove local sonar config 11/100511/1
Dan Timoney [Mon, 20 Jan 2020 17:26:00 +0000 (12:26 -0500)]
Remove local sonar config

Removed outdated local Sonar/Jacoco config and instead inherited
config from parent pom.

Change-Id: Ic6e29df877cdcca60889bef963bb19b610dfc3ad
Issue-ID: CCSDK-2029
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoGenerate dependency list 11/99511/2
Timoney, Dan (dt5972) [Wed, 11 Dec 2019 17:13:29 +0000 (12:13 -0500)]
Generate dependency list

Generate list of third party dependencies

Change-Id: I46a023fdaab932149442921588dcd74c6d64f0be
Issue-ID: CCSDK-1986
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoAdd id for Kapil 08/98608/1
Timoney, Dan (dt5972) [Tue, 19 Nov 2019 15:04:08 +0000 (10:04 -0500)]
Add id for Kapil

Add Kapil's ATT id as committer

Change-Id: I39609635f7583027b5af102efe5369d3f4d4e5c2
Issue-ID: CCSDK-1934
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoAdd new committers Kevin and Kapil 69/98469/1
Timoney, Dan (dt5972) [Fri, 15 Nov 2019 19:58:44 +0000 (14:58 -0500)]
Add new committers Kevin and Kapil

Add new committers Kevin Smokowski and Kapil Singal

Change-Id: I2cc2c5a8b3c76b69cd3b355ede2d7552222dce9b
Issue-ID: CCSDK-1934
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoUse 1.5.0 parent pom 72/98372/1
Timoney, Dan (dt5972) [Wed, 13 Nov 2019 15:56:16 +0000 (10:56 -0500)]
Use 1.5.0 parent pom

Use released 1.5.0 version of parent pom

Change-Id: I9ffabc6f94546f8dd478a090b4e10db8934b4a00
Issue-ID: CCSDK-1920
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRelease image ccsdk-apps-ms-neng 00/96100/1
Jessica Wagantall [Fri, 20 Sep 2019 20:26:38 +0000 (13:26 -0700)]
Release image ccsdk-apps-ms-neng

Release version: 0.6.3-STAGING-20190919161046
as 0.6.3

Issue-ID: CCSDK-1701
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I256838d1ba03cdcb60792fc42c8be4c8dc271fac

4 years agoRoll versions for Frankfurt development 04/95504/1
Timoney, Dan (dt5972) [Wed, 11 Sep 2019 14:45:54 +0000 (10:45 -0400)]
Roll versions for Frankfurt development

Roll master version for Frankfurt development

Change-Id: I9591b56c1d2d65aed5ed0e98ed7a70e6a016838c
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRelease CCSDK 0.6.1 36/95436/1
Timoney, Dan (dt5972) [Tue, 10 Sep 2019 21:09:52 +0000 (17:09 -0400)]
Release CCSDK 0.6.1

Release CCSDK version 0.6.1 artifacts.

Change-Id: I755da73af3b19df3b6c0fc00082aaa1725c7568d
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoFix errors in INFO.yaml 61/95161/1
Timoney, Dan (dt5972) [Fri, 6 Sep 2019 13:42:25 +0000 (09:42 -0400)]
Fix errors in INFO.yaml

Fix errors in INFO.yaml file

Issue-ID: CCSDK-1696
Change-Id: I850995d5d17c9fb3eb3cfcb58f8885982d3ab0a2
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRoll versions 64/94464/1
Timoney, Dan (dt5972) [Wed, 28 Aug 2019 17:18:59 +0000 (13:18 -0400)]
Roll versions

Roll versions in master branch

Change-Id: I109e4af829274ca805f5d5969d21057eb2700f4c
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRelease version 0.6.0 63/94463/1
Timoney, Dan (dt5972) [Wed, 28 Aug 2019 17:18:16 +0000 (13:18 -0400)]
Release version 0.6.0

Release version 0.6.0 of CCSDK

Change-Id: I6f87382b7e86609cb545dc5656d2631e8f2caaa3
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoUpdate to Neon 70/91170/5
Timoney, Dan (dt5972) [Wed, 10 Jul 2019 15:21:25 +0000 (11:21 -0400)]
Update to Neon

Change versions to Neon-based El Alto release

Change-Id: I13a9cf5f94a30b585c1cdabf60712f0771ead699
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRelease version 0.5.2 50/93550/1
Timoney, Dan (dt5972) [Wed, 14 Aug 2019 19:28:16 +0000 (15:28 -0400)]
Release version 0.5.2

Release version 0.5.2 (last Fluorine SR2 version of CCSDK)

Change-Id: Ic1ebbf2ed02ccb80a4447588fdfe2e5f7426663d
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRoll to next snapshot 41/93241/1
Timoney, Dan (dt5972) [Fri, 9 Aug 2019 17:56:27 +0000 (13:56 -0400)]
Roll to next snapshot

Roll to next snapshot version

Change-Id: I1d7ed26b85f3148f537c9a272aa41a5508109fc7
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRelease CCSDK version 0.5.1 88/93088/1 elalto-ed
Timoney, Dan (dt5972) [Thu, 8 Aug 2019 13:56:49 +0000 (09:56 -0400)]
Release CCSDK version 0.5.1

Release version 0.5.1 of CCSDK artifacts

Change-Id: I7bc17fac30bb50bd54a12db64e99db32c32c9184
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRoll version to recreate artifacts 39/92939/1
Timoney, Dan (dt5972) [Wed, 7 Aug 2019 18:58:16 +0000 (14:58 -0400)]
Roll version to recreate artifacts

Roll version to 0.5.1-SNAPSHOT to recreate El Alto early drop artifacts

Change-Id: Id04157e44241aadcf7781ec71250bd2eff7c908a
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRelease ccsdk/apps 0.5.0 12/92612/2
Timoney, Dan (dt5972) [Fri, 2 Aug 2019 20:08:46 +0000 (16:08 -0400)]
Release ccsdk/apps 0.5.0

Release ccsdk/apps version 0.5.0

Change-Id: Ifcf39e9fbd6473a4d2f65db8d0edd8304e486177
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRemove the literal "true" boolean value. 86/92086/1
anushadasari [Fri, 26 Jul 2019 10:39:40 +0000 (16:09 +0530)]
Remove the literal "true" boolean value.

Redundant Boolean literals should be removed from expressions to improve readability.

Issue-ID: CCSDK-1541
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoUpdate parent version to 1.3.1 10/91610/1
Timoney, Dan (dt5972) [Wed, 17 Jul 2019 15:02:53 +0000 (11:02 -0400)]
Update parent version to 1.3.1

Update parent poms to version 1.3.1-SNAPSHOT

Change-Id: I7c0b3962dc721ab7a2db62e919b5dfdea501e70b
Issue-ID: CCSDK-1496
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoAdd Brinda as committer 66/91366/3
Timoney, Dan (dt5972) [Fri, 12 Jul 2019 12:35:34 +0000 (08:35 -0400)]
Add Brinda as committer

Added Brinda as committer to INFO.yaml

Change-Id: I978a4a3ccf47f6171aa63db01ba9bba0260c2b35
Issue-ID: CCSDK-1480
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRemove versions form project poms 02/90402/1
Timoney, Dan (dt5972) [Mon, 24 Jun 2019 16:18:24 +0000 (12:18 -0400)]
Remove versions form project poms

Remove versions from project poms and instead drive version from
dependencyManagement declaration in parent pom.

Change-Id: I9502b4b96d4f54a4ea20b4fbda507f85bad3ba45
Issue-ID: CCSDK-1416
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate version for El Alto 74/86674/1
Timoney, Dan (dt5972) [Tue, 30 Apr 2019 19:44:30 +0000 (15:44 -0400)]
Update version for El Alto

Update version in master branch to El Alto versioning

Change-Id: I63384a58be622d9e54a0852cc55fc6f9fe8963e7
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate to use released 1.2.2 parent 79/86179/1 0.4.2
Timoney, Dan (dt5972) [Wed, 24 Apr 2019 18:01:33 +0000 (14:01 -0400)]
Update to use released 1.2.2 parent

Update to use released 1.2.2 version of parent poms.

Change-Id: Ieb0d6c5235b9784976b216641f2f51ac0fc867c2
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate swagger-core version 74/85374/1
Timoney, Dan (dt5972) [Mon, 15 Apr 2019 21:35:47 +0000 (17:35 -0400)]
Update swagger-core version

Update swagger-core to latest version to resolve vulnerability in
embedded Guava version.

Change-Id: I9714ae0b2f609c51cc1e70b98c546744edc0c0bf
Issue-ID: CCSDK-1230
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRemove override of spring versions 55/85355/1
Timoney, Dan (dt5972) [Mon, 15 Apr 2019 18:06:33 +0000 (14:06 -0400)]
Remove override of spring versions

Remove <version> tag from spring dependencies so that versions are
inherited from parent pom.

Change-Id: I6bcf68728563e1389f638917d2a09cb0256f6d21
Issue-ID: CCSDK-1228
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoMigrate ccdsk/apps to ccsdk/cds 53/83353/1
Alexis de Talhouët [Tue, 26 Mar 2019 13:49:13 +0000 (09:49 -0400)]
Migrate ccdsk/apps to ccsdk/cds

Change-Id: I020a2ccec4e691717f888e8bd2afec91a7c4e987
Issue-ID: CCSDK-1178
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoMerge "Add workflow output resolution"
Dan Timoney [Fri, 22 Mar 2019 16:07:47 +0000 (16:07 +0000)]
Merge "Add workflow output resolution"

5 years agoMerge "Improve publish api"
Dan Timoney [Fri, 22 Mar 2019 16:07:40 +0000 (16:07 +0000)]
Merge "Improve publish api"

5 years agoMerge "Add blueprint enrichment api"
Dan Timoney [Fri, 22 Mar 2019 16:07:30 +0000 (16:07 +0000)]
Merge "Add blueprint enrichment api"

5 years agoMerge "CDS-SDC Listener application"
Dan Timoney [Fri, 22 Mar 2019 16:07:20 +0000 (16:07 +0000)]
Merge "CDS-SDC Listener application"

5 years agoMerge "Formatted CCSDK Apps content"
Dan Timoney [Fri, 22 Mar 2019 16:07:09 +0000 (16:07 +0000)]
Merge "Formatted CCSDK Apps content"

5 years agoMerge "Netconf executor code coverage"
Dan Timoney [Fri, 22 Mar 2019 16:06:51 +0000 (16:06 +0000)]
Merge "Netconf executor code coverage"

5 years agoMerge "Ressource resolution using configurable database"
Dan Timoney [Fri, 22 Mar 2019 16:06:26 +0000 (16:06 +0000)]
Merge "Ressource resolution using configurable database"

5 years agoAdd workflow output resolution 73/82973/3
Muthuramalingam, Brinda Santh [Thu, 21 Mar 2019 19:56:38 +0000 (15:56 -0400)]
Add workflow output resolution

Change-Id: I3d5bb339fd07257e86ada85e4a30040183808848
Issue-ID: CCSDK-1175
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
5 years agoImprove publish api 63/82863/2
Muthuramalingam, Brinda Santh [Wed, 20 Mar 2019 22:27:53 +0000 (18:27 -0400)]
Improve publish api

Change-Id: I245fc765bf4e7916c36126d7a9597e9db80a1713
Issue-ID: CCSDK-1137
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
5 years agoAdd blueprint enrichment api 31/82831/2
Muthuramalingam, Brinda Santh [Wed, 20 Mar 2019 16:43:58 +0000 (12:43 -0400)]
Add blueprint enrichment api

Change-Id: Idf0f05a9462418a72c716d6b96c121cf223b56eb
Issue-ID: CCSDK-1173
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
5 years agoMerge "Deleting target directory before BP enhance test"
Dan Timoney [Fri, 22 Mar 2019 14:45:06 +0000 (14:45 +0000)]
Merge "Deleting target directory before BP enhance test"

5 years agoMerge "Dmaap Publisher base code"
Dan Timoney [Fri, 22 Mar 2019 14:44:52 +0000 (14:44 +0000)]
Merge "Dmaap Publisher base code"

5 years agoCompile against Fluorine SR2 19/82719/2
Timoney, Dan (dt5972) [Tue, 19 Mar 2019 20:31:51 +0000 (16:31 -0400)]
Compile against Fluorine SR2

Updated to compile against Fluorine SR2

Change-Id: I434068531ce4a661a04c20201e0fddf3f6b92f47
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoFormatted CCSDK Apps content 23/82823/3
Ezhilarasi [Wed, 20 Mar 2019 16:00:26 +0000 (21:30 +0530)]
Formatted CCSDK Apps content

Change-Id: Ieab0d5a1cc1e9399aacbf619608111947e40ed84
Issue-ID: CCSDK-876
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoNetconf executor code coverage 77/81877/6
vinal patel [Fri, 8 Mar 2019 22:20:30 +0000 (17:20 -0500)]
Netconf executor code coverage

Change-Id: Ia7b6ece822e4ad551f2b562d11842f3a8be03219
Issue-ID: CCSDK-1126
Signed-off-by: vinal patel <vinal.narendrabhai.patel@ibm.com>
5 years agoCDS-SDC Listener application 49/79949/5
prathamesh morde [Thu, 7 Mar 2019 22:11:14 +0000 (17:11 -0500)]
CDS-SDC Listener application

Things done-
CDS-SDC listener able to register for SDC distribution.
Download the artifacts.

Things to do-
Add logic to parse the blueprint from CSAR and store it into CDS DB.

Change-Id: I2fe01af73814e749f93a62d3a90e1f05947c0505
Issue-ID: CCSDK-349
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
5 years agoDeleting target directory before BP enhance test 82/82782/1
ottero [Wed, 20 Mar 2019 09:43:55 +0000 (09:43 +0000)]
Deleting target directory before BP enhance test

The enhancement process reads a blueprint entry definition and creates
the files describing the types used by it.

At the end of the enhancement process, the blueprint files are copied
to a directory. However, if it is not the first time the test is being
run, the previous files won't be deleted beforehand.

This does not represent a problem in case the blueprint has not added
any extra file, but in the cases where a script is deleted, renamed or
moved, the enhancement won't remove the old file.

For test purposes, this is not a problem, but since the enhancement te-
st is also used by developers to enhance their blueprints during deve-
lopment, a small cleaning routine was added to remove the enhancement
target directory before the operation starts, to avoid mistakes where a
old version of a script is still being zipped as part of the blueprint

Change-Id: I971f29f146b75d566a35cda0cb7a32a9a24be58e
Issue-ID: CCSDK-926
Signed-off-by: ottero <rodrigo.ottero@est.tech>
5 years agoDmaap Publisher base code 82/82682/2
janani b [Tue, 19 Mar 2019 14:07:13 +0000 (19:37 +0530)]
Dmaap Publisher base code

Dmaap publisher code for any component to create a session with the message-router

Issue-ID: CCSDK-693

Change-Id: I4e992f8e0d797a9a5ba169c47b81a54cabc907cb
Signed-off-by: janani b <janani.b@huawei.com>
5 years agoRessource resolution using configurable database 14/79914/7
vinal patel [Wed, 20 Feb 2019 21:02:44 +0000 (16:02 -0500)]
Ressource resolution using configurable database

Change-Id: I40338a221884d6f4df4c8a7dc3dac1f58f142074
Issue-ID: CCSDK-1092
Signed-off-by: vinal patel <vinal.narendrabhai.patel@ibm.com>
5 years agoMerge "Propagate exceptions correctly" 0.4.1
Dan Timoney [Mon, 18 Mar 2019 18:30:49 +0000 (18:30 +0000)]
Merge "Propagate exceptions correctly"

5 years agoMerge "Adding custom headers capability to REST client"
Dan Timoney [Mon, 18 Mar 2019 18:29:56 +0000 (18:29 +0000)]
Merge "Adding custom headers capability to REST client"

5 years agoMerge "Add workflow node template enrichment"
Dan Timoney [Mon, 18 Mar 2019 18:29:40 +0000 (18:29 +0000)]
Merge "Add workflow node template enrichment"

5 years agoPropagate exceptions correctly 93/82193/9
Alexis de Talhouët [Wed, 13 Mar 2019 21:39:15 +0000 (17:39 -0400)]
Propagate exceptions correctly

Change-Id: Idaf66eeaa6e57d27c576099fd6ffdeb8b6d8d6c6
Issue-ID: CCSDK-1120
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoAdding custom headers capability to REST client 15/82315/8
ottero [Sun, 17 Mar 2019 19:38:32 +0000 (19:38 +0000)]
Adding custom headers capability to REST client

For YANG PATCH requests to ODL to work, they need to have a Content-
type header of application/yang.patch+json and should not have Accept
as application/json

Current REST client inserts a default header to the requests with this
content:

  Content-Type: application/json
  Accept: application/json

The solution was to add the possibility of sending custom headers alon-
gside the other parameters.

Change-Id: I2cf0cd2ef7b87f4f5a246d427dffafe266cb33f7
Issue-ID: CCSDK-926
Signed-off-by: ottero <rodrigo.ottero@est.tech>
5 years agoAdd workflow node template enrichment 02/82502/1
Muthuramalingam, Brinda Santh [Fri, 15 Mar 2019 21:07:19 +0000 (17:07 -0400)]
Add workflow node template enrichment

Change-Id: I15c2db6ab81bae2176d1606157f13416c1fac660
Issue-ID: CCSDK-1168
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
5 years agoPrepare for release 0.4.1 82/82282/2
Timoney, Dan (dt5972) [Thu, 14 Mar 2019 17:55:01 +0000 (13:55 -0400)]
Prepare for release 0.4.1

Prepare to create release version 0.4.1 by using released version
of parent pom

Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoImprove scripting component. 40/82440/1
Muthuramalingam, Brinda Santh [Fri, 15 Mar 2019 16:04:07 +0000 (12:04 -0400)]
Improve scripting component.

Change-Id: I1e0c319e4117553695fa9161e7ffcd91f605be05
Issue-ID: CCSDK-1137
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
5 years agoAdd cli executor module. 17/82417/1
Muthuramalingam, Brinda Santh [Fri, 15 Mar 2019 11:59:22 +0000 (07:59 -0400)]
Add cli executor module.

Change-Id: I56d570204687c51286e8d3631187acea34c1bc1a
Issue-ID: CCSDK-1165
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>