oom.git
2 years agoMerge "[DCAEGEN2] Deploy DCAEGEN2-Slice Analysis Microservices to Helm"
Sylvain Desbureaux [Wed, 16 Jun 2021 06:34:34 +0000 (06:34 +0000)]
Merge "[DCAEGEN2] Deploy DCAEGEN2-Slice Analysis Microservices to Helm"

2 years agoMerge "[DCAE] Push/pull DCAE sub-component charts from local repo"
Sylvain Desbureaux [Tue, 15 Jun 2021 15:18:44 +0000 (15:18 +0000)]
Merge "[DCAE] Push/pull DCAE sub-component charts from local repo"

2 years agoMerge "[COMMON] Fix docker-registry-key empty creds"
Sylvain Desbureaux [Tue, 15 Jun 2021 15:11:33 +0000 (15:11 +0000)]
Merge "[COMMON] Fix docker-registry-key empty creds"

2 years agoMerge "[PMS] Persistent storage of policies and type definitions"
Sylvain Desbureaux [Tue, 15 Jun 2021 14:59:05 +0000 (14:59 +0000)]
Merge "[PMS] Persistent storage of policies and type definitions"

2 years agoMerge "[COMMON] Get rid of "x-hack" in shell scripts"
Sylvain Desbureaux [Tue, 15 Jun 2021 14:57:53 +0000 (14:57 +0000)]
Merge "[COMMON] Get rid of "x-hack" in shell scripts"

2 years ago[DCAEGEN2] Deploy DCAEGEN2-Slice Analysis Microservices to Helm 34/121534/9
denilson.l65 [Tue, 25 May 2021 13:54:50 +0000 (13:54 +0000)]
[DCAEGEN2] Deploy DCAEGEN2-Slice Analysis Microservices to Helm

DCAE Helm Transformation (Phase-2)

Issue-ID: DCAEGEN2-2763
Signed-off-by: denilson.l65 <denilson.l65@wipro.com>
Change-Id: Ibffd469bde1dd12bbcd682164dc9db8469b900f5

2 years ago[DCAE] Push/pull DCAE sub-component charts from local repo 09/121509/14
Vijay Venkatesh Kumar [Sat, 22 May 2021 01:31:18 +0000 (01:31 +0000)]
[DCAE] Push/pull DCAE sub-component charts from local repo

Enable DCAEcommon and subcomponent charts package push/pull
to support standalone deployment for each component

Added delay to avoid race condition

Change-Id: I1a0bf08a6625d2d97078cd635a2bb42da629cce6
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2781
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2 years ago[COMMON] Fix docker-registry-key empty creds 82/121882/1
Satoshi Fujii [Fri, 11 Jun 2021 17:29:42 +0000 (17:29 +0000)]
[COMMON] Fix docker-registry-key empty creds

When image repository does not allow anonymous pull, image pull
failed due to empty credentials in docker-registry-key secret.

This change fixes _repository.tpl repository generator to refer to
.global.repositoryCred in override.yaml .

Issue-ID: OOM-2767
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Change-Id: I3cd7eabcdda547e99e0461767a0451dc1e51132b

2 years ago[PMS] Persistent storage of policies and type definitions 50/121050/17
PatrikBuhr [Fri, 30 Apr 2021 13:12:51 +0000 (15:12 +0200)]
[PMS] Persistent storage of policies and type definitions

Improvements:
 - Using common metadata for the PV and the PVC.
 - Changed the deployment to a stateful set.

Even Deployments with one replica using ReadWriteOnce volume
are not recommended. This is because the default Deployment
strategy creates a second Pod before bringing down the first Pod
on a recreate. The Deployment may fail in deadlock as the
second Pod can't start because the ReadWriteOnce volume is
already in use, and the first Pod won't be removed because
the second Pod has not yet started.
Instead, use a StatefulSet with ReadWriteOnce volumes.

Change-Id: If3477be43eee5348a9142cceb832bbb2bf9d6017
Issue-ID: CCSDK-3256
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2 years agoMerge "[CDS] Update chart with service account"
Sylvain Desbureaux [Fri, 11 Jun 2021 06:13:54 +0000 (06:13 +0000)]
Merge "[CDS] Update chart with service account"

2 years agoMerge "[SO] Update chart with service account"
Sylvain Desbureaux [Fri, 11 Jun 2021 06:11:38 +0000 (06:11 +0000)]
Merge "[SO] Update chart with service account"

2 years agoMerge "[COMMON][DGBUILDER] Update chart with service account"
Sylvain Desbureaux [Fri, 11 Jun 2021 06:11:02 +0000 (06:11 +0000)]
Merge "[COMMON][DGBUILDER] Update chart with service account"

2 years agoMerge "[SDC] Update chart with service account"
Sylvain Desbureaux [Fri, 11 Jun 2021 06:09:23 +0000 (06:09 +0000)]
Merge "[SDC] Update chart with service account"

2 years agoMerge "[DCAEGEN2] Fix OpenAPI schemas path"
Sylvain Desbureaux [Thu, 10 Jun 2021 19:57:55 +0000 (19:57 +0000)]
Merge "[DCAEGEN2] Fix OpenAPI schemas path"

2 years agoMerge "[COMMON] Remove CertService client mechanism"
Sylvain Desbureaux [Thu, 10 Jun 2021 19:56:27 +0000 (19:56 +0000)]
Merge "[COMMON] Remove CertService client mechanism"

2 years ago[SDC] Update chart with service account 23/120223/17
farida azmy [Tue, 6 Apr 2021 10:33:31 +0000 (12:33 +0200)]
[SDC] Update chart with service account

Add service account to requirements.yaml, values.yaml and deployment/statefulset

Issue-ID: OOM-2717
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: I57a398865c2dea8dd5989dc2e9d80843bfabd3b5

2 years ago[COMMON][DGBUILDER] Update chart with service account 75/120275/12
farida azmy [Wed, 7 Apr 2021 15:07:09 +0000 (17:07 +0200)]
[COMMON][DGBUILDER] Update chart with service account

Add service account to requirements.yaml, values.yaml and deployment/statefulset

Issue-ID: OOM-2720
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: Iefe02cad5b2069879d043d17465f248f1f731519

2 years ago[SO] Update chart with service account 66/120266/10
farida azmy [Tue, 6 Apr 2021 13:25:15 +0000 (15:25 +0200)]
[SO] Update chart with service account

Add service account to requirements.yaml, values.yaml and
deployment/statefulset

Issue-ID: OOM-2718
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: Ic17b8d9307216a7feeceefe6a1e6f0fe4839a637

2 years ago[CDS] Update chart with service account 63/120363/3
farida azmy [Fri, 9 Apr 2021 12:18:14 +0000 (14:18 +0200)]
[CDS] Update chart with service account

Add service account to requirements.yaml, values.yaml and deployment/statefulset

Issue-ID: OOM-2723
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: Ic254ec1865501bab90f47d07a37b230c228a7446

2 years agoMerge "[CCSDK] Fix pnf-reg and fault message lost"
Sylvain Desbureaux [Thu, 10 Jun 2021 19:46:56 +0000 (19:46 +0000)]
Merge "[CCSDK] Fix pnf-reg and fault message lost"

2 years ago[DCAEGEN2] Fix OpenAPI schemas path 88/121788/2
Michal Banka [Thu, 10 Jun 2021 07:34:53 +0000 (09:34 +0200)]
[DCAEGEN2] Fix OpenAPI schemas path

Fixed typo in path to resources where schemas are located

Signed-off-by: Michal Banka <michal.banka@nokia.com>
Change-Id: I41d938b8211bd0fcd3a1012161c6a7d03da56029
Issue-ID: DCAEGEN2-2690

2 years ago[COMMON] Remove CertService client mechanism 12/121612/6
Piotr Marcinkiewicz [Tue, 1 Jun 2021 10:36:13 +0000 (12:36 +0200)]
[COMMON] Remove CertService client mechanism

- Remove cmpv2Certificate chart in order to deprecate CertService
client mechanism.
- Remove CertServiceClient init containers in SDNC.
- Replace CMPv2CertManagerIntegration with cmpv2Enabled flag

Issue-ID: OOM-2744
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I8c818fcf64a029552c8833f68b6ae95fad379c8d

2 years agoMerge "[DCAEGEN2] Add new OpenAPI schemas configmap"
Sylvain Desbureaux [Wed, 2 Jun 2021 08:37:27 +0000 (08:37 +0000)]
Merge "[DCAEGEN2] Add new OpenAPI schemas configmap"

2 years agoMerge "[DCAEGEN2] Update tca-gen2 to 1.3.0"
Sylvain Desbureaux [Wed, 2 Jun 2021 08:37:18 +0000 (08:37 +0000)]
Merge "[DCAEGEN2] Update tca-gen2 to 1.3.0"

2 years agoMerge changes I44c8b60c,I0cb6d383
Sylvain Desbureaux [Wed, 2 Jun 2021 08:07:51 +0000 (08:07 +0000)]
Merge changes I44c8b60c,I0cb6d383

* changes:
  [OOF] Update HAS charts to use etcd
  [COMMON][ETCD-INIT] Add etcd-init chart

2 years ago[COMMON] Get rid of "x-hack" in shell scripts 05/121005/3
Guillaume Lambert [Thu, 29 Apr 2021 12:12:24 +0000 (14:12 +0200)]
[COMMON] Get rid of "x-hack" in shell scripts

$ find . -name *.sh -print |xargs grep -l '"x'| xargs sed -i 's/"x/"/g'

The "x-hack" is a historical workaround for some old UNIX shells with
buggy condition comparison code. None of them is still used today.
Recent POSIX specifications now guarantee it should work without it
in any modern POSIX shell.

More details at
https://www.vidarholen.net/contents/blog/?p=1035
https://github.com/koalaman/shellcheck/wiki/SC2268

Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ic01bbc5faee9492dba5b5d4dea0f659540da2c24

2 years ago[CCSDK] Fix pnf-reg and fault message lost 08/121608/1
Satoshi Fujii [Tue, 1 Jun 2021 09:33:24 +0000 (09:33 +0000)]
[CCSDK] Fix pnf-reg and fault message lost

CCSDK mountpoint-registrar bundle consumes SEC_FAULT_OUTPUT and
VES_PNFREG_OUTPUT DMaaP topics.
Currently dmaap timeout is set to 50000, which is much longer than
jersey.config.client.readTimeout=25000. The bundle is giving up
connection before dmaap timeout and that could cause message lost
if message arrived after client timeout.

This change remove the inappropriate timeout value from
the property file so that the bundle uses default timeout value
defined in java class.

Issue-ID: CCSDK-3320
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Change-Id: I638af7c1f737b0904cb21c8121f2a08b2737d94b

2 years agoMerge "[DCAEGEN2] Update CMPv2 certs usage in dcaegen2-services"
Sylvain Desbureaux [Fri, 28 May 2021 19:52:04 +0000 (19:52 +0000)]
Merge "[DCAEGEN2] Update CMPv2 certs usage in dcaegen2-services"

2 years agoMerge "[SDC] Update SDC to 1.9.0"
Sylvain Desbureaux [Fri, 28 May 2021 19:51:13 +0000 (19:51 +0000)]
Merge "[SDC] Update SDC to 1.9.0"

2 years ago[OOF] Update HAS charts to use etcd 02/121402/9
krishnaa96 [Tue, 18 May 2021 13:22:56 +0000 (18:52 +0530)]
[OOF] Update HAS charts to use etcd

- Add etcd as a subchart
- Add configuration to switch between
  etcd and music
- Remove onboard and healthcheck jobs

Issue-ID: OPTFRA-953
Signed-off-by: Krishna moorthy <krishna.moorthy6@wipro.com>
Change-Id: I44c8b60c3bdb0282329b6f87c5011093055ea91f

2 years agoMerge "[DCAE] Add secrets as envs to application container in dcaegen2"
Sylvain Desbureaux [Fri, 28 May 2021 14:31:58 +0000 (14:31 +0000)]
Merge "[DCAE] Add secrets as envs to application container in dcaegen2"

2 years ago[COMMON][ETCD-INIT] Add etcd-init chart 56/121256/10
krishnaa96 [Tue, 11 May 2021 12:59:49 +0000 (18:29 +0530)]
[COMMON][ETCD-INIT] Add etcd-init chart

- etcd-init chart will provision the users
and roles in a running etcd instance

- Change etcd container name for readiness
init container to work

Issue-ID: OOM-2746
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I0cb6d3830b0048c4d70f381815bd3f858ec31ae7

2 years ago[SDC] Update SDC to 1.9.0 63/120763/11
Joanna Jeremicz [Wed, 21 Apr 2021 12:31:29 +0000 (14:31 +0200)]
[SDC] Update SDC to 1.9.0

- Add variables and default values needed for communication
between SDC and helm-validator microservice.
- Correct jetty paths
- Update SDC to 1.9.0.

Issue-ID: SDC-3185
Change-Id: Id054124a9f5e183597acbc81df79535aff517a1f
Signed-off-by: xuegao <xue.gao@intl.att.com>
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2 years agoMerge "[COMMON] Fix condition bracket bashisms - step 2"
Krzysztof Opasiak [Wed, 26 May 2021 06:56:47 +0000 (06:56 +0000)]
Merge "[COMMON] Fix condition bracket bashisms - step 2"

2 years agoMerge "[COMMON] Fix condition bracket bashisms - step 1"
Krzysztof Opasiak [Wed, 26 May 2021 06:56:35 +0000 (06:56 +0000)]
Merge "[COMMON] Fix condition bracket bashisms - step 1"

2 years ago[DCAEGEN2] Update tca-gen2 to 1.3.0 64/121464/3
Remigiusz Janeczek [Thu, 20 May 2021 18:13:04 +0000 (20:13 +0200)]
[DCAEGEN2] Update tca-gen2 to 1.3.0

Updates:
- Vulnerabilities removal
- Change openjdk baseOS img to integration-java11.

Issue-ID: DCAEGEN2-2590
Issue-ID: DCAEGEN2-2654
Issue-ID: INT-1864
Issue-ID: DCAEGEN2-2420
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ie63a0feb4a9edc9ed0883a21ef9a906ed84f263a

2 years ago[DCAE] Add secrets as envs to application container in dcaegen2 09/121409/7
Bartosz Gardziejewski [Wed, 19 May 2021 06:05:00 +0000 (08:05 +0200)]
[DCAE] Add secrets as envs to application container in dcaegen2

Mount app-config-input configmap directly to app container.

Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I50d80adcb87e86241876c9bab669739cb3d9c10c
Issue-ID: DCAEGEN2-2630

2 years ago[POLICY] Remove invalid SAN entries in AAF certs 31/121531/2
jhh [Tue, 25 May 2021 12:41:38 +0000 (07:41 -0500)]
[POLICY] Remove invalid SAN entries in AAF certs

Discarded obsolete service names (brmsgw, pap, pdp that refer
to the deprecated policy engine) and updated service name
for drools.

Issue-ID: POLICY-3327
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ifeceabb594c2d1b9cbdf90ca45cf0be5d6aed875
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2 years ago[DCAEGEN2] Add new OpenAPI schemas configmap 23/121223/7
Michal Banka [Mon, 10 May 2021 09:00:39 +0000 (11:00 +0200)]
[DCAEGEN2] Add new OpenAPI schemas configmap

- Added ConfigMap with 3gpp SA91-Rel16 OpenAPI schemas
- Moved ConfigMaps from 'dcaegen2' chart to 'dcaegen2-services'
- Removed old SA88-Rel16 OpenAPI schemas

Signed-off-by: Michal Banka <michal.banka@nokia.com>
Change-Id: Ibae0786c7d5e498aa076186a580a268913a57692
Issue-ID: DCAEGEN2-2690

2 years agoMerge "[COMMON] Change import-custom-cert from bash to sh"
Sylvain Desbureaux [Fri, 21 May 2021 13:15:31 +0000 (13:15 +0000)]
Merge "[COMMON] Change import-custom-cert from bash to sh"

2 years agoMerge "[COMMON] Enhance ONAP common-service template - add IPv4/IPv6 support"
Sylvain Desbureaux [Fri, 21 May 2021 13:14:35 +0000 (13:14 +0000)]
Merge "[COMMON] Enhance ONAP common-service template - add IPv4/IPv6 support"

2 years agoMerge "[DCAEGEN2] Upgrade vescollector to 1.9.2"
Sylvain Desbureaux [Fri, 21 May 2021 13:13:32 +0000 (13:13 +0000)]
Merge "[DCAEGEN2] Upgrade vescollector to 1.9.2"

2 years agoMerge "[SO] Adding "update" to the list of supported operations"
Sylvain Desbureaux [Fri, 21 May 2021 13:11:39 +0000 (13:11 +0000)]
Merge "[SO] Adding "update" to the list of supported operations"

2 years ago[DCAEGEN2] Update CMPv2 certs usage in dcaegen2-services 63/121463/2
Remigiusz Janeczek [Thu, 20 May 2021 17:39:44 +0000 (19:39 +0200)]
[DCAEGEN2] Update CMPv2 certs usage in dcaegen2-services

Updates:
- Add microservice specific flag to determine if CMPv2
should be used
- Add function to check if CMPv2 parts should be included

Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Issue-ID: DCAEGEN2-2630
Change-Id: If81c50c6029aafef40fa91c5295ad8ad24f953d3

2 years ago[COMMON] Change import-custom-cert from bash to sh 15/121415/2
a.sreekumar [Wed, 19 May 2021 11:52:14 +0000 (12:52 +0100)]
[COMMON] Change import-custom-cert from bash to sh

As part of removing GPLv3 license, policy components have moved from
bash to sh. This change is required in import-custom-certs script so
that custom certificates can be imported into components that try to
import them. Without this change, the init containers of the
components will just fail.

Change-Id: I6c5028428d4cd7c8baf3e96cb16a3cd91db57f9e
Issue-ID: POLICY-3232
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2 years ago[SO] Adding "update" to the list of supported operations 51/121351/3
Hesam Rahimi [Thu, 13 May 2021 21:04:15 +0000 (21:04 +0000)]
[SO] Adding "update" to the list of supported operations

Update operation was missing for vnf-topology-operation in
generic-resource-api. This "update" operation is needed to
support the "modify" Trnasport Slice use-case of CCVPN.

Issue-ID: OOM-2750
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I3c36abf5d7f674abc8392b20b3c374f70bf2a520

2 years ago[COMMON] Enhance ONAP common-service template - add IPv4/IPv6 support 69/121369/8
Ubuntu [Fri, 14 May 2021 09:02:30 +0000 (09:02 +0000)]
[COMMON] Enhance ONAP common-service template - add IPv4/IPv6 support

Generic change for all common services by adding ipFamilyPolicy field.
Dual Stack service exposure will be provided depending on k8s version (v1.20+).

Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com>
Issue-ID: OOM-2749
Change-Id: Ia7236705010e625c19a22e42ec9a02c9f75a0ec5

2 years agoMerge "[SDNC] Fix SDNC charts to make it work with aaf disabled"
Sylvain Desbureaux [Wed, 19 May 2021 08:30:33 +0000 (08:30 +0000)]
Merge "[SDNC] Fix SDNC charts to make it work with aaf disabled"

2 years ago[DCAEGEN2] Upgrade vescollector to 1.9.2 50/120150/7
Maciej Malewski [Fri, 2 Apr 2021 06:31:28 +0000 (08:31 +0200)]
[DCAEGEN2] Upgrade vescollector to 1.9.2

Removed unnecessary dependencies:
 json-simple
 unirest-java
 commons-collections
 junit-jupiter
 mockito-junit-jupiter
 jimfs
 wiremock-standalone
 spring-security-test
 functionaljava

Issue-ID: DCAEGEN2-2682
Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
Change-Id: Ic0986996d687ec02aca1f13a31194ca77e3cdff2

2 years agoMerge "[MULTICLOUD] Bump multicloud-k8s image to 0.8.2"
Sylvain Desbureaux [Wed, 19 May 2021 05:48:17 +0000 (05:48 +0000)]
Merge "[MULTICLOUD] Bump multicloud-k8s image to 0.8.2"

2 years agoMerge "[DCAEGEN2] Deploy DCAEGEN2-PMSH Microservices to Helm"
Sylvain Desbureaux [Mon, 17 May 2021 15:45:45 +0000 (15:45 +0000)]
Merge "[DCAEGEN2] Deploy DCAEGEN2-PMSH Microservices to Helm"

2 years ago[MULTICLOUD] Bump multicloud-k8s image to 0.8.2 26/121326/4
Konrad Bańka [Wed, 12 May 2021 19:39:28 +0000 (21:39 +0200)]
[MULTICLOUD] Bump multicloud-k8s image to 0.8.2

Update k8splugin with version based on Helm3 libraries

Issue-ID: MULTICLOUD-1295
Issue-ID: MULTICLOUD-1338
Issue-ID: MULTICLOUD-1348
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I793ccc0366fc061c5f0cb1e580e805de70b3d88a

2 years agoMerge "[DCAE] Bump up to Dashboard 1.4.3"
Sylvain Desbureaux [Mon, 17 May 2021 12:47:40 +0000 (12:47 +0000)]
Merge "[DCAE] Bump up to Dashboard 1.4.3"

2 years ago[SDNC] Fix SDNC charts to make it work with aaf disabled 38/121338/2
Marat Salakhutdinov [Thu, 13 May 2021 14:47:39 +0000 (10:47 -0400)]
[SDNC] Fix SDNC charts to make it work with aaf disabled

Fix SDNC service template to make it work with aaf disabled.

Issue-ID: OOM-2748
Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca>
Change-Id: Ic0ac6bcb12cfc86d7b338da21d621e35e94b03c0

2 years agoMerge "[SDNC] Install latest service release (SR3) of OpenDaylight Aluminum"
Sylvain Desbureaux [Mon, 17 May 2021 12:44:26 +0000 (12:44 +0000)]
Merge "[SDNC] Install latest service release (SR3) of OpenDaylight Aluminum"

2 years ago[COMMON] Fix condition bracket bashisms - step 2 14/120914/4
Guillaume Lambert [Mon, 26 Apr 2021 19:48:38 +0000 (21:48 +0200)]
[COMMON] Fix condition bracket bashisms - step 2

pointed out by checkbashisms

$ mycmd=$(tox -e checkbashisms
| grep '(\[\[ foo \]\] should be \[ foo \])'
| sed -e "s@^[^.]*\(.[^ ]*\) line \([0-9]*\) .*@sed -i '\2s/\\\[\\\[\\\(
[^]]*\\\)\\\]\\\]/[\\\1]/g' \1;@")

$ eval $mycmd

plus fix manually quoting hells induced and bash specific regex
and multi-conditions

Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ia9626256b5efc837ba12b25d351c8d8a0ba75fb4

2 years ago[COMMON] Fix condition bracket bashisms - step 1 98/118998/13
Guillaume Lambert [Mon, 26 Apr 2021 19:46:56 +0000 (21:46 +0200)]
[COMMON] Fix condition bracket bashisms - step 1

pointed out by checkbashisms

$ mycmd=$(tox -e checkbashisms
| grep '(\[\[ foo \]\] should be \[ foo \])'
| sed -e "s@^[^.]*\(.[^ ]*\) line \([0-9]*\) .*@sed -i '\2s/\\\[\\\[\\\(
[^]]*\\\)\\\]\\\]/[\\\1]/g' \1;@")

$ eval $mycmd

plus fix manually quoting hells induced and bash specific regex
and multi-conditions

Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ie7ca5b71938fae22c200b7fead418618160fbe19

2 years ago[DCAE] Bump up to Dashboard 1.4.3 91/121091/13
vv770d [Tue, 4 May 2021 20:59:28 +0000 (20:59 +0000)]
[DCAE] Bump up to Dashboard 1.4.3

Fixes login issue introduced by commom/pg version upgrade
to crunchy-postgres:centos8-13.2-4.6.1

Change-Id: I31225be237d7aba4746765ef2529e8daf0ca42f8
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2751

2 years agoMerge "[SDC] Use Startup probes"
Krzysztof Opasiak [Thu, 13 May 2021 09:34:03 +0000 (09:34 +0000)]
Merge "[SDC] Use Startup probes"

2 years agoMerge "[MUSIC][CASSANDRA] Use Startup probes"
Krzysztof Opasiak [Thu, 13 May 2021 09:33:28 +0000 (09:33 +0000)]
Merge "[MUSIC][CASSANDRA] Use Startup probes"

2 years agoMerge "[PORTAL] Fix portal-app startup arguments"
Krzysztof Opasiak [Thu, 13 May 2021 09:25:23 +0000 (09:25 +0000)]
Merge "[PORTAL] Fix portal-app startup arguments"

2 years agoMerge "[CLI] Simplify cert retrieval script"
Krzysztof Opasiak [Thu, 13 May 2021 09:24:28 +0000 (09:24 +0000)]
Merge "[CLI] Simplify cert retrieval script"

2 years agoMerge "[DCAEGEN2] Add support for configMaps"
Sylvain Desbureaux [Thu, 13 May 2021 08:07:15 +0000 (08:07 +0000)]
Merge "[DCAEGEN2] Add support for configMaps"

2 years ago[DCAEGEN2] Deploy DCAEGEN2-PMSH Microservices to Helm 51/119651/19
ajay_dp001 [Tue, 23 Mar 2021 15:57:51 +0000 (21:27 +0530)]
[DCAEGEN2] Deploy DCAEGEN2-PMSH Microservices to Helm

  - Charts for microservices are found under
  - oom/kubernetes/dcaegen2-services/dcae-pmsh

Issue-ID: DCAEGEN2-2713
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: Ia9178f4aa2f699bbc9767128a9bb4eab2149a531

2 years ago[PORTAL] Fix portal-app startup arguments 23/121323/1
Marat Salakhutdinov [Wed, 12 May 2021 17:57:58 +0000 (13:57 -0400)]
[PORTAL] Fix portal-app startup arguments

Fix portal-app startup arguments to make it work with aaf disabled.

Issue-ID: OOM-2747
Signed-off-by: Marat Salakhutdinov <marat.salakhutdinov@bell.ca>
Change-Id: I32d9992125b38e8074f7ffcabfdc8e323f5a58c6

2 years ago[DCAEGEN2] Add support for configMaps 38/121238/3
Jack Lucas [Mon, 10 May 2021 16:00:02 +0000 (12:00 -0400)]
[DCAEGEN2] Add support for configMaps

Enhance the DCAE microservice deployment template to
generate a volume mount and a volume for configMaps
whose names and mount paths are specified in the
microservice's values.yaml.

Issue-ID: DCAEGEN2-2690
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Id2fbce07ab8199f4566b34a99df540f16fd937b0

2 years ago[CLI] Simplify cert retrieval script 50/118250/6
Sylvain Desbureaux [Tue, 23 Feb 2021 15:07:09 +0000 (16:07 +0100)]
[CLI] Simplify cert retrieval script

As retrieving values is now done via a generic script, let's clean a
little bit cert retrieval in order to remove unneeded part.

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

2 years ago[MUSIC][CASSANDRA] Use Startup probes 96/121096/7
Sylvain Desbureaux [Wed, 5 May 2021 08:50:55 +0000 (10:50 +0200)]
[MUSIC][CASSANDRA] Use Startup probes

Instead of long initial delay on readiness and liveness probes, use
startup probes and be more aggressive on readiness and liveness.
Also, decrease number of replicas from 3 to 1

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

2 years agoMerge "[COMMON][ROLES] Create default roles once"
Krzysztof Opasiak [Wed, 12 May 2021 08:58:36 +0000 (08:58 +0000)]
Merge "[COMMON][ROLES] Create default roles once"

2 years ago[SDNC] Install latest service release (SR3) of OpenDaylight Aluminum 75/121275/2
Dan Timoney [Tue, 11 May 2021 23:06:34 +0000 (19:06 -0400)]
[SDNC] Install latest service release (SR3) of OpenDaylight Aluminum

This version bump installs the latest service release of OpenDaylight
Aluminum (SR3).  This was released too late for inclusion in the
initial Honolulu release, but contains bug fixes that are needed
for SDN-R and so is being released as part of the Honolulu
maintenance release

Issue-ID: SDNC-1542
Issue-ID: CCSDK-3285
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8b2c9763958bd33d41560d609c31bdc2f46cdcce

2 years ago[COMMON] Fix arithmetic loop bashisms 48/119148/19
Guillaume Lambert [Thu, 11 Mar 2021 14:53:15 +0000 (15:53 +0100)]
[COMMON] Fix arithmetic loop bashisms

pointed out by checkbashisms.

Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I85fd7d9beca75dc729de247fa67a20b801748c19

2 years agoMerge "[COMMON] Update _mariadb.tpl to use the proper db"
Krzysztof Opasiak [Tue, 11 May 2021 17:45:31 +0000 (17:45 +0000)]
Merge "[COMMON] Update _mariadb.tpl to use the proper db"

2 years ago[COMMON][ROLES] Create default roles once 42/120642/20
Sylvain Desbureaux [Mon, 19 Apr 2021 13:26:15 +0000 (15:26 +0200)]
[COMMON][ROLES] Create default roles once

Instead of creating all roles every time with service account chart,
let's just create the specific ones for a chart and point to default one
for the three default roles.
In order to lighten serviceAccount chart, whole logic for default role
creation is in `roles-wrapper`.

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

2 years agoMerge "[DCAE] Correct cpu limits requests"
Krzysztof Opasiak [Tue, 11 May 2021 17:42:21 +0000 (17:42 +0000)]
Merge "[DCAE] Correct cpu limits requests"

2 years agoMerge "[CONTRIB] Update ejbca to the newest version"
Krzysztof Opasiak [Tue, 11 May 2021 17:35:13 +0000 (17:35 +0000)]
Merge "[CONTRIB] Update ejbca to the newest version"

2 years agoMerge "[POLICY] Release Policy-clamp 6.1.1"
Krzysztof Opasiak [Tue, 11 May 2021 17:34:41 +0000 (17:34 +0000)]
Merge "[POLICY] Release Policy-clamp 6.1.1"

2 years agoMerge "[DCAEGEN2] Add pem support in CMPv2 for dcaegen2-services"
Sylvain Desbureaux [Tue, 11 May 2021 16:10:20 +0000 (16:10 +0000)]
Merge "[DCAEGEN2] Add pem support in CMPv2 for dcaegen2-services"

2 years agoMerge "[PLATFORM] Remove certificate generation deployment"
Sylvain Desbureaux [Tue, 11 May 2021 15:59:08 +0000 (15:59 +0000)]
Merge "[PLATFORM] Remove certificate generation deployment"

2 years agoMerge "[COMMON] Add custom certs into AAF truststore"
Krzysztof Opasiak [Tue, 11 May 2021 12:30:14 +0000 (12:30 +0000)]
Merge "[COMMON] Add custom certs into AAF truststore"

2 years agoMerge "[SDC] Fix image name"
Krzysztof Opasiak [Tue, 11 May 2021 12:28:51 +0000 (12:28 +0000)]
Merge "[SDC] Fix image name"

2 years ago[CONTRIB] Update ejbca to the newest version 52/121252/1
Piotr Marcinkiewicz [Tue, 11 May 2021 11:07:36 +0000 (13:07 +0200)]
[CONTRIB] Update ejbca to the newest version

Update ejbca version from 6.15.2.5 to 7.4.3.2

Issue-ID: OOM-2649
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I31929f6444e5a57b295d0664b2b1757992da8b8e

2 years ago[POLICY] Release Policy-clamp 6.1.1 15/120815/9
sebdet [Thu, 22 Apr 2021 08:23:53 +0000 (10:23 +0200)]
[POLICY] Release Policy-clamp 6.1.1

Update the version to 6.1.1
+ required config changes due to Camel
& Spring upgrades & Sonar fixes

Issue-ID: POLICY-3224
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I7cf2caff461b88326d3ec90c9eea0fd6711f16e5

2 years ago[DCAEGEN2] Add pem support in CMPv2 for dcaegen2-services 15/121015/6
Piotr Marcinkiewicz [Thu, 29 Apr 2021 15:02:37 +0000 (17:02 +0200)]
[DCAEGEN2] Add pem support in CMPv2 for dcaegen2-services

- Add mounting certificates in pem format.
- Add comment description to certificates in dcae values

Issue-ID: DCAEGEN2-2688
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I546292c33e25e36376b98d42e08a3c4ffa95de64

2 years ago[PLATFORM] Remove certificate generation deployment 03/121003/9
Piotr Marcinkiewicz [Thu, 29 Apr 2021 11:29:02 +0000 (13:29 +0200)]
[PLATFORM] Remove certificate generation deployment

- remove certificate generation deployment
- change certificate secret for provider (from server to client)
- correct documentation

Issue-ID: OOM-2712
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I21a8e277e1fd5f5190c7b67fb6ef97c1b3355230

2 years agoMerge "[DCAEGEN2] Add CMPv2 support to dcaegen2-services"
Krzysztof Opasiak [Mon, 10 May 2021 20:08:44 +0000 (20:08 +0000)]
Merge "[DCAEGEN2] Add CMPv2 support to dcaegen2-services"

2 years agoMerge "[APPC][CDT] Simplify cert retrieval script"
Krzysztof Opasiak [Mon, 10 May 2021 20:07:04 +0000 (20:07 +0000)]
Merge "[APPC][CDT] Simplify cert retrieval script"

2 years agoMerge "[COMMON] Fix &> and <<< bashisms"
Krzysztof Opasiak [Mon, 10 May 2021 20:06:01 +0000 (20:06 +0000)]
Merge "[COMMON] Fix &> and <<< bashisms"

2 years ago[DCAE] Correct cpu limits requests 62/121062/10
Sylvain Desbureaux [Tue, 4 May 2021 06:09:27 +0000 (08:09 +0200)]
[DCAE] Correct cpu limits requests

CPU limits and requests have to be set in "milli" when under 1.

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

2 years agoMerge "[AAI] Keycloak integration into aai-traversal"
Krzysztof Opasiak [Mon, 10 May 2021 09:32:55 +0000 (09:32 +0000)]
Merge "[AAI] Keycloak integration into aai-traversal"

2 years ago[COMMON] Fix &> and <<< bashisms 63/119063/14
Guillaume Lambert [Wed, 10 Mar 2021 12:32:50 +0000 (13:32 +0100)]
[COMMON] Fix &> and <<< bashisms

pointed out by checkbashisms.

Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I958443b2e4b4f6391a74f957314d7d3fcf321cd0

2 years agoMerge "[COMMON] Fix trailing blanks in shell scripts"
Krzysztof Opasiak [Mon, 10 May 2021 09:30:09 +0000 (09:30 +0000)]
Merge "[COMMON] Fix trailing blanks in shell scripts"

2 years agoMerge "[AAF][CASSANDRA] Lower disk claim"
Krzysztof Opasiak [Mon, 10 May 2021 09:28:14 +0000 (09:28 +0000)]
Merge "[AAF][CASSANDRA] Lower disk claim"

2 years agoMerge "[COMMON][CASSANDRA] Higher PVC Claim for Cassandra"
Krzysztof Opasiak [Mon, 10 May 2021 09:27:44 +0000 (09:27 +0000)]
Merge "[COMMON][CASSANDRA] Higher PVC Claim for Cassandra"

2 years ago[DCAEGEN2] Add CMPv2 support to dcaegen2-services 03/120903/9
Remigiusz Janeczek [Mon, 26 Apr 2021 12:37:57 +0000 (14:37 +0200)]
[DCAEGEN2] Add CMPv2 support to dcaegen2-services

Add support for CMPv2 certificates in dcaegen2-services-common
template

Add CMPv2 certificates to HV-VES and VES charts

Issue-ID: DCAEGEN2-2688
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I6ade2c24f240872e78df92ca31b30c779f86e38b

2 years agoMerge "[COMMON][MARIADB] Use Startup probes"
Krzysztof Opasiak [Mon, 10 May 2021 09:25:14 +0000 (09:25 +0000)]
Merge "[COMMON][MARIADB] Use Startup probes"

2 years ago[APPC][CDT] Simplify cert retrieval script 49/118249/8
Sylvain Desbureaux [Tue, 23 Feb 2021 15:06:08 +0000 (16:06 +0100)]
[APPC][CDT] Simplify cert retrieval script

As retrieving values is now done via a generic script, let's clean a
little bit cert retrieval in order to remove unneeded part.

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

2 years agoMerge "[COMMON][MARIADB] Give higher requests/limits"
Krzysztof Opasiak [Mon, 10 May 2021 09:15:16 +0000 (09:15 +0000)]
Merge "[COMMON][MARIADB] Give higher requests/limits"

2 years ago[COMMON][MARIADB] Use Startup probes 95/121095/7
Sylvain Desbureaux [Wed, 5 May 2021 07:20:18 +0000 (09:20 +0200)]
[COMMON][MARIADB] Use Startup probes

Instead of long initial delay on readiness and liveness probes, use
startup probes and be more aggressive on readiness and liveness.

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

2 years agoMerge "[SDNC] Support CallHome"
Sylvain Desbureaux [Fri, 7 May 2021 16:53:47 +0000 (16:53 +0000)]
Merge "[SDNC] Support CallHome"

2 years ago[COMMON][CASSANDRA] Higher PVC Claim for Cassandra 52/121152/1
Sylvain Desbureaux [Fri, 7 May 2021 06:18:53 +0000 (08:18 +0200)]
[COMMON][CASSANDRA] Higher PVC Claim for Cassandra

After 3 monthes, usage of Cassandra disk is 8Gi.
Moving PVC Claim to 10Gi in order to satisfy this.

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