ric-plt/ricdms.git
19 months agoImplement producer to handle appliation/zip 33/9333/1
subhash kumar singh [Wed, 19 Oct 2022 15:02:13 +0000 (15:02 +0000)]
Implement producer to handle appliation/zip

Fixed implementation for downloading chart by handling producer
for type appliation/zip.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I271a45e6fbbe15867518555f919dd0d3970b7bdf

19 months agoFix get charts API 56/9256/1
subhash kumar singh [Thu, 13 Oct 2022 09:24:47 +0000 (09:24 +0000)]
Fix get charts API

Fixed the charts API to return the response in JSON format.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Ic9b41e40345db0fe8b4b50d61a4015cbb02d8368

19 months agoImplement get the charts by name and version 49/9249/1
subhash kumar singh [Wed, 12 Oct 2022 18:07:44 +0000 (18:07 +0000)]
Implement get the charts by name and version

Implemented the query to get the available charts details
for given xApp name and version.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I9eda1f0375130c9cdb42e3cb61c818f2f929440b

19 months agoImplement get the charts by name 45/9245/1
subhash kumar singh [Wed, 12 Oct 2022 11:58:52 +0000 (11:58 +0000)]
Implement get the charts by name

Implemented the query to get the available charts details
for given xApp name.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I8eedc09c3a9f661a5cdd0a597211878440f8e05e

19 months agoImplementation for downloading charts 30/9230/1
subhash kumar singh [Mon, 10 Oct 2022 18:21:51 +0000 (18:21 +0000)]
Implementation for downloading charts

Implemented API to download helm chart for specified chartname
and version.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I343dc18870c81d182a728677e3b21e5fc50d84af

19 months agoImplement Get operation for chart list 89/9189/2
subhash kumar singh [Thu, 6 Oct 2022 13:08:26 +0000 (13:08 +0000)]
Implement Get operation for chart list

Implemented get operation for charts list.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: If8db0e0d11d48c03270fa72837322fd2e7ae184f

20 months agoImplement Onboarding of xApp 24/9124/2
subhash kumar singh [Wed, 28 Sep 2022 10:22:56 +0000 (10:22 +0000)]
Implement Onboarding of xApp

Implemented Onboarding by using API from onboarder service.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Ib4c0032c4906b3a2f2b3b70c1d6c2a9f6caad540

20 months agoSimplify the reading configuration 22/9122/2
subhash kumar singh [Wed, 28 Sep 2022 10:08:33 +0000 (10:08 +0000)]
Simplify the reading configuration

Simplify reading configuration by creating model for config.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I2a4b527c36e83dabafe6f32b3f1f1c100cb24215

20 months agoMakefile for RICDMS 21/9121/1
subhash kumar singh [Wed, 28 Sep 2022 09:58:20 +0000 (09:58 +0000)]
Makefile for RICDMS

Makefile defines operation to test, code-generataion, build
and image preparation.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I7fa56d6b2592e0eeb6f84de070a433c18579b975

20 months agoFix missing use of config file 65/9065/1
subhash kumar singh [Thu, 22 Sep 2022 08:45:51 +0000 (08:45 +0000)]
Fix missing use of config file

Fixed the use of config file.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I717e14f413ba9d9c65bb726bcd58712c55815d92

21 months agoHealth check API for service 22/8922/1
subhash kumar singh [Tue, 23 Aug 2022 10:26:13 +0000 (10:26 +0000)]
Health check API for service

Impleted health check API for the RICDMS service.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I770499e6164b72864414c646d14d64f0ce9585b4

21 months agoRelease packaging for RICDMS 19/8919/1
subhash kumar singh [Tue, 23 Aug 2022 08:54:51 +0000 (08:54 +0000)]
Release packaging for RICDMS

Required release/tagging yaml has been configured as part
of this patch.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Iaa45d1d44c27096d557680ac74d63be1f72aae44

21 months agoAdd logger to RICDMS 08/8908/1
subhash kumar singh [Thu, 18 Aug 2022 10:07:30 +0000 (10:07 +0000)]
Add logger to RICDMS

Added logger to RICDMS for logging purpose.

Issue-ID: RIC-714
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Id0b52146038958d4a4d0b4a403931726f61db4c6

21 months agoInitial code for dms server 07/8907/1
subhash kumar singh [Thu, 18 Aug 2022 08:48:35 +0000 (08:48 +0000)]
Initial code for dms server

This patch is initial code for setting up dms server.

Issue-ID: RIC-714
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I6b3eb1f45de333deb8f54dfb25c72be8bfdd551c

21 months agoDockerfile for the ricdms 02/8902/2
subhash kumar singh [Thu, 18 Aug 2022 06:16:16 +0000 (06:16 +0000)]
Dockerfile for the ricdms

Dockerfile has been added for the swagger code generation.

Issue-ID: RIC-714
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Ieabf4261675c49f1ab33090b47c37ab3cc0e7c3b

21 months agoSwagger v2.0 for API 24/8824/2
subhash kumar singh [Wed, 3 Aug 2022 08:04:17 +0000 (08:04 +0000)]
Swagger v2.0 for API

Replace swagger file with v2.0 to generate code using `go-swagger`.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I84f328584370f590f6b85949dfbf28cd46d74a49

2 years agoMerge "Add API yaml for ricdms"
Naman Gupta [Fri, 19 Nov 2021 08:31:15 +0000 (08:31 +0000)]
Merge "Add API yaml for ricdms"

2 years agoAdd API yaml for ricdms 64/6964/1
subhash kumar singh [Thu, 28 Oct 2021 21:55:02 +0000 (03:25 +0530)]
Add API yaml for ricdms

Add API yaml for ricdms.

Issue-ID: RIC-714
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Ie0dd330a147c0b06d71ae0d6c1a292093d8cc640

2 years agoAutomation adds INFO.yaml 73/6873/2
LF Jenkins CI [Sun, 24 Oct 2021 22:29:35 +0000 (22:29 +0000)]
Automation adds INFO.yaml

Change-Id: I064a009f21bc423e2c1d13e1915f11d2dced0e07
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2 years agoAutomation adds .gitreview 72/6872/2
LF Jenkins CI [Sun, 24 Oct 2021 22:29:28 +0000 (22:29 +0000)]
Automation adds .gitreview

Change-Id: I0928e21a067186fc5aaf0aad91b4df7c573d5060
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2 years agoInitial empty repository
LF Jenkins CI [Sun, 24 Oct 2021 22:29:25 +0000 (22:29 +0000)]
Initial empty repository