ric-plt/ric-dep.git
16 months agoUpdating the G release recipe 43/10143/1 g-release
czichy [Wed, 14 Dec 2022 18:26:32 +0000 (20:26 +0200)]
Updating the G release recipe

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: Id370133e1decaa3fdf42a76d8b095510ed889604

16 months agofirst updata of G release image tags 97/10097/1
czichy [Mon, 12 Dec 2022 15:06:09 +0000 (17:06 +0200)]
first updata of G release image tags

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I363ee7ea57f283134c1d4b8d8b587c6232080136

16 months agoupdating versions for G release 21/10021/1
czichy [Thu, 8 Dec 2022 09:46:37 +0000 (11:46 +0200)]
updating versions for G release

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I39d1bd74e4ff909cd50abb2a217972c9457907be

18 months agoRIC-919 influxdb related changes applied on recipe 21/9021/7
Youhwan Seol [Wed, 5 Oct 2022 02:13:31 +0000 (11:13 +0900)]
RIC-919 influxdb related changes applied on recipe

Signed-off-by: Youhwan Seol <yh.seol@samsung.com>
Change-Id: Ic7095b16654f6dedd36a040dbab379f86dba1ca7
Signed-off-by: Youhwan Seol <yh.seol@samsung.com>
18 months agoRIC-919 Upgrade influxdb helm chart v1.8 > v2.2 20/9020/24
Youhwan Seol [Thu, 8 Sep 2022 01:52:57 +0000 (10:52 +0900)]
RIC-919 Upgrade influxdb helm chart v1.8 > v2.2

Signed-off-by: Youhwan Seol <yh.seol@samsung.com>
Change-Id: Ieeb7bb414753be2483dbec7c316f584481d13871

20 months agoRIC-936 Replacing gcr.io with ghcr.io references 92/8892/1
czichy [Mon, 15 Aug 2022 09:33:16 +0000 (12:33 +0300)]
RIC-936 Replacing gcr.io with ghcr.io references

helm tiller is not in gcr.io anymore

Issue-ID: RIC-936

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: Icecbf11d1fed52368c0c2a6ca2b1e1b2b3f64fd0

20 months agoRIC-935 Changing flannel version 87/8887/1
czichy [Mon, 15 Aug 2022 04:48:28 +0000 (07:48 +0300)]
RIC-935 Changing flannel version

Newer versions of flannel use the namespace kube-flannel. We (for
now continue with the old version that uses kube-system.

Issue-ID: RIC-935
Change-Id: Idd02f23afd379338408383bea9b6dbc3f144817d
Signed-off-by: czichy <thoralf.czichy@nokia.com>
21 months agoadd rmr route for reset procedure 33/8733/1
sandeeku [Wed, 6 Jul 2022 10:21:45 +0000 (15:51 +0530)]
add rmr route for reset procedure

Change-Id: Icce3902733ea53066a243cb1c8b695da5e2e2c93
Signed-off-by: sandeeku <sandeep.15.kumar@nokia.com>
22 months agoservecm installation check changed 99/8599/1
czichy [Mon, 20 Jun 2022 13:16:16 +0000 (16:16 +0300)]
servecm installation check changed

previously we had a simple sleep when installing servecm. now
we have a check if servecm is up and running.

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I10c0b6b0c504f1d1a56cbd485e38cb4a79b6f487

22 months agoF release images 97/8597/2
czichy [Fri, 17 Jun 2022 12:55:46 +0000 (15:55 +0300)]
F release images

Adding the F release recipe file with references to the latest version
in the release repo

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: Ia0ffbde8698224c5afa60967defe7d054a771c23

23 months agoFix DBAAS write error 47/8447/1
Timo Tietavainen [Fri, 27 May 2022 17:38:13 +0000 (20:38 +0300)]
Fix DBAAS write error

In Redis 6 backup of DB key-values to RDB file was enabled by default.
In Redis version 5 RDB file backup was disabled.
In RIC we do not have discs attached to DBAAS pods, hence we shouldn't
never try to write RDB backup file as an background operation in Redis
server. So, as a fix disable 'save' and 'append-only-file' features in
Redis by adding below configurations to redis.conf file:
 * save ""
 * appendonly "no"

Issue-Id: RIC-698

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I258226ef00f10c00cccd471fd3e088779443fadb

23 months agoRemoving references to k8s and vm 76/8376/2
czichy [Mon, 23 May 2022 12:47:38 +0000 (15:47 +0300)]
Removing references to k8s and vm

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I86a6092616ec6cd3cb53f6dbd445f6b516edc01b
Signed-off-by: czichy <thoralf.czichy@nokia.com>
23 months agoAdding latest recipe with refs to staging 75/8375/1
czichy [Mon, 23 May 2022 12:27:19 +0000 (15:27 +0300)]
Adding latest recipe with refs to staging

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: Iea33455ff0aca14bb1eddff70383b66297b42b99

23 months agodeploying RIC 68/8368/5
czichy [Mon, 23 May 2022 09:05:07 +0000 (12:05 +0300)]
deploying RIC

added a file based on source code from it/dep that
allow installing k8s, cni, docker and helm onto a plain
ubuntu installation

adding a file that installs ric-common templates
into a helm chartmuseum

adding the ric-common templates from it/dep

Issue-ID: RIC-815

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: Ib2f97bb4db31419564ff32d005dbb8d8cca8c691
Signed-off-by: czichy <thoralf.czichy@nokia.com>
23 months agoAdd rmr route entries for e2nodeconfigUpdate 46/8346/1
subhash kumar singh [Wed, 18 May 2022 20:15:43 +0000 (20:15 +0000)]
Add rmr route entries for e2nodeconfigUpdate

Added rmr route entries for e2nodeconfigUpdate message routing.

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

23 months agoUpgrade DBAAS image version to 0.6.1 35/8335/1
Timo Tietavainen [Wed, 18 May 2022 10:38:01 +0000 (13:38 +0300)]
Upgrade DBAAS image version to 0.6.1

Upgrade DBAAS default image version to 0.6.1.

Issue-Id: RIC-698

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ib9cf63bab49353f0601c500e5e41d694f563b5df

23 months agoAdding and removing committers 86/8286/3
czichy [Mon, 16 May 2022 09:37:12 +0000 (12:37 +0300)]
Adding and removing committers

Adding Appalanaidu who has been working on this
component earlier. Removing Prabhu and Shivendra who
moved to other projects and are not reachable anymore.
Removing Felix (Zhe Huang) for the same reason.

Also updating Ranjit's correct account (the other account
is not linked to his nokia e-mail address)

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: If3f8c5704045defb17b4e66ea8769da144f219bc
Signed-off-by: czichy <thoralf.czichy@nokia.com>
23 months agoMerge "Moving dms_cli instructions and example update"
Thoralf Czichy [Tue, 10 May 2022 12:30:42 +0000 (12:30 +0000)]
Merge "Moving dms_cli instructions and example update"

23 months agoEnable influxdb auth and fix helm chart dep issue 71/8171/1
mabelgaumkar1 [Fri, 6 May 2022 04:53:04 +0000 (04:53 +0000)]
Enable influxdb auth and fix helm chart dep issue

1) Enabled authentication and default admin user for InfluxDB by
default. This will prevent any unauthorized access to InfluxDB

2) Fixed the issue in the helm charts. It was resulting in default
user to be not enabled and influxdb helm chart was failing

Issue-ID: RIC-903

Signed-off-by: mabelgaumkar1 <mabelgaumkar@parallelwireless.com>
Change-Id: I7e3fbc9a7995d6e2452351d5aa6abfa64e4ca49e

23 months agoMoving dms_cli instructions and example update 47/8147/8
czichy [Thu, 5 May 2022 08:29:24 +0000 (11:29 +0300)]
Moving dms_cli instructions and example update

The dms_cli instructions were earlier in it/dep repo, but
now moved to this repo.

The reference to example_recipe.yaml was wrong and leads
to misunderstandings. Now we have a stable link and an
unstable for latest version.

Issue-ID: RIC-815

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I5339c279472f301ecfcbec28e3bfa9d12682e542
Signed-off-by: czichy <thoralf.czichy@nokia.com>
2 years agochanges for RIC Service Update procedure in rtmgr 78/7978/1
sandeeku [Wed, 23 Mar 2022 10:00:10 +0000 (15:30 +0530)]
changes for RIC Service Update procedure in rtmgr

Change-Id: Ie9d4d37153dcf4f8a7be3f2bfd63926ef9ecac28
Signed-off-by: sandeeku <sandeep.15.kumar@nokia.com>
2 years agoUpdating to latest e2 mgr 5.4.19 16/7416/2 e-release
czichy [Fri, 17 Dec 2021 08:43:39 +0000 (10:43 +0200)]
Updating to latest e2 mgr 5.4.19

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I1ff29f973e6d68888cf06e231e7ebd7832a4b051
Signed-off-by: czichy <thoralf.czichy@nokia.com>
2 years agoUpgrade DBAAS image version to 0.5.5 11/7411/1
Timo Tietavainen [Thu, 16 Dec 2021 16:13:04 +0000 (18:13 +0200)]
Upgrade DBAAS image version to 0.5.5

Upgrade DBAAS default and RIC e-release image version to 0.5.5.

Issue-Id: RIC-113

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I0e9d3b68bc22afeac62e6ebecff8f87bd066c9d4

2 years agoMerge "[RIC-816] install script to support "optional components""
Thoralf Czichy [Thu, 16 Dec 2021 14:29:02 +0000 (14:29 +0000)]
Merge "[RIC-816] install script to support "optional components""

2 years agoMerge "Define configmap data as dbaas and sentinel container environment"
Thoralf Czichy [Wed, 15 Dec 2021 14:39:47 +0000 (14:39 +0000)]
Merge "Define configmap data as dbaas and sentinel container environment"

2 years agoMerge "Add DBAAS_NODE_COUNT configuration parameter"
Thoralf Czichy [Wed, 15 Dec 2021 14:39:27 +0000 (14:39 +0000)]
Merge "Add DBAAS_NODE_COUNT configuration parameter"

2 years ago[RIC-816] install script to support "optional components" 75/7275/6
Deepanshu Karnwal [Wed, 8 Dec 2021 11:25:46 +0000 (16:55 +0530)]
[RIC-816] install script to support "optional components"

Signed-off-by: Deepanshu Karnwal <deepanshu.k@hcl.com>
Change-Id: I8fb220331073de324ea87e4dbc4d4e6daf19acff

2 years agoMerge "Changed the Kong ingress controller image repository to Docker hub, since...
Thoralf Czichy [Tue, 7 Dec 2021 13:14:00 +0000 (13:14 +0000)]
Merge "Changed the Kong ingress controller image repository to Docker hub, since Bintray went out of service (see also here: https://github.com/Kong/kubernetes-ingress-controller)"

2 years agoAdding env variables for prometheus in E2T helmchart 64/7264/1
wahidw [Tue, 7 Dec 2021 12:52:17 +0000 (12:52 +0000)]
Adding env variables for prometheus in E2T helmchart

Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I5a9e43f81371ebb809fa1dd50066f77bc0e11b22

2 years agoRecipe file for e-release 48/7248/1
wahidw [Mon, 6 Dec 2021 14:11:10 +0000 (14:11 +0000)]
Recipe file for e-release

Change-Id: I1468ab48df4ecf50888271900d837ecab7d59344
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
2 years agoDefine configmap data as dbaas and sentinel container environment 68/7168/2
Timo Tietavainen [Wed, 1 Dec 2021 18:00:31 +0000 (20:00 +0200)]
Define configmap data as dbaas and sentinel container environment

Added envFrom to define dbaas configmap data as dbaas and sentinel
container environment variables. Environment variables will be used
by sdlcli -command line tool.

Issue-Id: RIC-113

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ie8c342733cbd709539bcb23dc4c917982c6808da

2 years agoAdd DBAAS_NODE_COUNT configuration parameter 56/7156/1
Timo Tietavainen [Tue, 30 Nov 2021 12:41:10 +0000 (14:41 +0200)]
Add DBAAS_NODE_COUNT configuration parameter

Parameter 'DBAAS_NODE_COUNT' defines how many DBAAS nodes belongs to one
DBAAS group. For the time being node count in HA deployment is 3 and in
standalone deployment 1.

Issue-Id: RIC-113

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ib99d74dba4d485dbe72bc937083edf3b684fe229

2 years agoAdd some new configmap parameters for submgr 89/6989/1
Anssi Mannila [Thu, 4 Nov 2021 07:24:51 +0000 (09:24 +0200)]
Add some new configmap parameters for submgr
 - Code can also work without these by using default values

Change-Id: I59daf65452f930993148586d5b713d7c22ebd402
Signed-off-by: Anssi Mannila <anssi.mannila@nokia.com>
2 years agoUpdate a1 mediator image and helm installation 54/6654/2 dawn
subhash kumar singh [Tue, 7 Sep 2021 16:32:32 +0000 (22:02 +0530)]
Update a1 mediator image and helm installation

Update a1 mediator image to 2.5.0 and helm installation.

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

2 years agoChanged the Kong ingress controller image repository to Docker hub, since Bintray... 02/6502/1
sk13 [Mon, 19 Jul 2021 08:32:58 +0000 (10:32 +0200)]
Changed the Kong ingress controller image repository to Docker hub, since Bintray went out of service (see also here: https://github.com/Kong/kubernetes-ingress-controller)

Change-Id: I31547e7bc5abb85a7ba7b93fe0ab9719137b0863
Signed-off-by: Stefan Köpsell <stefan.koepsell@barkhauseninstitut.org>
2 years agoRemoved RSM entry in configmap as it is not used 48/6448/3
wahidw [Wed, 30 Jun 2021 05:38:04 +0000 (05:38 +0000)]
Removed RSM entry in configmap as it is not used

Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: Ia2e22c4bbced5babf4dbf9256719116cc02892f1

2 years agoMerge "MDC Dynamic logging changes for a1mediator"
Thoralf Czichy [Wed, 30 Jun 2021 06:45:35 +0000 (06:45 +0000)]
Merge "MDC Dynamic logging changes for a1mediator"

2 years agoAdding dawn support 27/6427/1
czichy [Thu, 24 Jun 2021 13:21:10 +0000 (16:21 +0300)]
Adding dawn support

an example recipe and a modification in
e2term to increase healthcheck timeouts

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I5e719e7822cf2e421ffed37b2de951ac17cfa749

2 years agoadding parameter to enable/disbale periodic route updates in configmap of rtmgr 15/6415/1
wahidw [Thu, 24 Jun 2021 05:31:15 +0000 (05:31 +0000)]
adding parameter to enable/disbale periodic route updates in configmap of rtmgr

Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I8574fdd07fbaa8465da2762833702e8b9c93581d

2 years agoMDC Dynamic logging changes for a1mediator 64/6364/1
rangajal [Mon, 21 Jun 2021 17:33:48 +0000 (17:33 +0000)]
MDC Dynamic logging changes for a1mediator

Change-Id: I68b41fee898d1630ec06fe74c1302bcb18a48303
Signed-off-by: rangajal <ranjit.angajala@nokia.com>
2 years agoIssue-ID: RICAPP-169 - Inclusion of InfluxDB helm chart for KPIMON, AD, TS, QP xApps 01/6301/1
Chandrasekaran Ramachandran [Fri, 11 Jun 2021 10:37:09 +0000 (16:07 +0530)]
Issue-ID: RICAPP-169 - Inclusion of InfluxDB helm chart for KPIMON, AD, TS, QP xApps

updated 3rdparty influxdb templates to refer the definitions from the common template
updated supporting files in the ric-dep repo

Signed-off-by: Chandrasekaran Ramachandran <chandrasekaran-r@hcl.com>
Change-Id: If5b2fc8cb7b62a071788ccc045e6dcf36fa76490

2 years agoIssue-ID: RICAPP-169 - Inclusion of InfluxDB helm chart for KPIMON, AD, TS, QP xApps 99/6199/1
Chandru [Wed, 2 Jun 2021 11:46:37 +0000 (17:16 +0530)]
Issue-ID: RICAPP-169 - Inclusion of InfluxDB helm chart for KPIMON, AD, TS, QP xApps

Added 3rdparty influxdb templates

Signed-off-by: Chandru <chandrasekaran-r@hcl.com>
Change-Id: Ifec3ad83c405ffeea8f413019ee7adbfa38cb0bf

3 years agoAdding Shivendra as committer 18/5918/1
czichy [Wed, 21 Apr 2021 14:06:05 +0000 (17:06 +0300)]
Adding Shivendra as committer

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: Ib8fba2756b9db2c35a96c15199ea11ff82e3c5ef

3 years agoAdded recipe file for Cherry Release 15/5815/1
wahidw [Mon, 29 Mar 2021 03:53:43 +0000 (03:53 +0000)]
Added recipe file for Cherry Release

Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I3a09804a97027cb25389688ff0a8c945210db52f

3 years agoFix DBAAS helm charts timeout flag 57/5757/1
Timo Tietavainen [Fri, 12 Mar 2021 17:10:24 +0000 (19:10 +0200)]
Fix DBAAS helm charts timeout flag

DBAAS 0.5.0 and 0.5.1 cannot be deployed with default version of helm chart
what are under ric-plt/ric-dep repo. Reason is that for
ReadinessProbe/LivenessProbe checks there are used Redis ping command what is
shielded with timeout command to timeout in case ping happens to hang. DBAAS
docker images 0.5.0 and 0.5.1 are based on the Alpine 3.11 OS and in there
timeout command syntax has been changed not to have anymore '-t' flag. This
means that timeout '-t' flag cannot be used anymore in DBAAS helm charts for
the ReadinessProbe/LivenessProbe commands if installed DBAAS image is 0.5.0 or
newer one.

To fix this issue introduced new configuration option 'probeTimeoutCommand'
into values.yaml file what defines the timeout command syntax, by default its
value is "timeout" but it can be changed to "timeout -t" in case DBAAS image to
be installed is older than 0.5.0.

Issue-ID: RIC-761

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Iecf599a02c69adfb9f821271310dceb682d4dbc7

3 years agoUpgrade helm and recipe DBAAS docker image version 00/5700/1
Timo Tietavainen [Fri, 26 Feb 2021 07:47:03 +0000 (09:47 +0200)]
Upgrade helm and recipe DBAAS docker image version

Current DBAAS image version 0.2.2 is very old. that's why upgrade example
recipe and helm files to deploy the latest DBAAS version 0.5.1.

Issue-ID: RIC-756

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: If4c25eb8daa314fca0ebc575d724ec56ccc89ad4

3 years agoNew submgr parameters in configmap.yaml 70/5670/1
Anssi Mannila [Wed, 17 Feb 2021 10:38:06 +0000 (12:38 +0200)]
New submgr parameters in configmap.yaml

Change-Id: Ie8166a7e0279a8f394c7b16697c44a74dde20240
Signed-off-by: Anssi Mannila <anssi.mannila@nokia.com>
3 years agoalarmadapter helm renamed to alarmmanager 70/5370/8
vipin [Mon, 21 Dec 2020 10:35:07 +0000 (10:35 +0000)]
alarmadapter helm renamed to alarmmanager
modified requirements.yaml to update the ric-common version tag
renamed alarmadapter.tpl to alarmmanager.tpl
added reference to dbaas
helm version changed to 2.17.0

Change-Id: I21197189f5f334d3c2bacaf857779240bca7e206
Signed-off-by: vipin <vipin.mavila@nokia.com>
3 years agoMerge "Remove the stable helm repo from helm verification"
Zhe Huang [Tue, 8 Dec 2020 16:53:58 +0000 (16:53 +0000)]
Merge "Remove the stable helm repo from helm verification"

3 years agocommitter change 49/5249/2
czichy [Mon, 7 Dec 2020 10:39:31 +0000 (12:39 +0200)]
committer change

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I46df581d4f68e7a879505bf37807421f97133d8f

3 years agoMerge "[Issue-Id: RIC-675]: Introduced new messages for Anomaly detection xApp use...
Prabhu K [Wed, 2 Dec 2020 14:32:55 +0000 (14:32 +0000)]
Merge "[Issue-Id: RIC-675]: Introduced new messages for Anomaly detection xApp use case"

3 years agoRemove the stable helm repo from helm verification 06/5206/1
Zhe Huang [Tue, 1 Dec 2020 23:36:43 +0000 (18:36 -0500)]
Remove the stable helm repo from helm verification

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: Ib30f266d6e679ed8c8e5f36a6f3a2f491ad11826

3 years agoMerge "helm3 and K8 1.18 support added"
Prabhu K [Mon, 23 Nov 2020 14:29:01 +0000 (14:29 +0000)]
Merge "helm3 and K8 1.18 support added"

3 years ago[Issue-Id: RIC-675]: Introduced new messages for Anomaly detection xApp use case 25/5125/1
vaishali sachdeva [Thu, 19 Nov 2020 13:50:27 +0000 (19:20 +0530)]
[Issue-Id: RIC-675]: Introduced new messages for Anomaly detection xApp use case

Signed-off-by: vaishali sachdeva <vaishali.sachdeva@hcl.com>
Change-Id: I70cb81e254125a1a0b09ecf8c6ac1d9850ab1171

3 years agohelm3 and K8 1.18 support added 31/5031/3
Alok Bhatt [Wed, 11 Nov 2020 04:32:33 +0000 (04:32 +0000)]
helm3 and K8 1.18 support added

helm3 and k8 1.18 are supported now. helm2 would be working fine.
Also fixed some helm charts to work these with both helm versions

Issue-Id: RIC-677
Signed-off-by: Alok Bhatt <alok_bh@hcl.com>
Change-Id: Icad9a8c079139b65157f0c87cadf2274290aea32

3 years agoMerge "IssueId: RIC-149 Added liveness and readiness probe to the submgr deployment...
Prabhu K [Wed, 18 Nov 2020 13:36:41 +0000 (13:36 +0000)]
Merge "IssueId: RIC-149 Added liveness and readiness probe to the submgr deployment.yaml file"

3 years agoMerge "Adding helm chart & documentation for redis-cluster related study ticket"
Prabhu K [Fri, 13 Nov 2020 11:23:32 +0000 (11:23 +0000)]
Merge "Adding helm chart & documentation for redis-cluster related study ticket"

3 years agoIssueId: RIC-149 Added liveness and readiness probe to the submgr deployment.yaml... 11/5011/1
Sangeetha mani [Mon, 9 Nov 2020 08:21:38 +0000 (00:21 -0800)]
IssueId: RIC-149 Added liveness and readiness probe to the submgr deployment.yaml file

Signed-off-by: Sangeetha mani <sangeetha-kr@hcl.com>
Change-Id: Ia257ebfcc67f9c47cfe5048e9902559a3020fb01

3 years agoadding env variable for alarmadapter container to read platform namespace name 08/5008/1
rangajal [Sat, 7 Nov 2020 09:31:55 +0000 (09:31 +0000)]
adding env variable for alarmadapter container to read platform namespace name

Change-Id: Ie81c5aae2d882543f9fe608be8cf5a61a40c3f3c
Signed-off-by: rangajal <ranjit.angajala@nokia.com>
3 years agoremoving init container section from e2mgr deployment 90/4990/1
rangajal [Thu, 5 Nov 2020 10:52:30 +0000 (10:52 +0000)]
removing init container section from e2mgr deployment

Change-Id: If7c10a44cb93201a8fce72a2a0fa842350e9a748
Signed-off-by: rangajal <ranjit.angajala@nokia.com>
3 years agoAdding helm chart & documentation for redis-cluster related study ticket 74/4874/1
Alok Bhatt [Wed, 21 Oct 2020 14:37:35 +0000 (14:37 +0000)]
Adding helm chart & documentation for redis-cluster related study ticket

Issue-ID: RIC-109
Signed-off-by: Alok Bhatt <alok_bh@hcl.com>
Change-Id: I57422f0126a73645333e1360f1faf010053d60d1

3 years agoMerge "E2T: Prometheus integration"
Lusheng Ji [Mon, 3 Aug 2020 20:37:32 +0000 (20:37 +0000)]
Merge "E2T: Prometheus integration"

3 years agoMerge "Add configmap to introduce environment variables for alarm manager"
Lusheng Ji [Mon, 3 Aug 2020 14:29:13 +0000 (14:29 +0000)]
Merge "Add configmap to introduce environment variables for alarm manager"

3 years agoAdding RMR message types to configuration 45/4445/1
wahidw [Fri, 24 Jul 2020 05:24:09 +0000 (10:54 +0530)]
Adding RMR message types to configuration

Change-Id: I4efc50fe924da47234de4672e199c18bd725685f
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
3 years agoE2T: Prometheus integration 13/4413/1
Fuss, Areli (af732p) [Sun, 19 Jul 2020 15:40:38 +0000 (18:40 +0300)]
E2T: Prometheus integration

Add e2term prometheus services discovery

Issue-ID: RIC-576
Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com>
Change-Id: I09498c5bd319af5db887ae1bdac95045204b2403

3 years agoMerge "E2T: Multi e2term instances"
Lusheng Ji [Thu, 16 Jul 2020 14:49:22 +0000 (14:49 +0000)]
Merge "E2T: Multi e2term instances"

3 years agoAdd rnibWriter section in e2mgr cm 19/4319/4
idanshal [Mon, 6 Jul 2020 13:03:55 +0000 (13:03 +0000)]
Add rnibWriter section in e2mgr cm

Also update example_recipe versions

Issue-ID: RIC-431
Change-Id: Ie81cabd8a4016985c7e0bb0a1e20a7809a8267c0
Signed-off-by: idanshal <idan.shalom@intl.att.com>
3 years agoE2T: Multi e2term instances 64/4364/1
Fuss, Areli (af732p) [Thu, 9 Jul 2020 16:43:05 +0000 (19:43 +0300)]
E2T: Multi e2term instances

Enable running multiple e2term instances

Issue-ID: RIC-577
Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com>
Change-Id: I4009febd4f0652ba0ebe487d53659d17b182dad6

3 years agoE2T: implement K8S health check 57/4357/1
Fuss, Areli (af732p) [Thu, 9 Jul 2020 09:18:18 +0000 (12:18 +0300)]
E2T: implement K8S health check

Add Readiness and Liveness definitions for e2term

Issue-ID: RIC-356
Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com>
Change-Id: I32ed8fb7c654d5278a6c4821eecc5d99e4a64707

3 years agoAdd configmap to introduce environment variables for alarm manager 20/4320/1
Zhe Huang [Mon, 6 Jul 2020 17:09:38 +0000 (13:09 -0400)]
Add configmap to introduce environment variables for alarm manager

Issue-ID: RIC-529

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: Ie2b32884b68c7070f2d592e52693780dc2093e85

3 years agoMerge "RMR Message Type configurable and added liveness/readiness check for rtmgr"
Lusheng Ji [Mon, 6 Jul 2020 16:21:25 +0000 (16:21 +0000)]
Merge "RMR Message Type configurable and added liveness/readiness check for rtmgr"

3 years agoRMR Message Type configurable and added liveness/readiness check for rtmgr 31/4231/2
wahidw [Thu, 25 Jun 2020 07:36:16 +0000 (07:36 +0000)]
RMR Message Type configurable and added liveness/readiness check for rtmgr

Change-Id: Ife6149efae298da0c7343376d2dec224f70b36b5
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
3 years ago[RIC-570] Fix e2mgr general parameter key name 66/4266/1
Fuss, Areli (af732p) [Mon, 29 Jun 2020 15:31:06 +0000 (18:31 +0300)]
[RIC-570] Fix e2mgr general parameter key name

Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com>
Change-Id: I10361f423063bad01234adb372508cf17a360b90

3 years agoMerge "[RIC-357] R5 - DevOps: E2M to implement K8S healthcheck"
Lusheng Ji [Mon, 29 Jun 2020 14:35:53 +0000 (14:35 +0000)]
Merge "[RIC-357] R5 - DevOps: E2M to implement K8S healthcheck"

3 years ago[RIC-442, RIC-397] - R5: Update globalRicId and add stateChangeMessageChannel in... 29/4229/1
ss412g [Wed, 24 Jun 2020 19:28:21 +0000 (22:28 +0300)]
[RIC-442, RIC-397] - R5: Update globalRicId and add stateChangeMessageChannel in E2M configMap and in example_recipe

Change-Id: I64e840caa8602d1c4a8626757d5c71f7bc8bba43
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
3 years ago[RIC-357] R5 - DevOps: E2M to implement K8S healthcheck 27/4227/1
Fuss, Areli (af732p) [Wed, 24 Jun 2020 16:38:17 +0000 (19:38 +0300)]
[RIC-357] R5 - DevOps: E2M to implement K8S healthcheck

Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com>
Change-Id: I8a65c5a4592addeea436d3f788048ecdff2dc1c4

3 years ago[RIC-464] R5 - DevOps: create script for default general params 60/4160/2
Author Name [Wed, 17 Jun 2020 10:42:40 +0000 (13:42 +0300)]
[RIC-464] R5 - DevOps: create script for default general params

Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com>
Change-Id: If2eadab6af227da20ed8114a3f99932eb1851cf8

3 years agoUse only releeased images in recipe 89/4189/2
Lusheng Ji [Fri, 19 Jun 2020 03:48:14 +0000 (23:48 -0400)]
Use only releeased images in recipe

Change-Id: Ied56c226c24c9f98bf8f4ebb92654cab81c7cca8
Signed-off-by: Lusheng Ji <lji@research.att.com>
3 years agoFix for RIC alarm flow 70/4070/7
Lusheng Ji [Thu, 11 Jun 2020 14:27:19 +0000 (10:27 -0400)]
Fix for RIC alarm flow

Change-Id: I63993075791246983adb343a9a694a710a9bee88
Signed-off-by: Lusheng Ji <lji@research.att.com>
3 years agoMerge "Prevent DBAAS probes from creatign zombie processes"
Lusheng Ji [Thu, 4 Jun 2020 21:10:30 +0000 (21:10 +0000)]
Merge "Prevent DBAAS probes from creatign zombie processes"

3 years agoUpdate pizpub config 85/3985/2
Zhe Huang [Wed, 3 Jun 2020 23:04:11 +0000 (19:04 -0400)]
Update pizpub config

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: Ie4ab62e95c70fefb8345edee9edd5553491968b6

3 years agoPrevent DBAAS probes from creatign zombie processes 01/4001/1
Zhe Huang [Thu, 4 Jun 2020 20:12:29 +0000 (16:12 -0400)]
Prevent DBAAS probes from creatign zombie processes

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I2c9e5392dc204de5cf11c5f5961cb61a66b44422

3 years agoUpdate for Bronze int testing 55/3955/2
Lusheng Ji [Tue, 2 Jun 2020 16:46:28 +0000 (12:46 -0400)]
Update for Bronze int testing

Change-Id: I81c61b6a19f998b525fc42ac22fea3da3793b9ca
Signed-off-by: Lusheng Ji <lji@research.att.com>
3 years agoMerge "Adding License file"
Prabhu K [Thu, 28 May 2020 10:45:46 +0000 (10:45 +0000)]
Merge "Adding License file"

3 years agoUpdate VESPAMGR config 83/3883/1
Zhe Huang [Wed, 27 May 2020 20:42:27 +0000 (16:42 -0400)]
Update VESPAMGR config

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I50039fa83ae1ceeafc37f67cb65c660f0c593444

3 years agoMerge "Update A1 Mediator version to 2.1.9"
Lusheng Ji [Wed, 27 May 2020 11:20:16 +0000 (11:20 +0000)]
Merge "Update A1 Mediator version to 2.1.9"

3 years agoUpdate A1 Mediator version to 2.1.9 67/3867/1
Lott, Christopher (cl778h) [Wed, 27 May 2020 09:43:49 +0000 (05:43 -0400)]
Update A1 Mediator version to 2.1.9

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I2f8850dc5f7768da4c8c3713a7e604e0225d74f4

3 years agoAdding License file 41/3841/1
wahidw [Tue, 26 May 2020 02:40:53 +0000 (02:40 +0000)]
Adding License file

Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I095191dc5b4aada84478eeb9c1835b043016844c

3 years agoAdd support for prometheus 24/3824/3
Zhe Huang [Sat, 23 May 2020 04:00:24 +0000 (00:00 -0400)]
Add support for prometheus

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I0f9487f136b806629e29ca1ee955956a62464820

3 years agoMerge "submgr initial RMR_SEED_RT and use directly binary in container command"
Lusheng Ji [Mon, 18 May 2020 20:33:21 +0000 (20:33 +0000)]
Merge "submgr initial RMR_SEED_RT and use directly binary in container command"

3 years agoremove postgre charts from Kong 37/3737/1
Zhe Huang [Mon, 18 May 2020 18:55:23 +0000 (14:55 -0400)]
remove postgre charts from Kong

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I9250d12844f9c835ed0ecec9f2f1a37e3bb158ac

3 years agoAdd role to allow appmgr to access xApp k8s service 05/3705/1
Zhe Huang [Thu, 14 May 2020 23:49:51 +0000 (19:49 -0400)]
Add role to allow appmgr to access xApp k8s service

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I945d1968f275dcbfb97f8f9394297a6a6343f721

3 years agosubmgr initial RMR_SEED_RT and use directly binary in container command 30/3130/7
Juha Hyttinen [Fri, 3 Apr 2020 07:13:44 +0000 (10:13 +0300)]
submgr initial RMR_SEED_RT and use directly binary in container command

Change-Id: Id2aba8eca8b4d166b7268af4af9c6a71c2859913
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
3 years agochange the KONG container port to match nodeport 03/3603/1
Zhe Huang [Wed, 6 May 2020 21:27:33 +0000 (17:27 -0400)]
change the KONG container port to match nodeport

This patch allows the same port to be used for nodeport and DANM network.

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I14abb7678d2c3704048171724b08af5248eca615

3 years agoMerge "Upgrade A1 Mediator image tag to 2.1.8"
Lusheng Ji [Wed, 6 May 2020 19:36:01 +0000 (19:36 +0000)]
Merge "Upgrade A1 Mediator image tag to 2.1.8"

3 years agoUpgrade A1 Mediator image tag to 2.1.8 18/3518/2
Lott, Christopher (cl778h) [Tue, 28 Apr 2020 17:27:23 +0000 (13:27 -0400)]
Upgrade A1 Mediator image tag to 2.1.8

This image uses RMR version 4.0.2

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I1ecea4f1cea68a068b99fe11a3371afe4baf206a

4 years agoFix minor bug that drops IPv6 routes 20/3520/1
Zhe Huang [Tue, 28 Apr 2020 19:18:47 +0000 (15:18 -0400)]
Fix minor bug that drops IPv6 routes

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I052994522710bcccd1cbe9721258d1b13b4a11f3

4 years agoAdd DANM network support 66/3366/4
Zhe Huang [Mon, 20 Apr 2020 21:32:39 +0000 (17:32 -0400)]
Add DANM network support

This commit allows us to add DANM network definitions in the recipe.
Corresponding RIC component helm charts that support DANM networks will
automatically pick up the network configuration.

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I0a8ab930e0790afe8226683cd932d3bf90a0ccf5

4 years agoupdate how common-templates are prepared 40/3440/1
Zhe Huang [Thu, 23 Apr 2020 19:53:50 +0000 (15:53 -0400)]
update how common-templates are prepared

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I26d4f76fdb0bb02b573ae4f946fb1cf9bccd88a9

4 years agoUpdate deployment scripts and recipe to the latest 98/3398/2
Zhe Huang [Wed, 22 Apr 2020 17:04:47 +0000 (13:04 -0400)]
Update deployment scripts and recipe to the latest

This commit includes the following changes.
*Add automation to create k8s cluster rules needed to deploy platform components
*Disable kernel optimization by default. Add argument option to enable kernel optimization.
*Update recipe with new container versions.

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: Ic3dc04b23cd217949df9e5316637ff076406582c