ccsdk/distribution.git
2 days agoDocs: Replace blockdiag/seqdiag with Mermaid 56/143456/1
Matthew Watkins [Wed, 4 Mar 2026 16:39:48 +0000 (16:39 +0000)]
Docs: Replace blockdiag/seqdiag with Mermaid

Replace the abandoned sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
Sphinx extensions with sphinxcontrib-mermaid. Remove Pillow dependency
which was only required for blockdiag server-side image rendering.

Mermaid renders diagrams client-side via JavaScript, requiring no
system packages or native image libraries.

Bump basepython from python3.12 to python3.13 to match
.readthedocs.yaml — blockdiag was the blocker preventing this
(uses removed ast.NameConstant on 3.12+, and pkg_resources on
setuptools 82+).

None of the documentation in this repo uses blockdiag or seqdiag
directives; this is a config-only cleanup.

Issue-ID: CIMAN-33
Change-Id: Icfa7c30a05bd797cb497392dce30a8634f3f6f9f
Signed-off-by: Claude <noreply@anthropic.com>
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
3 days agoChore: Modernize docs configuration for Python 3.12+ 29/143029/6
Matthew Watkins [Tue, 27 Jan 2026 15:16:57 +0000 (15:16 +0000)]
Chore: Modernize docs configuration for Python 3.12+

Remove broken/outdated Python modules that are incompatible with modern
Python versions. Update .readthedocs.yaml to use ubuntu-24.04 and Python
3.13. Modernize tox.ini (pin basepython to 3.12, use local constraints
instead of remote URLs, remove echo commands). Refresh docs/conf.py to
remove sphinxcontrib-swaggerdoc. Add etc/upper-constraints.onap.txt from
the doc repo.

Replace swaggerv2doc directives with openapi directives in the SLI API
docs (asdcApi, lcm, dataChange, sliapi) since sphinxcontrib-swaggerdoc
has been removed and sphinxcontrib-openapi is the replacement.

Fix JSON Pointer resolution errors in auto-generated Swagger specs
(asdc-api.json, lcm.json) caused by forward slash (/) characters in
definition key names. Replace / with . in definition keys and $ref
values per RFC 6901. Add stub definitions for dangling references
(Optional.empty and 18 missing (config)/(operational) schemas in
asdc-api.json) that were omitted by the YANG code generator.

Update JIRA and Confluence URLs from jira.onap.org/wiki.onap.org to
lf-onap.atlassian.net equivalents to fix linkcheck failures caused by
the migration to Atlassian Cloud. Fix malformed RST label definition
for secissues (had trailing space before colon).

Fix broken git clone URLs in docs/sli/build.rst (http:// to https://).
Add linkcheck_ignore patterns for Gerrit anonymous clone URLs, defunct
Cloudify docs, and archived docs.onap.org release submodule paths.

Removed modules: sphinxcontrib-swaggerdoc, six.

Issue-ID: CIMAN-33
Change-Id: I6b0f713186bc1f7c08aad3d29871350ed9423a5f
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
8 weeks agoCI: Update checkout step in gerrit-merge-cbom.yaml 54/142854/1
Matthew Watkins [Mon, 5 Jan 2026 16:49:28 +0000 (16:49 +0000)]
CI: Update checkout step in gerrit-merge-cbom.yaml

Fixes manual workflow_dispatch invocation failure to checkout repo
when "Run without Gerrit components" flag/option is selected.

Issue-ID: CIMAN-33
Change-Id: I3700266a858e005a9691c0a3f3b6f13c38be4a9d
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
2 months agoUpdate parent pom version to pick up deploy fix 36/142736/1
Dan Timoney [Thu, 11 Dec 2025 16:51:04 +0000 (11:51 -0500)]
Update parent pom version to pick up deploy fix

Update to latest parent pom version to pick up fix for maven-deploy-plugin incompatibility

Issue-ID: CCSDK-4143
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icc84548fd0bdc9774bea82394f144cecca9dc64a

2 months agoCI: Update CBOM workflow for IT-28494 92/142692/1
Matthew Watkins [Mon, 8 Dec 2025 12:10:53 +0000 (12:10 +0000)]
CI: Update CBOM workflow for IT-28494

Issue-ID: CIMAN-33
Change-Id: Ib4ee4a01ed49e248e8f7ad09de5d338d68b8f128
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
3 months agoMerge "[CCSDK-4140] Release version 2.2.0 of ccsdk distribution"
Dan Timoney [Tue, 18 Nov 2025 15:20:50 +0000 (15:20 +0000)]
Merge "[CCSDK-4140] Release version 2.2.0 of ccsdk distribution"

3 months agoMerge "[CCSDK-4140] Release version 2.2.0 of ccsdk dockers"
Dan Timoney [Tue, 18 Nov 2025 14:34:44 +0000 (14:34 +0000)]
Merge "[CCSDK-4140] Release version 2.2.0 of ccsdk dockers"

3 months agoCI: Update CBOM workflow 32/142432/1
Matthew Watkins [Thu, 13 Nov 2025 12:19:57 +0000 (12:19 +0000)]
CI: Update CBOM workflow

Enumerates local repository information dynamically from the .gitreview file.
Also updates all the workflow action calls, and now uses the centralised
Maven build action (lfreleng-actions/maven-build-action).

Issue-ID: CIMAN-33
Change-Id: I277112c8e56c83eca5cb1ef83b3f2f47a5705207
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
3 months ago[CCSDK-4140] Release version 2.2.0 of ccsdk distribution 65/142365/1
Dan Timoney [Wed, 12 Nov 2025 18:09:23 +0000 (13:09 -0500)]
[CCSDK-4140] Release version 2.2.0 of ccsdk distribution

Release version 2.2.0 (Quebec) of CCSDK distribution artifacts and roll to next snapshot version.

Issue-ID: CCSDK-4140
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I7c714710cca9d72aa45ac4350574d04ea1587582

3 months ago[CCSDK-4140] Release version 2.2.0 of ccsdk dockers 64/142364/1
Dan Timoney [Wed, 12 Nov 2025 18:06:06 +0000 (13:06 -0500)]
[CCSDK-4140] Release version 2.2.0 of ccsdk dockers

Release version 2.2.0 (Quebec) of CCSDK docker containers

Issue-ID: CCSDK-4140
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If26aa0573fb4d8fd41a78a29d409057c16844bf4

3 months agoFix parent version 61/142361/2 2.2.0
Dan Timoney [Tue, 11 Nov 2025 21:32:12 +0000 (16:32 -0500)]
Fix parent version

Fix dependencies/pom.xml to use released version of bom instead
of snapshot.

Issue-ID: CCSDK-4139
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9a0d44470c56fe6684bb86d69e940d1961fa78a9

4 months agoUpdate to use released Quebec parent pom 56/142256/1
Dan Timoney [Fri, 10 Oct 2025 17:09:49 +0000 (13:09 -0400)]
Update to use released Quebec parent pom

Update to use released version of parent pom to avoid compile error due to expired snapshot.

Issue-ID: CCSDK-4136
Change-Id: I9b42d661498c5bef7b2951e6228b39979645c0ba
Signed-off-by: Dan Timoney <dt5972@att.com>
5 months agoChore: Add dependabot config 08/141808/2
Kevin Sandi [Wed, 13 Aug 2025 17:57:39 +0000 (11:57 -0600)]
Chore: Add dependabot config

Issue-ID: CIMAN-33
Change-Id: Ia29d2b27cef0eb4fd1a378fb79000264755cb7e8
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
5 months agoMerge "Upgrade to OpenDaylight Scandium"
KAPIL SINGAL [Fri, 12 Sep 2025 14:04:32 +0000 (14:04 +0000)]
Merge "Upgrade to OpenDaylight Scandium"

6 months agoUpgrade to OpenDaylight Scandium 20/140720/7
Dan Timoney [Fri, 9 May 2025 19:31:00 +0000 (15:31 -0400)]
Upgrade to OpenDaylight Scandium

Update parent versions and base images to build OpenDaylight
Scandium base image and ODLSLI image.

Issue-ID: CCSDK-4116
Change-Id: I796f270e8c481f39563f5224570bce0aa529b160
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 months agoChore: Add dependabot config 97/141697/1
Kevin Sandi [Tue, 12 Aug 2025 21:55:45 +0000 (15:55 -0600)]
Chore: Add dependabot config

Issue-ID: CIMAN-33
Change-Id: I69c6c3e9c7af23e98ee77ecaee893d53682639c8
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
8 months agoUpdate versions for Quebec release 98/141198/1
Dan Timoney [Tue, 10 Jun 2025 18:40:06 +0000 (14:40 -0400)]
Update versions for Quebec release

Update versions for Quebec release

Issue-ID: CCSDK-4118
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9a1780830a4520316d7d3a5645c8b533a71cc84a

9 months agoRelease version 2.1.0 of CCSDK maven artifacts 24/141124/1
Dan Timoney [Thu, 5 Jun 2025 19:04:13 +0000 (15:04 -0400)]
Release version 2.1.0 of CCSDK maven artifacts

Release version 2.1.0 of CCSDK distribution maven artifacts and roll version

Issue-ID: CCSDK-4096
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ief1f82cf0740af9668648cf8a92c0796e996f0d3

9 months agoRelease version 2.1.0 of CCSDK dockers 23/141123/1
Dan Timoney [Thu, 5 Jun 2025 18:54:57 +0000 (14:54 -0400)]
Release version 2.1.0 of CCSDK dockers

Release version 2.1.0 of CCSDK docker containers

Issue-ID: CCSDK-4096
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I095f436d3d8d74d38ff1818c5af33a681f05fc4c

9 months agoUpdate to use released parent for Paris 45/140945/1 2.1.0
Dan Timoney [Thu, 29 May 2025 20:17:11 +0000 (16:17 -0400)]
Update to use released parent for Paris

Update to use released parent version for Paris RC

Issue-ID: CCSDK-4096
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If830c523cce222ae4dcf8c623a726a56fc1577d9

9 months agoUpgrade third party packages for Paris 37/140937/1
Dan Timoney [Wed, 28 May 2025 14:34:45 +0000 (10:34 -0400)]
Upgrade third party packages for Paris

Upgrade third party versions for Paris to address critical and
high severity vulnerabilities.

Issue-ID: CCSDK-4096

Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ieb686282ad99d2f642dca4cc80eeaa3b6749c9e7

12 months agoRedesign CCSDK alpine image creation 51/140051/3
Dan Timoney [Fri, 7 Feb 2025 19:24:23 +0000 (14:24 -0500)]
Redesign CCSDK alpine image creation

Combined creation of CCSDK base images into one pom and one Dockerfile,
and create images for java11, java17 and java21

Issue-ID: CCSDK-4086
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6daa42fbcd451df207fc31750687250a1664b764

14 months agoUpdate versions for Paris release 51/139751/2
Dan Timoney [Tue, 17 Dec 2024 15:28:54 +0000 (10:28 -0500)]
Update versions for Paris release

Update versions for Paris release

Issue-ID: CCSDK-4069
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I48e255d5b0fdc2ad78d0ad6a82e752e480888021

15 months agoRelease version 2.0.1 ccsdk/distribution maven artifacts 54/139654/1
Dan Timoney [Thu, 5 Dec 2024 20:25:28 +0000 (15:25 -0500)]
Release version 2.0.1 ccsdk/distribution maven artifacts

Release version 2.0.1 ccsdk/distribution artifacts and roll to next snapshot

Issue-ID: CCSDK-4066
Change-Id: I57c64b0d4770ea23236fe7d4b3ab0788c85e849e
Signed-off-by: Dan Timoney <dtimoney@att.com>
15 months agoRelease version 2.0.1 CCSDK docker containers 53/139653/1
Dan Timoney [Thu, 5 Dec 2024 19:24:59 +0000 (14:24 -0500)]
Release version 2.0.1 CCSDK docker containers

Release version 2.0.1 of CCSDK docker containers

Issue-ID: CCSDK-4066
Change-Id: If92b5f0d904960e8e4eb54bf46f8cd2a4a88aab9
Signed-off-by: Dan Timoney <dtimoney@att.com>
15 months agoUpdate to use final Oslo versions 05/139605/2 2.0.1
Dan Timoney [Wed, 4 Dec 2024 16:37:41 +0000 (11:37 -0500)]
Update to use final Oslo versions

Update to use final Oslo release versions

Issue-ID: CCSDK-4066
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia0fbadf10d9be2ceac2a2669729e06aee0041622

15 months agoFix distribution root properties 22/139522/3
Herbert Eiselt [Thu, 21 Nov 2024 14:49:55 +0000 (15:49 +0100)]
Fix distribution root properties

Modify hardcoded ccsdk.sli.version to project.version

Issue-ID: CCSDK-4065
Change-Id: Id32dcce3a4a3f377977c2d1be7eed9a9c52699c7
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
16 months agoUpdate to next parent snapshot 68/139168/1
Dan Timoney [Mon, 21 Oct 2024 20:58:19 +0000 (16:58 -0400)]
Update to next parent snapshot

Update to use latest parent snapshot to pick up third party version
changes

Issue-ID: CCSDK-4042
Change-Id: I2bce40cd4fd44681cc06193b55c111a3cceaf2f0
Signed-off-by: Dan Timoney <dtimoney@att.com>
16 months agoRelease version 2.0.0 ccsdk artifacts 54/139154/1
Dan Timoney [Wed, 9 Oct 2024 14:48:01 +0000 (10:48 -0400)]
Release version 2.0.0 ccsdk artifacts

Release version 2.0.0 of CCSDK distribution maven artifacts and roll version

Issue-ID: CCSDK-4056
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I16e325d5f29b62c87db6b42b006465d8e43f41fe

16 months agoRelease version 2.0.0 docker container 53/139153/1
Dan Timoney [Wed, 9 Oct 2024 14:45:54 +0000 (10:45 -0400)]
Release version 2.0.0 docker container

Release version 2.0.0 of CCSDK docker container

Issue-ID: CCSDK-4056
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I952fe92ff34dc5a0892ebb8e7737cefc5b504f09

17 months agoUpdate major versions 54/139054/1 2.0.0
Dan Timoney [Tue, 1 Oct 2024 16:31:50 +0000 (12:31 -0400)]
Update major versions

Update major version to reflect breaking change (Biermann API removal)
in release

Issue-ID: CCSDK-4056
Change-Id: Ia25b6dd5249b2aa02db6808cb754874ba5354d86
Signed-off-by: Dan Timoney <dtimoney@att.com>
17 months agoRelease initial Oslo CCSDK alpine j17 Docker container 24/139024/1
Dan Timoney [Thu, 26 Sep 2024 13:31:26 +0000 (09:31 -0400)]
Release initial Oslo CCSDK alpine j17 Docker container

Release missed alpine java 17 CCSDK docker container for Oslo release based
on OpenDaylight Potassium

Issue-ID: CCSDK-3991
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic0704f11c556f0c31607f020c7bcc31a7f115f57

17 months agoRelease initial Oslo CCSDK maven artifacts 15/139015/1
Dan Timoney [Mon, 23 Sep 2024 19:22:24 +0000 (15:22 -0400)]
Release initial Oslo CCSDK maven artifacts

Release initial CCSDK maven artifacts for Oslo release based
on OpenDaylight Potassium and roll snapshot version

Issue-ID: CCSDK-3995
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I73e886b7254d9f77b02e0dba5e95eac0b025c7be

17 months agoRelease initial Oslo CCSDK Docker containers 14/139014/1
Dan Timoney [Mon, 23 Sep 2024 18:47:49 +0000 (14:47 -0400)]
Release initial Oslo CCSDK Docker containers

Release initial CCSDK docker container for Oslo release based
on OpenDaylight Potassium

Issue-ID: CCSDK-3995
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8001f83f1b3f444f0fb723a89e9c710e38634d72

17 months agoUse released Oslo/Potassium parent poms 47/138947/1 1.7.0
Dan Timoney [Fri, 20 Sep 2024 18:27:36 +0000 (14:27 -0400)]
Use released Oslo/Potassium parent poms

Use released version of parent poms for ONAP Oslo release

Issue-ID: CCSDK-3990
Change-Id: Id34eb1ce3549a939178679c6e3500f8e8553086b
Signed-off-by: Dan Timoney <dtimoney@att.com>
18 months agomigrate dist to potassium-sr2 05/137505/6
Michael Dürre [Thu, 14 Mar 2024 11:07:25 +0000 (12:07 +0100)]
migrate dist to potassium-sr2

add potassium dist and switch odlsli

Issue-ID: CCSDK-3995
Change-Id: I501096101ab9924582e9a05407eb34bcea23ee2d
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
18 months agonew onap logo 26/138726/1
thmsdt [Wed, 14 Aug 2024 08:15:28 +0000 (10:15 +0200)]
new onap logo

Issue-ID: DOC-826

Change-Id: I46d4e7cdd438840b8732898df076369a7191e4bc
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
18 months agoUpdate version for Oslo release 55/138655/1
Dan Timoney [Wed, 7 Aug 2024 21:10:10 +0000 (17:10 -0400)]
Update version for Oslo release

Update version in master branch for Oslo release

Issue-ID: CCSDK-4043
Change-Id: I792a395671d4c4d62fc5bda9f99873158a17621f
Signed-off-by: Dan Timoney <dtimoney@att.com>
19 months agoMerge "Update versions for New Delhi"
Dan Timoney [Fri, 19 Jul 2024 18:53:07 +0000 (18:53 +0000)]
Merge "Update versions for New Delhi"

21 months agoUpdate versions for New Delhi 59/137559/3
Dan Timoney [Thu, 18 Apr 2024 13:44:29 +0000 (09:44 -0400)]
Update versions for New Delhi

Update versions for New Delhi release

Issue-ID: CCSDK-4005
Change-Id: I013d9e0e8a6077fcab9fd25a2620e32a32876044
Signed-off-by: Dan Timoney <dtimoney@att.com>
22 months agoUpdate dgbuilder to use java 17 JRE 14/137614/1
Dan Timoney [Thu, 18 Apr 2024 19:36:37 +0000 (15:36 -0400)]
Update dgbuilder to use java 17 JRE

Update dgbuilder to use Java 17 JRE.  This will resolve issue the issues
with UnsupportedClassVersionError that users have reported.

Issue-ID: SDNC-1836
Change-Id: I2708e64f32ec4f53bbdde7761aaf0bf37cde2d17
Signed-off-by: Dan Timoney <dtimoney@att.com>
23 months agofix odl patches 87/137587/1
Michael Dürre [Tue, 26 Mar 2024 12:32:36 +0000 (13:32 +0100)]
fix odl patches

fix aaa-authn api version and add pax fix

Issue-ID: CCSDK-4002
Change-Id: I4e8ef736c48fd2fa5510a25ea90a5edc9dcfaa04
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2 years agoupdate link to upper-constraints.txt 01/137401/1
thmsdt [Tue, 27 Feb 2024 09:56:29 +0000 (10:56 +0100)]
update link to upper-constraints.txt

Issue-ID: DOC-823

Change-Id: I2bca6dfe085ae21a6ba42dbc0da4ce1bea266ee2
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2 years agoadd python compatibility module 98/137298/1
thmsdt [Tue, 20 Feb 2024 13:04:50 +0000 (14:04 +0100)]
add python compatibility module

Issue-ID: DOC-823

Change-Id: I45c93f8cf30d42516832e210a8d93a6ee4f4bba4
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2 years agoUpdate odl.shiro.version to 0.17.11 93/136593/1
Ravi Pendurty [Mon, 20 Nov 2023 04:28:40 +0000 (09:58 +0530)]
Update odl.shiro.version to 0.17.11

Version to be inline with ODL argon SR2

Issue-ID: SDNC-1831
Change-Id: I2c9003d199daca45e69c2f5bf4aee442cb9e2550
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2 years agoSupport for custom password 88/136588/1
Ravi Pendurty [Thu, 16 Nov 2023 17:26:46 +0000 (22:56 +0530)]
Support for custom password

Use a previous version of custom aaa-authn-api artifact

Issue-ID: SDNC-1831
Change-Id: Ibe87206580e65caf6b1f22c2cf66f140c3f4df95
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2 years agoRelease version 1.6.0 maven artifacts 35/136435/2
Dan Timoney [Thu, 9 Nov 2023 16:03:22 +0000 (11:03 -0500)]
Release version 1.6.0 maven artifacts

Release version 1.6.0 (Montreal) maven artifacts and roll to next snapshot

Issue-ID: CCSDK-3956
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I371dfa10e265c130d80b397a60debb3ebb650558

2 years agoRelease version 1.6.0 docker containers 34/136434/2
Dan Timoney [Thu, 9 Nov 2023 16:01:52 +0000 (11:01 -0500)]
Release version 1.6.0 docker containers

Release version 1.6.0 (Montreal) docker containers

Issue-ID: CCSDK-3956
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I326f46f36e74a910b6ec8c9f164026e7015542fb

2 years agoMerge "Update to version 2.6.1 of parent pom" 1.6.0
Dan Timoney [Wed, 8 Nov 2023 21:28:49 +0000 (21:28 +0000)]
Merge "Update to version 2.6.1 of parent pom"

2 years agoUpdate to version 2.6.1 of parent pom 76/136176/5
Dan Timoney [Wed, 16 Aug 2023 18:06:36 +0000 (14:06 -0400)]
Update to version 2.6.1 of parent pom

Update to version 2.6.1 of parent pom to pick up Argon SR2 versions and
support local build of ansible-server

Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6d454ecc4ec3d1fecd10bf823ca5b828718e5fea

2 years agoLogin not working with Custom credentials due to wrong aaa-authn-api version 52/136152/1
Ravi Pendurty [Thu, 12 Oct 2023 07:58:25 +0000 (13:28 +0530)]
Login not working with Custom credentials due to wrong aaa-authn-api version

aaa-authn-api version to be updated from 0.16.6 to 0.17.8

Issue-ID: SDNC-1823
Change-Id: I27b5fa043d525bdeb60378ee05aeded9e23734ea
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2 years agoInclude kafka client dependency 12/136112/1
Ravi Pendurty [Sat, 7 Oct 2023 07:45:24 +0000 (13:15 +0530)]
Include kafka client dependency

Include kafka client dependency

Issue-ID: CCSDK-3936
Change-Id: Ic3498ad22750af97344ee8dbae004bf7a00b6502
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2 years agoUpdate ccsdk/distribution for ODL Argon 46/135446/8
Dan Timoney [Wed, 26 Jul 2023 14:30:18 +0000 (10:30 -0400)]
Update ccsdk/distribution for ODL Argon

Update ccsdk/distribution to use OpenDaylight Argon release

Issue-ID: CCSDK-3926
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I52287f7f0f12dd920ed4d4bb9c7034b7f72078a8

2 years agoCreate ODL Argon docker 03/135103/2
Dan Timoney [Mon, 19 Jun 2023 14:30:12 +0000 (10:30 -0400)]
Create ODL Argon docker

Added code to create base OpenDaylight Argon SR1 docker

Issue-ID: CCSDK-3913

Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9459a36e35d6291e9d85a7a907091b61610a971c

2 years agoUpdate .readthedocs.yaml 77/134977/1
Cédric Ollivier [Mon, 19 Jun 2023 15:09:11 +0000 (17:09 +0200)]
Update .readthedocs.yaml

Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ibfd7272a646f426f653d3a02f90861a4c5d1cbe9

2 years agoConvert scripts to python3 90/134890/1
Dan Timoney [Wed, 14 Jun 2023 21:35:20 +0000 (17:35 -0400)]
Convert scripts to python3

Convert python2 scripts to python3

Issue-ID: CCSDK-3906
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1435eb3381631a759866cc2e671cd350e12a031e

2 years agoUpdate release notes for London 75/134875/1
Dan Timoney [Wed, 14 Jun 2023 13:44:32 +0000 (09:44 -0400)]
Update release notes for London

Update release notes for London release

Issue-ID: CCSDK-3905
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iba3bfc80d13b77ffda889fc10120de678b840137

2 years agoRoll master for Montreal 69/134769/4
Dan Timoney [Tue, 6 Jun 2023 10:53:08 +0000 (06:53 -0400)]
Roll master for Montreal

Roll version to initial snapshot for Montreal release

Issue-ID: CCSDK-3903
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I874898373e2dd7e6d4a6b82aa714fb52abad194c

2 years agoAdd missing docker image for alpine-j17 56/133956/1
Dan Timoney [Thu, 30 Mar 2023 19:49:47 +0000 (15:49 -0400)]
Add missing docker image for alpine-j17

Add missing docker image for java 17

Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie6a354c298981e2eb4f7e02e53ebda4bb0530baf

2 years agoRelease initial Chlorine-based maven artifacts 50/133950/1
Dan Timoney [Thu, 30 Mar 2023 15:16:29 +0000 (11:16 -0400)]
Release initial Chlorine-based maven artifacts

Release initial Chlorine-based maven artifacts

Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8b1582f542d0cd5f4368dfcbe801a40099131638

2 years agoRelease initial Chlorine-based CCSDK docker containers 49/133949/1
Dan Timoney [Thu, 30 Mar 2023 15:12:50 +0000 (11:12 -0400)]
Release initial Chlorine-based CCSDK docker containers

Release initial Chlorine-based CCSDK docker containers

Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib7a8e965fc42a7e2ef329e9c74f7de697661f179

2 years agoFix CSIT test issues 25/133925/7 1.5.1
Dan Timoney [Wed, 29 Mar 2023 21:25:09 +0000 (17:25 -0400)]
Fix CSIT test issues

Updated healthcheck to use RFC8040 style URL instead of Biermann.
Removed code that installs idm file to reset admin password - format
is not correct for Chlorine.

Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9f422325dc42c41a9d5b6943f784503217be7294

2 years agofix odlsli base image 13/133713/12
Michael Dürre [Tue, 21 Mar 2023 11:45:42 +0000 (12:45 +0100)]
fix odlsli base image

switch odlsli to chlorine base image

Install missing packages as dependencies

Issue-ID: CCSDK-3873
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I2346fe996aa57baff3f1a7fac3b328682772551b
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2 years agoUpdate base alpine images used for London rel 06/133906/2
Lukasz Rajewski [Wed, 29 Mar 2023 11:29:35 +0000 (11:29 +0000)]
Update base alpine images used for London rel

Issue-ID: CCSDK-3813
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I0e21fb12b6c335d095e00987c0b883c4e579980c

2 years agoFix doc-rules 08/133908/1
Lukasz Rajewski [Wed, 29 Mar 2023 12:19:46 +0000 (12:19 +0000)]
Fix doc-rules

Issue-ID: CCSDK-3813
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I48081c04726815f82cdb9b177d8a09593f999c7b

3 years agoRelease version 1.5.0 maven artifacts 48/133448/2
Dan Timoney [Tue, 28 Feb 2023 12:42:25 +0000 (07:42 -0500)]
Release version 1.5.0 maven artifacts

Release version 1.5.0 ccsdk/distribution maven artifacts and roll
to next snapshot version.

Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib8df2312bcd9f20a31710be69d1672329d7e45f3

3 years agoRelease version 1.5.0 CCSDK dockers 47/133447/2
Dan Timoney [Tue, 28 Feb 2023 12:35:38 +0000 (07:35 -0500)]
Release version 1.5.0 CCSDK dockers

Release version 1.5.0 CCSDK docker images

Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iddbfd320baa8f7c2760acd73c3327f76073b769d

3 years agoUse version 2.5.3 parent poms 18/133418/3 1.5.0
Dan Timoney [Fri, 24 Feb 2023 21:04:26 +0000 (21:04 +0000)]
Use version 2.5.3 parent poms

Update to use latest released London parent poms v2.5.3

Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I18cec37df173af2ed51d3b90bd2ebb7de2ec1334

3 years agoprepare dist for chlorine 07/132907/2
Michael Dürre [Thu, 12 Jan 2023 11:18:31 +0000 (12:18 +0100)]
prepare dist for chlorine

add java17 base image. switch chlorine to j17

Issue-ID: CCSDK-3832
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ib2f3fd216eac4743a338299385e6bdbe52485275
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
3 years agoUse released version 2.5.1 parent poms 56/132856/1
Dan Timoney [Wed, 4 Jan 2023 12:48:47 +0000 (07:48 -0500)]
Use released version 2.5.1 parent poms

Use released version 2.5.1 of parent pom

Issue-ID: CCSDK-3831
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iefc482d7d2923a794986ea7ead25486664887d35

3 years agoCreate base Chlorine docker image 45/132845/1
Dan Timoney [Tue, 3 Jan 2023 12:05:53 +0000 (07:05 -0500)]
Create base Chlorine docker image

Create base docker image for ODL Chlorine release. Also, remove
code to create Phosphorus docker image, which is not needed
in London ONAP release.

Issue-ID: CCSDK-3829
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I026f68bebfd3063d0ecb69c7b9cd7bf3e3a79d13

3 years agoFix: upgrade to robotframework py3 script 56/132556/2
Kevin Sandi [Thu, 1 Dec 2022 17:49:21 +0000 (11:49 -0600)]
Fix: upgrade to robotframework py3 script

Issue-ID: CIMAN-33
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I409cc94cb5c9a8981d0dc3562bc9e69cfd3784db

3 years agoUse released version of parent pom 52/132552/2
Dan Timoney [Thu, 1 Dec 2022 15:57:20 +0000 (10:57 -0500)]
Use released version of parent pom

Use released London version (2.5.0) of parent pom

Issue-ID: CCSDK-3779
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic0caa6e9506cc499690a80789b6a0fa589060987

3 years agoFix: replace ROBOT_VENV with ROBOT3_VENV 68/132368/5
Kevin Sandi [Mon, 21 Nov 2022 21:45:54 +0000 (15:45 -0600)]
Fix: replace ROBOT_VENV with ROBOT3_VENV

Issue-ID: CIMAN-33
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I4a1dd61c364f807216b65bf38095d7dedd55c6c6

3 years agoFix DOC config files 80/132180/1
marineMD [Mon, 14 Nov 2022 14:22:05 +0000 (15:22 +0100)]
Fix DOC config files

Issue-ID: DOC-798

Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com>
Change-Id: Ibc3728d2775c9fe571aa7b54c8eec0411c6273de

3 years agoUpdate docs for Kohn release 13/132013/2
Timoney, Dan (dt5972) [Fri, 4 Nov 2022 20:04:24 +0000 (16:04 -0400)]
Update docs for Kohn release

Update documentation for Kohn release

Change-Id: Ife3c32318948c90a5f672b94833094941113735f
Issue-ID: CCSDK-3797
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
3 years agoRoll version in master to next release 94/131694/2
Timoney, Dan (dt5972) [Fri, 21 Oct 2022 16:40:14 +0000 (12:40 -0400)]
Roll version in master to next release

Roll versions in master branch to London release numbering

Change-Id: I19601329863fd8a8aa17fd36b372985b29d004be
Issue-ID: CCSDK-3779
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
3 years agoRelease version 1.4.1 ccsdk/distribution artifacts 93/131193/3
Timoney, Dan (dt5972) [Mon, 26 Sep 2022 15:32:44 +0000 (11:32 -0400)]
Release version 1.4.1 ccsdk/distribution artifacts

Release version 1.4.1 of ccsdk/distribution maven artifacts
and roll to next snapshot version.

Change-Id: I03c6893b203dcdb7eccbb06bba8fd469a302950e
Issue-ID: CCSDK-3754
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
3 years agoRelease version 1.4.1 of ccsdk dockers 92/131192/3
Timoney, Dan (dt5972) [Mon, 26 Sep 2022 15:26:16 +0000 (11:26 -0400)]
Release version 1.4.1 of ccsdk dockers

Release version 1.4.1 of CCSDK docker images

Change-Id: Icbd6263c3f8198e3add8f08d7b29dc726e628f90
Issue-ID: CCSDK-3754
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
3 years agoRemove override of artifact versions 20/131020/1 1.4.1
Dan Timoney [Tue, 20 Sep 2022 12:38:00 +0000 (08:38 -0400)]
Remove override of artifact versions

Remove snapshot version of artifacts and instead use version ranges from
parent pom

Issue-ID: CCSDK-3754
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I429960a94d4db059263218e68cf69f2e9df77bdf

3 years agoUse version 2.4.2 parent poms 44/130944/1
Dan Timoney [Wed, 14 Sep 2022 14:44:50 +0000 (10:44 -0400)]
Use version 2.4.2 parent poms

Use version 2.4.2 of parent poms

Issue-ID: CCSDK-3754
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iaac2998547e218581a53479b8fb7bf84b1134e55

3 years agoMerge "fix odl sulfur aaa artifact"
Dan Timoney [Thu, 1 Sep 2022 11:16:39 +0000 (11:16 +0000)]
Merge "fix odl sulfur aaa artifact"

3 years agofix odl sulfur aaa artifact 41/130541/2
Michael Dürre [Wed, 31 Aug 2022 13:33:33 +0000 (15:33 +0200)]
fix odl sulfur aaa artifact

add missing fix for aaa

Issue-ID: CCSDK-3750
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I686c119af7d80b5b770d37dbc63bb7483c85b208
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
3 years agoForce py3.8 in tox.ini 51/130551/1
Cédric Ollivier [Wed, 31 Aug 2022 19:10:39 +0000 (21:10 +0200)]
Force py3.8 in tox.ini

It allows leveraging on OpenStack Yoga's upper-contraints
without any exception.

Issue-ID: DOC-782

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ia65ab662e2479f9afe4d3777a58f3abeca09b656

3 years agoadd fix for odl aaa 24/130324/2
Michael Dürre [Wed, 17 Aug 2022 13:21:39 +0000 (15:21 +0200)]
add fix for odl aaa

uncomment the odl fix in sulfur build pom

Issue-ID: CCSDK-3743
Change-Id: I776cde37aa8c5750babf6e38a3c45189f22fa679
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
3 years agomigrate dist to sulfur-sr0 01/129601/8
Michael Dürre [Mon, 13 Jun 2022 03:45:24 +0000 (05:45 +0200)]
migrate dist to sulfur-sr0

add odl sulfur dist

(djtimoney) Fixed some dependencies to resolve issues in local build,
installed odl-restconf-nb-bierman02 karaf package to enable Bierman
RESTCONF API support

Issue-ID: CCSDK-3695
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ifd98f04f9a68c0c3923802839cdb71e12a115d09
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
3 years agoUse released 2.4.0 parent poms 61/129961/1
Dan Timoney [Fri, 15 Jul 2022 15:35:53 +0000 (11:35 -0400)]
Use released 2.4.0 parent poms

Use released version 2.4.0 (Phosphorus) of parent poms

Issue-ID: CCSDK-3691
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I031f5f54d67fb0132489e8ff4b3cd06e92451b0a

3 years agoUpdate versions in release notes 60/129560/1
Dan Timoney [Wed, 8 Jun 2022 19:24:38 +0000 (15:24 -0400)]
Update versions in release notes

Update versions in final Jakarta release notes

Issue-ID: CCSDK-3660
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib0407ba6e8ea6797289e65be68b9d8ead0c8ec85
(cherry picked from commit 7bd6813a661aaffcf19f64d46f9e631859f89d0b)

3 years agoRAN Slice Termination - RRM Policy update 88/129288/3
Ahila [Tue, 17 May 2022 14:13:30 +0000 (19:43 +0530)]
RAN Slice Termination - RRM Policy update

Issue-ID: CCSDK-3661

Signed-off-by: Ahila <ahila.pandaram@wipro.com>
Change-Id: I9dad08af50dc115cb477161cb6536748752547f8

3 years agoMerge "Configuration phy cell id dg - Fix"
Dan Timoney [Mon, 16 May 2022 17:20:53 +0000 (17:20 +0000)]
Merge "Configuration phy cell id dg - Fix"

3 years agoUpdate versions in release notes 06/129206/1
Dan Timoney [Wed, 11 May 2022 13:41:14 +0000 (09:41 -0400)]
Update versions in release notes

Update versions in release notes to reflect Jakarta RC versions

Issue-ID: CCSDK-3626
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia1f17404cfe3a968b8d84671e05a6745959b0bdb

3 years agoConfiguration phy cell id dg - Fix 62/129162/1
yashwanth [Fri, 6 May 2022 13:41:03 +0000 (13:41 +0000)]
Configuration phy cell id dg - Fix

Issue-ID: CCSDK-3649
Signed-off-by: yashwanth <gandhapu.yashwanth@wipro.com>
Change-Id: I46429ff3e993c771993e57babdc74d8b15bba83a

3 years agoRAN Slicing Reconfigure - Fix 07/129007/1
Ahila [Sat, 30 Apr 2022 15:55:53 +0000 (21:25 +0530)]
RAN Slicing Reconfigure - Fix

Cell update in ConfigDB for intelligent slicing

Issue-ID: CCSDK-3638

Signed-off-by: Ahila <ahila.pandaram@wipro.com>
Change-Id: I65f3879143dac1f58ee5f69ca71668d2201cb7ed

3 years agoSDN-R RANSlice Reconfigure-CPS bug 61/128961/2
denilson.l65 [Thu, 28 Apr 2022 14:34:19 +0000 (14:34 +0000)]
SDN-R RANSlice Reconfigure-CPS bug

Changes in CPS API for intelligent slicing

Issue-ID: CCSDK-3634
Signed-off-by: denilson.l65 <denilson.l65@wipro.com>
Change-Id: Ib72090dd9187546d2b95988757096a3ae7e42ade

3 years agoRAN Slice Allocation - Bug fixes 49/128949/1
Ahila [Thu, 28 Apr 2022 12:42:21 +0000 (18:12 +0530)]
RAN Slice Allocation - Bug fixes

Issue-ID: CCSDK-3638

Signed-off-by: Ahila <ahila.pandaram@wipro.com>
Change-Id: I50bbc23c8b957457d445ae11cc23087fca36442b

3 years agoInitial Jakarta release notes 12/128912/2
Dan Timoney [Wed, 27 Apr 2022 18:41:36 +0000 (14:41 -0400)]
Initial Jakarta release notes

Initial release notes for CCSDK Jakarta release

Issue-ID: CCSDK-3626
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6f0c971a0b4b25fa873c84761541addf3b2a524c

3 years agoMerge "SDN-R RANSlice Reconfigure-CPS bug"
Dan Timoney [Wed, 27 Apr 2022 12:43:21 +0000 (12:43 +0000)]
Merge "SDN-R RANSlice Reconfigure-CPS bug"

3 years agoMerge "Generic Neighbor Configuration dg - Bug Fix"
Dan Timoney [Wed, 27 Apr 2022 12:43:04 +0000 (12:43 +0000)]
Merge "Generic Neighbor Configuration dg - Bug Fix"

3 years agoMerge "RAN Slicing Bug Fixes - Jakarta Release"
Dan Timoney [Wed, 27 Apr 2022 12:42:40 +0000 (12:42 +0000)]
Merge "RAN Slicing Bug Fixes - Jakarta Release"

3 years agoRAN Slicing Bug Fixes - Jakarta Release 28/128728/2
Ahila [Wed, 20 Apr 2022 14:13:59 +0000 (19:43 +0530)]
RAN Slicing Bug Fixes - Jakarta Release

Issue-ID: CCSDK-3638

Signed-off-by: Ahila <ahila.pandaram@wipro.com>
Change-Id: I5acd7bbc871dad12add8c324b6445efb546eae8f