oom.git
4 years agoSet sdc onboarding volume mount permissions 30/106730/2
MichaelMorris [Tue, 28 Apr 2020 08:34:17 +0000 (09:34 +0100)]
Set sdc onboarding volume mount permissions

Set the permissions of files in the sdc onboarding backend persistent volume for package certs to enable access by the process in the pod which now runs as non-root user (since SDC-2798)

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-2981
Change-Id: I6113f14ca9933e2fec2b565768ed5afbe3c18f21

4 years agoMerge "[APPC] Enable password generation for sdnctl"
Krzysztof Opasiak [Mon, 27 Apr 2020 13:30:47 +0000 (13:30 +0000)]
Merge "[APPC] Enable password generation for sdnctl"

4 years agoMerge "[APPC] Enable password generation for appcctl"
Krzysztof Opasiak [Mon, 27 Apr 2020 13:30:33 +0000 (13:30 +0000)]
Merge "[APPC] Enable password generation for appcctl"

4 years agoUpdate git submodules
James Forsyth [Mon, 27 Apr 2020 13:22:45 +0000 (13:22 +0000)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 2d6141ab8bd7bfe58f5da0483e578032226e7ebb
  - Merge "Use released 1.6.8 container"
  - Use released 1.6.8 container

    Issue-ID: AAI-2883
    Issue-ID: AAI-2593
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: I0dd8217c2fee8596e663d65206f92bc5446f02ea

4 years agoMerge "[CLAMP] use common templates for logs"
Krzysztof Opasiak [Mon, 27 Apr 2020 13:15:51 +0000 (13:15 +0000)]
Merge "[CLAMP] use common templates for logs"

4 years agoMerge "[POLICY] fix: Process also content of pd-pdp"
Sylvain Desbureaux [Mon, 27 Apr 2020 11:27:26 +0000 (11:27 +0000)]
Merge "[POLICY] fix: Process also content of pd-pdp"

4 years agoUpdate git submodules
mrichomme [Mon, 27 Apr 2020 06:41:03 +0000 (08:41 +0200)]
Update git submodules

* Update kubernetes/robot from branch 'master'
  to b73d77ca2e9df3d7300ca85b5593d89a9271d13a
  - Bump teststuite 1.6.0 to OOM Master

    Issue-ID: INT-1558

Signed-off-by: mrichomme <morgan.richomme@orange.com>
    Change-Id: Iaf544043476e03589464d8e47ba4f89f7cbd8e5d

4 years ago[APPC] Enable password generation for sdnctl 08/106608/1
Krzysztof Opasiak [Fri, 24 Apr 2020 17:53:08 +0000 (19:53 +0200)]
[APPC] Enable password generation for sdnctl

Start using auto-generated password for sdnctl db instead of using the
one hardcoded in values.yaml

Issue-ID: OOM-2275
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0a3b526387830d2bf44e88281896d0b87a92ce94

4 years ago[APPC] Enable password generation for appcctl 07/106607/1
Krzysztof Opasiak [Fri, 24 Apr 2020 17:50:48 +0000 (19:50 +0200)]
[APPC] Enable password generation for appcctl

Start using auto-generated password for appcctl db instead of using the
one hardcoded in values.yaml

Issue-ID: OOM-2275
Change-Id: I3884a5b30a47d602b28136f984ebe4492ec43fb2
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
4 years agoMerge "Create ONAP with minimal component count"
Sylvain Desbureaux [Fri, 24 Apr 2020 16:29:49 +0000 (16:29 +0000)]
Merge "Create ONAP with minimal component count"

4 years ago[POLICY] fix: Process also content of pd-pdp 92/106492/2
Krzysztof Opasiak [Thu, 23 Apr 2020 22:14:26 +0000 (00:14 +0200)]
[POLICY] fix: Process also content of pd-pdp

By mistake we've been processing only pe volume but recently we
removed hardcoded passwords also from other files in pe-pdp.

To fix this let's improve our init container and process files in both
volumes.

Issue-ID: POLICY-2516
Change-Id: Id97a64708803b72ab88362ccc5b88970661146e6
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
4 years agoMerge "[DMaaP MR] Remove "lost+found" in kafka PVC"
Krzysztof Opasiak [Thu, 23 Apr 2020 20:41:47 +0000 (20:41 +0000)]
Merge "[DMaaP MR] Remove "lost+found" in kafka PVC"

4 years agoMerge "[POLICY] Remove hardcoded credentials from policy-xacml-pdp"
Krzysztof Opasiak [Thu, 23 Apr 2020 20:37:00 +0000 (20:37 +0000)]
Merge "[POLICY] Remove hardcoded credentials from policy-xacml-pdp"

4 years agoMerge "Update CDS application.properties"
Morgan Richomme [Thu, 23 Apr 2020 14:26:05 +0000 (14:26 +0000)]
Merge "Update CDS application.properties"

4 years agoCreate ONAP with minimal component count 04/106504/1
Lucjan Bryndza [Thu, 23 Apr 2020 13:23:44 +0000 (13:23 +0000)]
Create ONAP with minimal component count

Create onap with minimal component count
Issue-ID: OOM-2385

Change-Id: Idf7b9f517e65274f6a288fde0d0462fd1cd93762
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
4 years ago[DMaaP MR] Remove "lost+found" in kafka PVC 85/106485/1
Sylvain Desbureaux [Thu, 23 Apr 2020 08:19:14 +0000 (10:19 +0200)]
[DMaaP MR] Remove "lost+found" in kafka PVC

When using a storage class, kafka data is set on top of a partition and
then 'lost+found' ext4 folder, which is automatically created, is seen
as a topic but with bad naming.

So we remove this folder in the init script.

Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: If04304326fc5478f791d8290b8ceb39753c59c2f

4 years ago[Sniro] Disable Sniro-emulator in "onap-all" 46/106246/2
Sylvain Desbureaux [Mon, 20 Apr 2020 07:49:15 +0000 (09:49 +0200)]
[Sniro] Disable Sniro-emulator in "onap-all"

Sniro emulator is not a component which will be part of the release.
As such, we don't start it even in "all" ONAP.

Issue-ID: OOM-2372
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib544f93ca51a42cd0b39637c14555cb9a3ecfda0

4 years agoMerge "[POLICY] Remove hardcoded credentials from policy-api"
Krzysztof Opasiak [Wed, 22 Apr 2020 23:42:54 +0000 (23:42 +0000)]
Merge "[POLICY] Remove hardcoded credentials from policy-api"

4 years agoMerge "[POMBA] Disable pomba in "onap-all""
Krzysztof Opasiak [Wed, 22 Apr 2020 22:42:34 +0000 (22:42 +0000)]
Merge "[POMBA] Disable pomba in "onap-all""

4 years agoMerge "[APPC] use common templates for logs"
Krzysztof Opasiak [Wed, 22 Apr 2020 22:42:08 +0000 (22:42 +0000)]
Merge "[APPC] use common templates for logs"

4 years agoMerge "[COMMON] templates for centralized logs"
Krzysztof Opasiak [Wed, 22 Apr 2020 22:40:29 +0000 (22:40 +0000)]
Merge "[COMMON] templates for centralized logs"

4 years ago[POLICY] Remove hardcoded credentials from policy-api 19/105919/4
Dominik Mizyn [Tue, 14 Apr 2020 15:14:42 +0000 (17:14 +0200)]
[POLICY] Remove hardcoded credentials from policy-api

This patch remove hardcoded healthcheck credentials from policy-api.

Issue-ID: OOM-2342
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Change-Id: Ifc12d78fc1f7f00dd1466c32553453f0273661a3

4 years agoUpdate CDS application.properties 60/106460/2
Julien Fontaine [Wed, 22 Apr 2020 17:30:23 +0000 (13:30 -0400)]
Update CDS application.properties

Add property to disable publish audit service
Add property to disable output logs from cmd-exec

Issue-ID: CCSDK-2183
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: Ie64c9110568ebc0ef4ca7fdf75d312dde4a7f893

4 years ago[POLICY] Remove hardcoded credentials from policy-xacml-pdp 23/105923/8
Dominik Mizyn [Tue, 14 Apr 2020 16:20:20 +0000 (18:20 +0200)]
[POLICY] Remove hardcoded credentials from policy-xacml-pdp

This patch remove hardcoded healthcheck credentials from policy-xacml-pdp

Issue-ID: OOM-2342
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Change-Id: I49db16a852412bad79f092232bcd2ba97eac7170

4 years agoMerge "[LOG] Disable log in "onap-all""
Krzysztof Opasiak [Wed, 22 Apr 2020 11:27:54 +0000 (11:27 +0000)]
Merge "[LOG] Disable log in "onap-all""

4 years agoMerge "[DOC] Bump the version of rancher, k8s and helm"
Krzysztof Opasiak [Wed, 22 Apr 2020 11:26:48 +0000 (11:26 +0000)]
Merge "[DOC] Bump the version of rancher, k8s and helm"

4 years agoMerge "[Portal] Move (unused) readinessImage to global"
Krzysztof Opasiak [Wed, 22 Apr 2020 11:24:23 +0000 (11:24 +0000)]
Merge "[Portal] Move (unused) readinessImage to global"

4 years ago[CLAMP] use common templates for logs 07/106407/1
Sylvain Desbureaux [Wed, 22 Apr 2020 08:50:26 +0000 (10:50 +0200)]
[CLAMP] use common templates for logs

Using the common templates for centralized logging.

Issue-ID: OOM-2370
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I4824e11bd2be971d15e3a39510f544d2c36b05fd

4 years ago[APPC] use common templates for logs 06/106406/1
Sylvain Desbureaux [Wed, 22 Apr 2020 08:37:45 +0000 (10:37 +0200)]
[APPC] use common templates for logs

Using the common templates for centralized logging.

Issue-ID: OOM-2370
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib0995b754597da36d06939199738cf93398e796a

4 years ago[COMMON] templates for centralized logs 05/106405/1
Sylvain Desbureaux [Wed, 22 Apr 2020 08:35:14 +0000 (10:35 +0200)]
[COMMON] templates for centralized logs

Add three templates:
 * one for creating the sidecar
 * one for creating the configmap
 * one for creating the volumes

Issue-ID: OOM-2370
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I34ac35a30b3ab892622431ee7c70277bc7b1f41d

4 years agoMerge "Change msb portal page from HTTP to HTTPS port"
Sylvain Desbureaux [Wed, 22 Apr 2020 07:05:28 +0000 (07:05 +0000)]
Merge "Change msb portal page from HTTP to HTTPS port"

4 years agoMerge "Register API to MSB via HTTPS"
Sylvain Desbureaux [Wed, 22 Apr 2020 07:03:38 +0000 (07:03 +0000)]
Merge "Register API to MSB via HTTPS"

4 years agoChange msb portal page from HTTP to HTTPS port 96/106396/1
Huabing Zhao [Wed, 22 Apr 2020 01:21:07 +0000 (09:21 +0800)]
Change msb portal page from HTTP to HTTPS port

Issue-ID: MSB-470
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: Iae21ff6d0adc46838dcc4b0bc7071dd9f858d018

4 years agoMerge "Release Clamp 5.0.4"
Sylvain Desbureaux [Tue, 21 Apr 2020 19:15:15 +0000 (19:15 +0000)]
Merge "Release Clamp 5.0.4"

4 years agoMerge "Update SO API for freeradius_nbi gating test"
Sylvain Desbureaux [Tue, 21 Apr 2020 19:14:16 +0000 (19:14 +0000)]
Merge "Update SO API for freeradius_nbi gating test"

4 years agoRegister API to MSB via HTTPS 17/106317/2
dyh [Tue, 21 Apr 2020 07:37:50 +0000 (15:37 +0800)]
Register API to MSB via HTTPS

Issue-ID: MODELING-291
Change-Id: Ic1472b5263768bdfcae333c75bb37e43d776b538
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
4 years agoMerge "[DOC] First Release Note update"
Krzysztof Opasiak [Mon, 20 Apr 2020 19:50:57 +0000 (19:50 +0000)]
Merge "[DOC] First Release Note update"

4 years agoMerge "[DOC] update list of host to set"
Krzysztof Opasiak [Mon, 20 Apr 2020 19:49:45 +0000 (19:49 +0000)]
Merge "[DOC] update list of host to set"

4 years agoMerge "[POLICY] Use common secret template in pdp"
Krzysztof Opasiak [Mon, 20 Apr 2020 19:44:32 +0000 (19:44 +0000)]
Merge "[POLICY] Use common secret template in pdp"

4 years agoMerge "[Policy] Remove hardcoded credentials from pap"
Krzysztof Opasiak [Mon, 20 Apr 2020 19:43:58 +0000 (19:43 +0000)]
Merge "[Policy] Remove hardcoded credentials from pap"

4 years agoMerge "[DMaaP DR Node] v1.16+ compatible templates"
Krzysztof Opasiak [Mon, 20 Apr 2020 19:43:23 +0000 (19:43 +0000)]
Merge "[DMaaP DR Node] v1.16+ compatible templates"

4 years agoMerge "[COMMON] helm chart for elastic db"
Krzysztof Opasiak [Mon, 20 Apr 2020 19:40:04 +0000 (19:40 +0000)]
Merge "[COMMON] helm chart for elastic db"

4 years agoUpdate git submodules
Venkata Harish Kajur [Mon, 20 Apr 2020 13:43:09 +0000 (13:43 +0000)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 5ae975da2bc5c09318465405a343146a56b42a3a
  - Merge "Update sparky-be cert"
  - Update sparky-be cert

    Issue-ID: AAI-2869
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: I716009d91897f89c6249aa34acef6a5d8d02007b

4 years agoRelease Clamp 5.0.4 78/106278/1
sebdet [Mon, 20 Apr 2020 13:31:37 +0000 (15:31 +0200)]
Release Clamp 5.0.4

Release clamp 5.0.4 containing all the fixes from CLAMP-R6 Sprint 5

Issue-ID: CLAMP-822
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I02cf0de0569f236f56be482a301ef61121c89ffb

4 years ago[DOC] update list of host to set 66/106266/1
Sylvain Desbureaux [Mon, 20 Apr 2020 12:17:16 +0000 (14:17 +0200)]
[DOC] update list of host to set

sdc.workflow.plugin.simpledemo.onap.org was missing in the list

Issue-ID: OOM-1368
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I40374b0302c9fe2729f86a212b185cc1f4351216

4 years ago[DOC] Bump the version of rancher, k8s and helm 64/106264/1
Sylvain Desbureaux [Mon, 20 Apr 2020 11:15:36 +0000 (13:15 +0200)]
[DOC] Bump the version of rancher, k8s and helm

Update the versions on doc to the recommanded ones for Frankfurt.

Issue-ID: OOM-2367
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ie3b3511f01df6f62f98dbb80d15fe0c76de4edf4

4 years ago[Portal] Move (unused) readinessImage to global 56/106256/1
Sylvain Desbureaux [Mon, 20 Apr 2020 10:02:24 +0000 (12:02 +0200)]
[Portal] Move (unused) readinessImage to global

All helm charts in ONAP are setting readinessImage to global part (it
can then be easy to bump version for everybody at once).

Portal Job is not using it and use a local version.
Move to use global one for consistency

Issue-ID: OOM-2373
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I5400ab595773ffc7111bc43f64c48b7c9a4c2dcd

4 years agoUpdate SO API for freeradius_nbi gating test 79/106079/3
aosull01 [Thu, 16 Apr 2020 08:32:43 +0000 (09:32 +0100)]
Update SO API for freeradius_nbi gating test

Issue-ID: EXTAPI-432

Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I6f14ab5ce0efe50db3e0cf0325d78457b886b60e
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years ago[LOG] Disable log in "onap-all" 47/106247/1
Sylvain Desbureaux [Mon, 20 Apr 2020 07:51:25 +0000 (09:51 +0200)]
[LOG] Disable log in "onap-all"

Log is not a component which will be part of the release.
As such, we don't start it even in "all" ONAP.

Issue-ID: OOM-2370
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I0238632a3a62ad7cfeee3656afc74144a6337c46

4 years ago[POMBA] Disable pomba in "onap-all" 44/106244/1
Sylvain Desbureaux [Mon, 20 Apr 2020 07:42:47 +0000 (09:42 +0200)]
[POMBA] Disable pomba in "onap-all"

Pomba is not a component which will be part of the release.
As such, we don't start it even in "all" ONAP.

Issue-ID: OOM-2371
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I400601dee8e65b1c05948e3ccad99e84eb9c9119

4 years agoMerge "Enable robot module in 5G Network Slicing use case override file"
Sylvain Desbureaux [Mon, 20 Apr 2020 07:27:25 +0000 (07:27 +0000)]
Merge "Enable robot module in 5G Network Slicing use case override file"

4 years agoMerge changes I4dc6cf5c,I1ad4da22
Sylvain Desbureaux [Mon, 20 Apr 2020 07:15:03 +0000 (07:15 +0000)]
Merge changes I4dc6cf5c,I1ad4da22

* changes:
  Add HTTPS ceritificate in CLI OOM charts
  Set CLI version to 5.0.4

4 years ago[POLICY] Use common secret template in pdp 84/106084/5
Dominik Mizyn [Thu, 16 Apr 2020 09:21:23 +0000 (11:21 +0200)]
[POLICY] Use common secret template in pdp

Use common secret template in pdp module instead of hardcoding them

For now creds are hardcoded but this will be remove in further commits.

Issue-ID: OOM-2342
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Change-Id: I091e5390c1ef7d98f0c4fb1cb5f6ca2d099e387f

4 years agoMerge "Add repository for cassandra image"
Sylvain Desbureaux [Mon, 20 Apr 2020 07:04:37 +0000 (07:04 +0000)]
Merge "Add repository for cassandra image"

4 years ago[COMMON] helm chart for elastic db 79/101179/23
Alexander Dehn [Wed, 5 Feb 2020 14:38:54 +0000 (14:38 +0000)]
[COMMON] helm chart for elastic db

Add elasticdb as common chart to oom

Issue-ID: SDNC-1061
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: Id8c48113b8d4193d7f13991296f0307a29724c01
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoMerge "[POLICY] legacy PDP healtchcheck removed"
Krzysztof Opasiak [Sun, 19 Apr 2020 07:19:42 +0000 (07:19 +0000)]
Merge "[POLICY] legacy PDP healtchcheck removed"

4 years agoMerge "Update oom with the latest release version for OOF"
Jessica Wagantall [Sat, 18 Apr 2020 00:07:43 +0000 (00:07 +0000)]
Merge "Update oom with the latest release version for OOF"

4 years agoMerge "[AAF] Use common secret in sms preload"
Jessica Wagantall [Fri, 17 Apr 2020 20:41:23 +0000 (20:41 +0000)]
Merge "[AAF] Use common secret in sms preload"

4 years agoUpdate oom with the latest release version for OOF 10/103910/41
Krzysztof Opasiak [Thu, 16 Apr 2020 18:06:50 +0000 (20:06 +0200)]
Update oom with the latest release version for OOF

Fixing the configuration based on comments
Updating osdf common_config.yaml
Separating cmso configuration to a new review
Creating secrets app_key and add substution routine
Fix a typo in has-xx deployment.yaml files
Adding secret.yaml files for all has deployments
Fixing certificates for oof
Helm chart cleanup and unification.
Fixing pdx url and mount path
Unsetting appkey and removing secrets

Change-Id: I6fbdbd7532c73dffeb9fac65d50d3900c85cd87a
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-720
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
4 years ago[POLICY] legacy PDP healtchcheck removed 14/106214/1
jhh [Fri, 17 Apr 2020 19:12:29 +0000 (14:12 -0500)]
[POLICY] legacy PDP healtchcheck removed

It may be causing some flakiness with some healthchecks
passing in OOM builds.   Not sure the root cause, as the
problem happens occassionally, may be a race condition or
something else (legacy PDP and dependent components may
take some time to initialize).

Issue-ID: POLICY-2471
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I8ab7c8c563c1db13b2a99aa8cb6f3c022c625642

4 years ago[Policy] Remove hardcoded credentials from pap 30/105730/4
Dominik Mizyn [Thu, 9 Apr 2020 20:37:00 +0000 (22:37 +0200)]
[Policy] Remove hardcoded credentials from pap

This patch remove hardcoded healthcheck credentials from pap.

Issue-ID: OOM-2342
Change-Id: I8dc2a1b0a84a18215403aabc8ae9b2a25387c3d7
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
4 years agoAdd repository for cassandra image 87/106187/1
afenner [Fri, 17 Apr 2020 11:09:01 +0000 (12:09 +0100)]
Add repository for cassandra image

Change-Id: I287b830f86da0fe0adc440cf9e645f8d244aefe1
Issue-ID: OOM-2368
Signed-off-by: afenner <andrew.fenner@est.tech>
4 years ago[POLICY] Fix in brmsgw template 77/106177/1
Dominik Mizyn [Fri, 17 Apr 2020 08:00:52 +0000 (10:00 +0200)]
[POLICY] Fix in brmsgw template

Double volumeMounts in brmsgw template fix

Issue-ID: OOM-2342
Change-Id: Ia855d18a636b19ee9aafcc8739b8c52260f611c2
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
4 years ago[AAF] Use common secret in sms preload 38/106138/3
Krzysztof Opasiak [Thu, 16 Apr 2020 18:01:05 +0000 (20:01 +0200)]
[AAF] Use common secret in sms preload

Use common secret template and init container to fill config files for
job that preloads secrets to SMS.

Init container is prepared for temporary workaround required by the
OOF team to encrypt passwords before storing them in sms.

The only thing that has to be done is to instead of just assigning for
example:
export AAI_PASS=${AAI_PASS_PLAIN};

do

export AAI_PASS=`awesomeEncryptCommand ${AAI_PASS_PLAIN}`

Issue-ID: OPTFRA-720
Change-Id: I0ada7de0aa8710580ccf51cb9ab0822b81b4f46a
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
4 years agoAdd HTTPS ceritificate in CLI OOM charts 69/106069/6
jitendra sharma [Thu, 16 Apr 2020 06:27:38 +0000 (11:57 +0530)]
Add HTTPS ceritificate in CLI OOM charts

Issue-ID: CLI-265

Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
Change-Id: I4dc6cf5c9f7e8ec913491ea8580f414ab5ca199f

4 years agoSet CLI version to 5.0.4 38/104338/6
Kanagaraj Manickam [Sat, 4 Apr 2020 04:14:19 +0000 (09:44 +0530)]
Set CLI version to 5.0.4

Issue-ID: CLI-255

Change-Id: I1ad4da223a56262db4d86f0ba03a76b3e763d448
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
4 years agoMerge "Update sparky-be server cert"
Krzysztof Opasiak [Thu, 16 Apr 2020 14:29:03 +0000 (14:29 +0000)]
Merge "Update sparky-be server cert"

4 years agoMerge "[Contrib] Add EJBCA Server"
Krzysztof Opasiak [Thu, 16 Apr 2020 13:10:29 +0000 (13:10 +0000)]
Merge "[Contrib] Add EJBCA Server"

4 years ago[POLICY] Use common secret template in brmsgw 91/104991/6
Dominik Mizyn [Thu, 16 Apr 2020 08:41:01 +0000 (10:41 +0200)]
[POLICY] Use common secret template in brmsgw

Use common secret template in brmsgw module instead of hardcoding them in
config map.

For now creds are hardcoded but this will be remove in further commits.

Issue-ID: OOM-2342
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Change-Id: Ic6ea25004d87d993b40df838dd30a71e25386b2c

4 years ago[DMaaP DR Node] v1.16+ compatible templates 68/104168/16
Sylvain Desbureaux [Mon, 23 Mar 2020 15:48:20 +0000 (16:48 +0100)]
[DMaaP DR Node] v1.16+ compatible templates

Use the different "common" templates in order to create consistent and
v1.16+ compatible templates for the different resources of DMaaP DR
Node.

Issue-ID: OOM-1971
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I399b168882d09bd8f08148758a0f683e15ac141c

4 years agoEnable robot module in 5G Network Slicing use case override file 72/106072/1
zhangqingjie [Thu, 16 Apr 2020 06:44:23 +0000 (14:44 +0800)]
Enable robot module in 5G Network Slicing use case override file

Issue-ID: OOM-2365

Signed-off-by: zhangqingjie <zhangqingjie@huawei.com>
Change-Id: I18b1c3198c669e7a7bda368f8d9ce8ba5790555b

4 years ago[DOC] First Release Note update 70/106070/1
Sylvain Desbureaux [Thu, 16 Apr 2020 06:43:08 +0000 (08:43 +0200)]
[DOC] First Release Note update

Issue-ID: OOM-2075
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I634ade031aa95f9c79abad8f1f59015085ebc525

4 years agoUpdate git submodules
Brian Freeman [Thu, 16 Apr 2020 06:39:40 +0000 (01:39 -0500)]
Update git submodules

* Update kubernetes/robot from branch 'master'
  to 431689c7879a92be54477f13f8e39908db5f07f2
  - Handle less than /16 oam network

    Matching changes in testsuite and demo

    Issue-ID: INT-1527
    Change-Id: Iac7cdb735c4544e0d6bc79c444ba9de32b79fc32
Signed-off-by: Brian Freeman <bf1936@att.com>
4 years agoMerge "[POLICY] legacy pdp health + new image versions"
Sylvain Desbureaux [Thu, 16 Apr 2020 06:13:18 +0000 (06:13 +0000)]
Merge "[POLICY] legacy pdp health + new image versions"

4 years agoMerge "[DOC] Update documentation for Frankfurt"
Krzysztof Opasiak [Wed, 15 Apr 2020 22:37:45 +0000 (22:37 +0000)]
Merge "[DOC] Update documentation for Frankfurt"

4 years ago[POLICY] legacy pdp health + new image versions 33/105733/2
jhh [Thu, 9 Apr 2020 21:35:50 +0000 (16:35 -0500)]
[POLICY] legacy pdp health + new image versions

Issue-ID: POLICY-2471
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia05d2c52e99757dafff4ac8bbcc7ef4269734707
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
4 years ago[DOC] Update documentation for Frankfurt 41/105141/2
Sylvain Desbureaux [Mon, 6 Apr 2020 11:39:49 +0000 (13:39 +0200)]
[DOC] Update documentation for Frankfurt

Initial documentation update with the following changes:

* Remove last old release references
* Explain the "masterPassword" mandatory parameter

Issue-ID: OOM-2324
Issue-ID: OOM-1960
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib3b1ba7c585c7e27793329ec5eb43d797e23da99

4 years agoUpdate sparky-be server cert 31/106031/1
Jimmy Forsyth [Wed, 15 Apr 2020 15:47:17 +0000 (11:47 -0400)]
Update sparky-be server cert

Issue-ID: AAI-2869
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I4a4b5f05ae149149137369cfb588b1c27e156281

4 years agoMerge "Add APPC to cert table"
Sylvain Desbureaux [Wed, 15 Apr 2020 12:41:19 +0000 (12:41 +0000)]
Merge "Add APPC to cert table"

4 years ago[Contrib] Add EJBCA Server 59/105259/9
Sylvain Desbureaux [Tue, 7 Apr 2020 12:52:20 +0000 (14:52 +0200)]
[Contrib] Add EJBCA Server

EJBCA Server is used to test that CMPv2 Certificate handling is well
done in ONAP.

Issue-ID: AAF-1083
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I5e2d25b68b5cd80d3c7bf282ce871dd81e711ff6

4 years agoMerge "[COMMON] Remove hardcoded mariadb-galera password"
Sylvain Desbureaux [Wed, 15 Apr 2020 08:50:46 +0000 (08:50 +0000)]
Merge "[COMMON] Remove hardcoded mariadb-galera password"

4 years agoMerge "Updated SDNC version"
Sylvain Desbureaux [Wed, 15 Apr 2020 06:49:52 +0000 (06:49 +0000)]
Merge "Updated SDNC version"

4 years agoUpdate VFC nslcm & vnflcm & gvnfm component version to 1.3.9 77/105977/1
yangyan [Wed, 15 Apr 2020 01:31:32 +0000 (09:31 +0800)]
Update VFC nslcm & vnflcm & gvnfm  component version to 1.3.9

Change-Id: I7f432f2db6df8912b874a2bd11c0424ea9e2389d
Issue-ID: VFC-1644
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoMerge "[COMMON] Allow use of second Node Port Prefix"
Krzysztof Opasiak [Tue, 14 Apr 2020 23:05:49 +0000 (23:05 +0000)]
Merge "[COMMON] Allow use of second Node Port Prefix"

4 years agoMerge "test DMaaP connection via https"
Krzysztof Opasiak [Tue, 14 Apr 2020 21:09:00 +0000 (21:09 +0000)]
Merge "test DMaaP connection via https"

4 years agoMerge "Update Portal with release artifacts"
Sylvain Desbureaux [Tue, 14 Apr 2020 14:36:50 +0000 (14:36 +0000)]
Merge "Update Portal with release artifacts"

4 years ago[COMMON] Allow use of second Node Port Prefix 27/104227/11
Sylvain Desbureaux [Tue, 24 Mar 2020 08:22:22 +0000 (09:22 +0100)]
[COMMON] Allow use of second Node Port Prefix

OOM uses two node port prefix.
Templates were not able to use the second one.
This patch allows templates to use the second node port prefix and also
to override on a per chart basis the value of the node port prefix.

Issue-ID: OOM-1971
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I05f43e3dad93d6f0fbf575657ea41082e7c91053

4 years agoMerge "Add dmaap-listener prop files"
Krzysztof Opasiak [Tue, 14 Apr 2020 13:52:14 +0000 (13:52 +0000)]
Merge "Add dmaap-listener prop files"

4 years agoUpdate git submodules
Morgan Richomme [Tue, 14 Apr 2020 13:28:58 +0000 (13:28 +0000)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 0c4cd899d53538202c23030ab278984897aede94
  - Merge "Use released schema-service 1.6.7 container"
  - Use released schema-service 1.6.7 container

    Issue-ID: AAI-2838
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: Id996c09778a2209ed938cca4b64876e6221210d3

4 years agoAdd APPC to cert table 15/105915/1
Taka Cho [Tue, 14 Apr 2020 13:16:31 +0000 (09:16 -0400)]
Add APPC to cert table

AAF client cert moved to APPC
Helm chart, hence I added APPC
portion to the table

Issue-ID: APPC-1862
Change-Id: Ib84a66bbca8d818c36cfd9258d0dfbc1000f1265
Signed-off-by: Taka Cho <takamune.cho@att.com>
4 years agotest DMaaP connection via https 43/105643/2
aosull01 [Thu, 9 Apr 2020 10:05:30 +0000 (11:05 +0100)]
test DMaaP connection via https

Issue-ID: EXTAPI-427

Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I2a35284b9de2153b473b4bdde1d77be6a015b620

4 years ago[COMMON] Remove hardcoded mariadb-galera password 16/104916/8
Krzysztof Opasiak [Wed, 1 Apr 2020 20:44:44 +0000 (22:44 +0200)]
[COMMON] Remove hardcoded mariadb-galera password

The time has come! All ONAP charts use now common secret template at
least for the mariadb-galera root password (and most of them also for
user part). This means that it should be now safe to remove hardcoded
mariadb-galera root password and depend on common secret template to
generate it for every deployment.

No more secretpassword!:D

Issue-ID: OOM-2342
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib9d8bbcc45bfd85a4d762c716c03dba23d901009

4 years agoMerge "[POLICY] Use common secret template in whole policy module"
Krzysztof Opasiak [Tue, 14 Apr 2020 08:37:12 +0000 (08:37 +0000)]
Merge "[POLICY] Use common secret template in whole policy module"

4 years agoMerge "Addressed openstack override file missing requestDB endpoint"
Sylvain Desbureaux [Tue, 14 Apr 2020 06:41:42 +0000 (06:41 +0000)]
Merge "Addressed openstack override file missing requestDB endpoint"

4 years agoMerge "dcae version revision"
Sylvain Desbureaux [Tue, 14 Apr 2020 06:39:46 +0000 (06:39 +0000)]
Merge "dcae version revision"

4 years agoUpdate Portal with release artifacts 76/105876/1
statta [Mon, 13 Apr 2020 22:47:10 +0000 (18:47 -0400)]
Update Portal with release artifacts

Issue-ID: PORTAL-842
Signed-off-by: statta <statta@research.att.com>
Change-Id: I240051c30b1b71c6e7fc47bdaebe36bc519dd3fb

4 years agoUpdated SDNC version 47/105847/1
Dan Timoney [Mon, 13 Apr 2020 15:47:06 +0000 (11:47 -0400)]
Updated SDNC version

Update to use version 1.8.1 of SDNC images, which contain
fix for SDNC-1145 (pods still running as root)

Issue-ID: SDNC-1145
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie596e45958d926e4742b688eec48b887326ddb60

4 years ago[POLICY] Use common secret template in whole policy module 15/104915/10
Krzysztof Opasiak [Wed, 1 Apr 2020 20:33:58 +0000 (22:33 +0200)]
[POLICY] Use common secret template in whole policy module

All subcharts are ready so now we can remove hardcoded mariadb
credentials in policy module and depend on common secret chart to
generate them for us at the deployment time.

Issue-ID: OOM-2342
Change-Id: I84bfc30511312be0b2e614ddff4676f36d85619b
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
4 years agoMerge "Automation adds oom_project_description.rst"
Sylvain Desbureaux [Fri, 10 Apr 2020 16:11:13 +0000 (16:11 +0000)]
Merge "Automation adds oom_project_description.rst"

4 years agoAddressed openstack override file missing requestDB endpoint 40/105740/1
Ramesh Parthasarathy [Fri, 10 Apr 2020 00:20:50 +0000 (00:20 +0000)]
Addressed openstack override file missing requestDB endpoint

integration team reported that openstack is missing request db
adapter endpoint from override file. This has been addressed here.

Issue-ID: SO-2801
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: I1f67575fbea813587ec83c7ff88bc294c09eef71