oom.git
2 years agoMerge "[COMMON] Add a pre-commit-auto-update tox profile"
Sylvain Desbureaux [Mon, 13 Dec 2021 17:23:53 +0000 (17:23 +0000)]
Merge "[COMMON] Add a pre-commit-auto-update tox profile"

2 years agoMerge "[DCAEGEN2] Add missing configurations in son-handler helm chart"
Sylvain Desbureaux [Mon, 13 Dec 2021 17:23:40 +0000 (17:23 +0000)]
Merge "[DCAEGEN2] Add missing configurations in son-handler helm chart"

2 years agoMerge "[DCAEGEN2] Update healthcheck to version 2.4.0"
Sylvain Desbureaux [Mon, 13 Dec 2021 07:40:47 +0000 (07:40 +0000)]
Merge "[DCAEGEN2] Update healthcheck to version 2.4.0"

2 years agoMerge "[COMMON] Add a shellcheck tox profile"
Sylvain Desbureaux [Mon, 13 Dec 2021 07:38:00 +0000 (07:38 +0000)]
Merge "[COMMON] Add a shellcheck tox profile"

2 years agoMerge "[COMMON] Changed mongo storage location to enable persistance"
Sylvain Desbureaux [Mon, 13 Dec 2021 07:35:54 +0000 (07:35 +0000)]
Merge "[COMMON] Changed mongo storage location to enable persistance"

2 years ago[COMMON] Add a pre-commit-auto-update tox profile 01/126201/3
guillaume.lambert [Fri, 10 Dec 2021 19:28:24 +0000 (20:28 +0100)]
[COMMON] Add a pre-commit-auto-update tox profile

This profile can be called manually to upgrade linters
declared in the pre-commit configuration file.

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

2 years ago[COMMON] Add a shellcheck tox profile 00/126200/3
guillaume.lambert [Fri, 10 Dec 2021 19:26:19 +0000 (20:26 +0100)]
[COMMON] Add a shellcheck tox profile

Shellcheck is a shell linter.
It can include good remarks as well as false positives.
It is currently not activated in the CI.

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

2 years ago[GLOBAL] Move checkbashisms to a dedicated script 99/126199/3
guillaume.lambert [Fri, 10 Dec 2021 20:17:30 +0000 (21:17 +0100)]
[GLOBAL] Move checkbashisms to a dedicated script

Using a dedicated shell script rather than scripts commands directly
in tox.ini configuration is usually recommanded.
It avoids quoting hell issues and ensures a better virtualenv isolation.

Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ic4764f628d6f8c3bb4d0dd36a0559603c80f6c4a

2 years ago[COMMON] Changed mongo storage location to enable persistance 82/126182/2
Andreas Geissler [Fri, 10 Dec 2021 07:50:46 +0000 (07:50 +0000)]
[COMMON] Changed mongo storage location to enable persistance

Added initContainer to fix the permissions of the to be
mounted volume and changed intent

Issue-ID: OOM-2864

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I188d7f6002405e810dd54d1043824979b4d83d42

2 years ago[DCAEGEN2] Update healthcheck to version 2.4.0 80/126180/1
Jack Lucas [Fri, 10 Dec 2021 02:54:10 +0000 (21:54 -0500)]
[DCAEGEN2] Update healthcheck to version 2.4.0

Add health checks for DCAE microservices deployed after
the initial installation of dcaegen2-services.

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

2 years ago[DCAEGEN2] Add missing configurations in son-handler helm chart 64/126064/2
Malarvizhi [Fri, 3 Dec 2021 09:44:35 +0000 (09:44 +0000)]
[DCAEGEN2] Add missing configurations in son-handler helm chart

Update the missing CPS configurations in son-handler chart

Issue-ID: DCAEGEN2-2998
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: Iad0d185d9b28836c63e26a9cd1328dd3fd65968d

2 years agoMerge "[ROBOT] ADD BULKPM testsuite to use helm based component services"
Sylvain Desbureaux [Thu, 9 Dec 2021 07:45:45 +0000 (07:45 +0000)]
Merge "[ROBOT] ADD BULKPM testsuite to use helm based component services"

2 years ago[COMMON] Fix & add to bashisms CI failover scripts 43/126143/3
guillaume.lambert [Wed, 8 Dec 2021 09:14:09 +0000 (10:14 +0100)]
[COMMON] Fix & add to bashisms CI failover scripts

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

2 years ago[COMMON] Fix "local var=XX" bashisms 16/126116/4
guillaume.lambert [Tue, 7 Dec 2021 19:21:17 +0000 (20:21 +0100)]
[COMMON] Fix "local var=XX" bashisms

Variable attribute 'local' is not POSIX but is LSB supported.
It is available in other shells such as ash or dash.
And in ksh, local is the default scope of functions vaiables.

Though, the syntax "local var=XX" is only supported and found in bash.
Sadly, this is not detected by checkbashims.

- fix "local var=XX" bashisms
- add a manual command in tox.ini to detect them in the CI

https://wiki.ubuntu.com/DashAsBinSh#local
https://wiki.ubuntu.com/DashAsBinSh#declare_or_typeset
https://stackoverflow.com/questions/12000949/scope-of-variables-in-ksh

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

2 years ago[ROBOT] ADD BULKPM testsuite to use helm based component services 14/124614/21
Krzysztof Kuzmicki [Thu, 30 Sep 2021 12:13:39 +0000 (14:13 +0200)]
[ROBOT] ADD BULKPM testsuite to use helm based component services

Changes required in OOM before adding BULKPM test cases that use
helm based component services

Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Issue-ID: INT-1895
Change-Id: I188c847ff7b4f66c88f2b067c0c05ba1c19ac1d7

2 years ago[GLOBAL] Migrate to helm v3 42/124842/27
efiacor [Tue, 12 Oct 2021 13:10:49 +0000 (14:10 +0100)]
[GLOBAL] Migrate to helm v3

Move all Chart.yaml to use apiVersion: 2
Move dependencies from requirements.yaml to Chart.yaml
Changes to all makeFiles
Changes to helm deploy plugin

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0
Issue-ID: OOM-2845

2 years agoMerge "[HOLMES] Use direct name for consul"
Krzysztof Opasiak [Tue, 7 Dec 2021 09:19:41 +0000 (09:19 +0000)]
Merge "[HOLMES] Use direct name for consul"

2 years ago[HOLMES] Use direct name for consul 88/126088/1
Sylvain Desbureaux [Mon, 6 Dec 2021 14:33:44 +0000 (15:33 +0100)]
[HOLMES] Use direct name for consul

Holmes used to use external service name created by dcae bootstrap.
As it's not created anymore by default, we need to give the right value
for it.

Issue-ID: DCAEGEN2-2968
Issue-ID: DCAEGEN2-2958
Issue-ID: DCAEGEN2-2983
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I07ca710c78401c8c4bfafda5673a50f7831bebf7

2 years ago[SDC] Wait for Message Router before start 86/126086/1
Sylvain Desbureaux [Mon, 6 Dec 2021 13:39:02 +0000 (14:39 +0100)]
[SDC] Wait for Message Router before start

In some environment, SDC may be able to start before Message Router is
up and running and that can lead to weird behavior for SDC-BE.
This commit enforces that MR is running before starting SDC-BE.

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

2 years ago[DMAAP][MR] Use startup probes 80/126080/1
Sylvain Desbureaux [Mon, 6 Dec 2021 10:33:11 +0000 (11:33 +0100)]
[DMAAP][MR] Use startup probes

Instead of using long intial delay for readiness and liveness probes,
use startup Probes with aggressive checks in order to detect start as
fast as possible AND handles slow start cases.

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

2 years agoMerge "[AAI] Service Mesh related" 9.0.0
Sylvain Desbureaux [Mon, 6 Dec 2021 08:40:20 +0000 (08:40 +0000)]
Merge "[AAI] Service Mesh related"

2 years ago[AAI] Service Mesh related 62/126062/1
othman touijer [Fri, 3 Dec 2021 08:45:37 +0000 (09:45 +0100)]
[AAI] Service Mesh related

Define required env variable for babel keystore, even when AAF is not
enabled. Component will not start otherwise.

Issue-ID: OOM-2887
Signed-off-by: othman touijer <othman.touijer@soprasteria.com>
Change-Id: I1bf155683ef04c211f75cb82dd4779f8b6375aac

2 years agoMerge "[POLICY] Add references to new policyadmin username"
Sylvain Desbureaux [Thu, 2 Dec 2021 07:19:54 +0000 (07:19 +0000)]
Merge "[POLICY] Add references to new policyadmin username"

2 years agoMerge "[DCAEMOD] RuntimAPI updates for HELM-gen integration"
Sylvain Desbureaux [Thu, 2 Dec 2021 07:16:32 +0000 (07:16 +0000)]
Merge "[DCAEMOD] RuntimAPI updates for HELM-gen integration"

2 years agoMerge "[DCAEGEN2] Updates for R10"
Sylvain Desbureaux [Thu, 2 Dec 2021 07:12:49 +0000 (07:12 +0000)]
Merge "[DCAEGEN2] Updates for R10"

2 years agoMerge "[MSB] Use log template"
Sylvain Desbureaux [Thu, 2 Dec 2021 07:02:56 +0000 (07:02 +0000)]
Merge "[MSB] Use log template"

2 years agoMerge "[AAI] Service Mesh related"
Sylvain Desbureaux [Thu, 2 Dec 2021 06:59:00 +0000 (06:59 +0000)]
Merge "[AAI] Service Mesh related"

2 years agoMerge "[SDC] Update SDC to 1.9.5"
Krzysztof Opasiak [Wed, 1 Dec 2021 18:15:00 +0000 (18:15 +0000)]
Merge "[SDC] Update SDC to 1.9.5"

2 years ago[AAI] Service Mesh related 05/126005/1
othman touijer [Wed, 1 Dec 2021 15:21:18 +0000 (16:21 +0100)]
[AAI] Service Mesh related

Sets conditions on volumes that are not mounted when AAF is disabled.

Issue-ID: OOM-2887
Signed-off-by: othman touijer <othman.touijer@soprasteria.com>
Change-Id: If5613bf22d3dbfe527be77726cb1b14a538a2e04

2 years ago[DCAEMOD] RuntimAPI updates for HELM-gen integration 32/123932/18
Vijay Venkatesh Kumar [Tue, 7 Sep 2021 16:19:48 +0000 (12:19 -0400)]
[DCAEMOD] RuntimAPI updates for HELM-gen integration

- Add switch for RuntimeAPI support for cloudify/helm
- Add new properties for Chartmuseum integration for
helm-gen tool
- Bumpup onboardingAPI container version to support v3

Change-Id: I956632d04fa4ac4cac552ebf2b63432e29fe2386
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2694
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2 years agoMerge "[VFC] Use log template"
Sylvain Desbureaux [Tue, 30 Nov 2021 13:44:23 +0000 (13:44 +0000)]
Merge "[VFC] Use log template"

2 years agoMerge "[MULTICLOUD] Use log template"
Sylvain Desbureaux [Tue, 30 Nov 2021 13:44:00 +0000 (13:44 +0000)]
Merge "[MULTICLOUD] Use log template"

2 years ago[POLICY] Add references to new policyadmin username 55/125955/3
adheli.tavares [Mon, 29 Nov 2021 09:14:13 +0000 (09:14 +0000)]
[POLICY] Add references to new policyadmin username

Adding a new username for PAP and API changes for the robot testcases.

Issue-ID: POLICY-3815
Change-Id: Iccef19828a34be9c2ff28201ee27caad37d83504
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2 years agoMerge "[OOF] Update configuration for NxI termination app"
Krzysztof Opasiak [Mon, 29 Nov 2021 19:17:56 +0000 (19:17 +0000)]
Merge "[OOF] Update configuration for NxI termination app"

2 years agoMerge "[A1POLICYMANAGEMENT] Fix missing imagePullSecrets"
Krzysztof Opasiak [Mon, 29 Nov 2021 18:55:36 +0000 (18:55 +0000)]
Merge "[A1POLICYMANAGEMENT] Fix missing imagePullSecrets"

2 years agoMerge "[SDNC] Add Ves collector config"
Krzysztof Opasiak [Mon, 29 Nov 2021 18:52:52 +0000 (18:52 +0000)]
Merge "[SDNC] Add Ves collector config"

2 years ago[A1POLICYMANAGEMENT] Fix missing imagePullSecrets 70/125870/1
Andreas Geissler [Wed, 24 Nov 2021 14:01:31 +0000 (14:01 +0000)]
[A1POLICYMANAGEMENT] Fix missing imagePullSecrets

Added imagePullSecrets and changed image definition for envsubstImage

Issue-ID: OOM-2885
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I355301329d24c8f1eef96aa2212c67f524c10520

2 years ago[CPS] Disable prometheus by default 21/125821/2
Bruno Sakoto [Sat, 20 Nov 2021 00:07:00 +0000 (19:07 -0500)]
[CPS] Disable prometheus by default

This change is made to be able to deploy CPS with default values in
environments where Prometheus ServiceMonitor is not available.

Unused metrics.serviceMonitor.enabled property is also removed.

Issue-ID: CPS-778
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ica4f3b6d9d10eceb37251090bfc501155f031b81

2 years ago[OOF] Update configuration for NxI termination app 56/125856/1
Malarvizhi [Wed, 24 Nov 2021 06:16:41 +0000 (06:16 +0000)]
[OOF] Update configuration for NxI termination app

Update configuration for NxI termination app in the OOF charts

Issue-ID: OPTFRA-1016
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: I28d4ade079e7c98375edb865b665f6df99021e86

2 years agoMerge "[MODELING] Use log template"
Sylvain Desbureaux [Mon, 22 Nov 2021 08:26:55 +0000 (08:26 +0000)]
Merge "[MODELING] Use log template"

2 years agoMerge "[VID] Use log template"
Sylvain Desbureaux [Mon, 22 Nov 2021 08:26:26 +0000 (08:26 +0000)]
Merge "[VID] Use log template"

2 years agoMerge "[PORTAL] Use log template"
Sylvain Desbureaux [Mon, 22 Nov 2021 08:26:05 +0000 (08:26 +0000)]
Merge "[PORTAL] Use log template"

2 years ago[DCAEGEN2] Updates for R10 31/125731/3
Jack Lucas [Mon, 1 Nov 2021 20:54:12 +0000 (16:54 -0400)]
[DCAEGEN2] Updates for R10

By default, disable all dcaegen2 components except
config-binding-service, healthcheck,
and ves-openapi-manager.

Fix DNS name for the ONAP consul instance.

Move mongodb dependency from dcae-bootstrap to dcae-tcagen2.

Fix the generation of the JSON list of expected components for the
healthcheck services. (Previously could have a spurious leading
",")

Update healthcheck-container version to 2.3.0 for
logging enhancements and updated base image.

Issue-ID: DCAEGEN2-2968
Issue-ID: DCAEGEN2-2958
Issue-ID: DCAEGEN2-2983
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I4bcce1d3e43e2e5c7cc2c3179870de72b55d5d2e

2 years ago[VFC] Use log template 92/125792/1
Maciej Wereski [Thu, 18 Nov 2021 15:28:05 +0000 (16:28 +0100)]
[VFC] Use log template

Ability to turn off filebeat is needed as it is  being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: Ib3389c8e2f9221683862d3482c82f73f7f637441

2 years ago[MSB] Use log template 88/125788/1
Maciej Wereski [Thu, 18 Nov 2021 10:48:25 +0000 (11:48 +0100)]
[MSB] Use log template

Ability to turn off filebeat is needed as it is  being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I70b6294e8a3d16d4086ac894617d5338094bed0f

2 years ago[MULTICLOUD] Use log template 82/125782/1
Maciej Wereski [Wed, 17 Nov 2021 15:45:14 +0000 (16:45 +0100)]
[MULTICLOUD] Use log template

Ability to turn off filebeat is needed as it is  being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I22bcac642e1f9607dc4e65e2b8b34c946b3c29cb

2 years ago[SDC] Update SDC to 1.9.5 09/125709/3
MichaelMorris [Thu, 11 Nov 2021 17:48:44 +0000 (17:48 +0000)]
[SDC] Update SDC to 1.9.5

Addresses issues found in Istanbul stability tests.

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3773
Change-Id: I1c28f35730aff7e22107218c72fb3ce942cd60b5
(cherry picked from commit 0ebca89a44f90b43ea856674691680ca8974e74f)

2 years ago[SDNC] Add Ves collector config 50/125150/8
sebdet [Wed, 20 Oct 2021 10:16:02 +0000 (12:16 +0200)]
[SDNC] Add Ves collector config

Add the Ves collector configuration to the sdnc chart
so that it can be disabled/enabled

Issue-ID: OOM-2863
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I7039c4ab53b80a96f05bcf3fa8ef30224f15a96b

2 years ago[PORTAL] Use log template 55/125755/3
Maciej Wereski [Mon, 15 Nov 2021 14:19:11 +0000 (15:19 +0100)]
[PORTAL] Use log template

Ability to turn off filebeat is needed as it is  being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I7e8df12aaf8e68f12a56d097d8045eeb0924e428

2 years ago[MODELING] Use log template 51/125751/2
Maciej Wereski [Mon, 15 Nov 2021 10:34:06 +0000 (11:34 +0100)]
[MODELING] Use log template

Ability to turn off filebeat is needed as it is  being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: Ifb21cc0a10e1ac2770e6835ad883b5d0f0f1735d

2 years ago[VID] Use log template 56/125756/2
Maciej Wereski [Mon, 15 Nov 2021 15:07:32 +0000 (16:07 +0100)]
[VID] Use log template

Ability to turn off filebeat is needed as it is  being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I035f51a3931dd41fc56d477cfb43ba57e2c042f6

2 years agoMerge "[SDNC] Fix dependencies for SDNRONLY mode"
Sylvain Desbureaux [Mon, 15 Nov 2021 16:19:43 +0000 (16:19 +0000)]
Merge "[SDNC] Fix dependencies for SDNRONLY mode"

2 years agoMerge "[POLICY] Fix https connection in policy-ppnt"
Sylvain Desbureaux [Mon, 15 Nov 2021 12:17:29 +0000 (12:17 +0000)]
Merge "[POLICY] Fix https connection in policy-ppnt"

2 years agoMerge "[AAI][SCHEMA] Remove Hardcoded certificates"
Krzysztof Opasiak [Mon, 15 Nov 2021 10:25:55 +0000 (10:25 +0000)]
Merge "[AAI][SCHEMA] Remove Hardcoded certificates"

2 years ago[AAI][SCHEMA] Remove Hardcoded certificates 95/118295/34
Sylvain Desbureaux [Tue, 23 Feb 2021 17:07:34 +0000 (18:07 +0100)]
[AAI][SCHEMA] Remove Hardcoded certificates

Use Certinitializer in order to retrieve needed certificates.
It'll also do the retrieval for graphadmin as both microservices are
working together.

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

2 years agoMerge "[UUI] NLP for IBN helm chart"
Sylvain Desbureaux [Fri, 12 Nov 2021 09:34:33 +0000 (09:34 +0000)]
Merge "[UUI] NLP for IBN helm chart"

2 years agoMerge "[AAI] Update the aai keystore with the newly generated cert"
Sylvain Desbureaux [Fri, 12 Nov 2021 09:34:07 +0000 (09:34 +0000)]
Merge "[AAI] Update the aai keystore with the newly generated cert"

2 years agoMerge "[AAI][BABEL] Remove Hardcoded certificates"
Krzysztof Opasiak [Wed, 10 Nov 2021 20:03:42 +0000 (20:03 +0000)]
Merge "[AAI][BABEL] Remove Hardcoded certificates"

2 years agoMerge "Revert "[COMMON] Changed mongo storage location to enable persistance""
Krzysztof Opasiak [Wed, 10 Nov 2021 19:59:02 +0000 (19:59 +0000)]
Merge "Revert "[COMMON] Changed mongo storage location to enable persistance""

2 years ago[POLICY] Fix https connection in policy-ppnt 80/125680/1
saul.gill [Wed, 10 Nov 2021 15:37:53 +0000 (15:37 +0000)]
[POLICY] Fix https connection in policy-ppnt

Changed https to useHttps in configured connections to api and pap

Issue-ID: POLICY-3817
Change-Id: Id96899d39e1f8233bf7f32f54ef4253fe6dbb58a
Signed-off-by: saul.gill <saul.gill@est.tech>
2 years ago[UUI] NLP for IBN helm chart 70/125670/2
zhaoyh6 [Wed, 10 Nov 2021 09:16:19 +0000 (17:16 +0800)]
[UUI] NLP for IBN helm chart

NLP component added to UUI

Issue-ID: USECASEUI-605
Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com>
Change-Id: I0e4a4c71c0bd9bfacb9d1983e1f4a9a79aaab47b

2 years ago[AAI][BABEL] Remove Hardcoded certificates 38/118638/28
Sylvain Desbureaux [Sun, 28 Feb 2021 13:59:22 +0000 (14:59 +0100)]
[AAI][BABEL] Remove Hardcoded certificates

Use Certinitializer in order to retrieve needed certificates.
Change ModelLoader also as it needs valid certificate to communicate
with Babel.

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

2 years agoRevert "[COMMON] Changed mongo storage location to enable persistance" 36/125636/1
Sylvain Desbureaux [Tue, 9 Nov 2021 17:22:18 +0000 (17:22 +0000)]
Revert "[COMMON] Changed mongo storage location to enable persistance"

This reverts commit 0d9469d87c6173b20097499fea54013bd0f8169c.

Reason for revert: it seems to not work in a lot of environments

Issue-ID: OOM-2864
Change-Id: Ie7847f4522e3ac4ff7ef3e2de0021b7b2382aa33
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2 years agoMerge "[SDC] Use log template"
Sylvain Desbureaux [Tue, 9 Nov 2021 15:18:04 +0000 (15:18 +0000)]
Merge "[SDC] Use log template"

2 years agoMerge "[SO] Use log template"
Sylvain Desbureaux [Tue, 9 Nov 2021 14:01:30 +0000 (14:01 +0000)]
Merge "[SO] Use log template"

2 years ago[AAI] Update the aai keystore with the newly generated cert 54/125654/3
Harish Venkata Kajur [Mon, 8 Nov 2021 20:35:29 +0000 (15:35 -0500)]
[AAI] Update the aai keystore with the newly generated cert

aai keystore is expiring in 70 days so updating
the keystore manually with the new certificate
that will expire in November 2022

Issue-ID: AAI-3406
Change-Id: Idb63a4b52cdd7171af4fad83d2d4c700d6e76691
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2 years agoMerge "[DMAAP] Use log template"
Sylvain Desbureaux [Tue, 9 Nov 2021 13:08:37 +0000 (13:08 +0000)]
Merge "[DMAAP] Use log template"

2 years agoMerge "[SDNC] Use log template"
Sylvain Desbureaux [Tue, 9 Nov 2021 12:53:09 +0000 (12:53 +0000)]
Merge "[SDNC] Use log template"

2 years ago[SDNC] Fix dependencies for SDNRONLY mode 49/125549/2
demskeq8 [Wed, 3 Nov 2021 10:56:45 +0000 (11:56 +0100)]
[SDNC] Fix dependencies for SDNRONLY mode

readiness check for sdnrdb-init-job

Issue-ID: OOM-2876
Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
Change-Id: Ie101a27736e8a5fc7c29017414ae49a8d11b3f7f

2 years agoMerge "[SDNC] Sdnc pod restart stucks in readiness check for sdnrdb-init-job"
Sylvain Desbureaux [Tue, 9 Nov 2021 07:43:37 +0000 (07:43 +0000)]
Merge "[SDNC] Sdnc pod restart stucks in readiness check for sdnrdb-init-job"

2 years agoMerge "[UUI] Automatically retrieve certificates"
Krzysztof Opasiak [Mon, 8 Nov 2021 21:44:45 +0000 (21:44 +0000)]
Merge "[UUI] Automatically retrieve certificates"

2 years ago[SO] Use log template 49/125649/1
Maciej Wereski [Fri, 5 Nov 2021 14:38:18 +0000 (14:38 +0000)]
[SO] Use log template

Ability to turn off filebeat is needed as it is being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: Ib883fcafe4424d4ec78a999899c99af2ae95a6cc

2 years ago[SDNC] Use log template 47/125647/1
Maciej Wereski [Wed, 3 Nov 2021 13:31:44 +0000 (13:31 +0000)]
[SDNC] Use log template

Ability to turn off filebeat is needed as it is being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I92749a252a7983f12c3136e996eb7f2e29f1e69d

2 years ago[SDC] Use log template 48/125648/1
Maciej Wereski [Thu, 14 Oct 2021 13:59:12 +0000 (13:59 +0000)]
[SDC] Use log template

Ability to turn off filebeat is needed as it is being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: If9d80afb9983247f80317a8f201329c85884e37b

2 years ago[DMAAP] Use log template 46/125646/1
Maciej Wereski [Thu, 4 Nov 2021 14:01:26 +0000 (14:01 +0000)]
[DMAAP] Use log template

Ability to turn off filebeat is needed as it is being deprecated. To
achieve that existing log helper template is used. Also unecessary
filebeat config map was removed.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I3dc384b0e2e857637897ac56a172a605de7eb67e

2 years agoMerge "[ETCD] Give full FQDN name for etcd"
Krzysztof Opasiak [Mon, 8 Nov 2021 15:10:44 +0000 (15:10 +0000)]
Merge "[ETCD] Give full FQDN name for etcd"

2 years agoMerge "[COMMON] Changed mongo storage location to enable persistance"
Sylvain Desbureaux [Mon, 8 Nov 2021 14:11:15 +0000 (14:11 +0000)]
Merge "[COMMON] Changed mongo storage location to enable persistance"

2 years ago[SDNC] Sdnc pod restart stucks in readiness check for sdnrdb-init-job 46/125546/7
demskeq8 [Wed, 3 Nov 2021 09:50:38 +0000 (10:50 +0100)]
[SDNC] Sdnc pod restart stucks in readiness check for sdnrdb-init-job

change readiness check from container to job

Issue-ID: OOM-2875
Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
Change-Id: I613f58988dd007f03b949b20570564e28aa5db52

2 years ago[UUI] Automatically retrieve certificates 42/118542/23
Sylvain Desbureaux [Thu, 25 Feb 2021 17:07:55 +0000 (18:07 +0100)]
[UUI] Automatically retrieve certificates

Instead of using hardcoded certificates, let's use certInitializer in
order to retrieve them.

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

2 years ago[COMMON] Changed mongo storage location to enable persistance 76/125076/5
Andreas Geissler [Mon, 18 Oct 2021 14:18:18 +0000 (14:18 +0000)]
[COMMON] Changed mongo storage location to enable persistance

Changed the volume mounted from /var/lib/mongo to /data/db,
which is the default storage location of mongo

Issue-ID: OOM-2864
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Id054b36a9f8abea676e70511812d2aeb151d47e0

2 years agoMerge "[CDS] Bump version for final Istanbul release"
Sylvain Desbureaux [Fri, 5 Nov 2021 18:31:38 +0000 (18:31 +0000)]
Merge "[CDS] Bump version for final Istanbul release"

2 years agoMerge "[SDNC] Version bump for final Istanbul image"
Sylvain Desbureaux [Thu, 4 Nov 2021 15:07:29 +0000 (15:07 +0000)]
Merge "[SDNC] Version bump for final Istanbul image"

2 years agoMerge "[MULTICLOUD] Update chart with service account"
Krzysztof Opasiak [Thu, 4 Nov 2021 08:35:29 +0000 (08:35 +0000)]
Merge "[MULTICLOUD] Update chart with service account"

2 years agoMerge "[DOC] Correct requirements for doc chain building"
Sylvain Desbureaux [Thu, 4 Nov 2021 07:38:36 +0000 (07:38 +0000)]
Merge "[DOC] Correct requirements for doc chain building"

2 years agoMerge "[HOLMES] Use common postgres for holmes"
Krzysztof Opasiak [Wed, 3 Nov 2021 20:39:30 +0000 (20:39 +0000)]
Merge "[HOLMES] Use common postgres for holmes"

2 years ago[SDNC] Version bump for final Istanbul image 73/125573/1
Dan Timoney [Wed, 3 Nov 2021 15:25:32 +0000 (11:25 -0400)]
[SDNC] Version bump for final Istanbul image

Bump SDNC images to version 2.2.2, final Istanbul release version

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

2 years ago[CDS] Bump version for final Istanbul release 72/125572/1
Dan Timoney [Wed, 3 Nov 2021 15:22:24 +0000 (11:22 -0400)]
[CDS] Bump version for final Istanbul release

Bump CDS image versions to 1.2.1, which is final Istanbul release
version.

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

2 years ago[MULTICLOUD] Update chart with service account 56/124856/4
farida azmy [Tue, 12 Oct 2021 16:55:21 +0000 (18:55 +0200)]
[MULTICLOUD] Update chart with service account

Add service account to requirements, values and deployment/statefulset

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

2 years agoMerge "[POLICY] Add helm chart for http participant"
Sylvain Desbureaux [Wed, 3 Nov 2021 13:11:10 +0000 (13:11 +0000)]
Merge "[POLICY] Add helm chart for http participant"

2 years agoMerge "[MULTICLOUD] Release to fix cve issues"
Sylvain Desbureaux [Wed, 3 Nov 2021 13:10:41 +0000 (13:10 +0000)]
Merge "[MULTICLOUD] Release to fix cve issues"

2 years ago[DOC] Correct requirements for doc chain building 44/125544/1
thmsdt [Wed, 3 Nov 2021 09:50:33 +0000 (10:50 +0100)]
[DOC] Correct requirements for doc chain building

Issue-ID: DOC-765

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I8d082f95ab23e5f2e407a282e71de0bf95b7cb20

2 years ago[MULTICLOUD] Release to fix cve issues 24/124124/7
Bin Yang [Tue, 14 Sep 2021 02:04:16 +0000 (10:04 +0800)]
[MULTICLOUD] Release to fix cve issues

This release focus on fixing cve issues by upgrading dependencies
with regarding to artifactbroker, framework, openstack components.

Issue-ID: MULTICLOUD-1344
Issue-ID: MULTICLOUD-1408

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I4568a6c0039d111327d13ed35017b66b04e83ff1

2 years ago[AAI] Use log template 38/124838/6
Maciej Wereski [Tue, 21 Sep 2021 09:22:13 +0000 (11:22 +0200)]
[AAI] Use log template

Ability to turn off filebeat is needed as it is being deprecated. To
achieve that existing log helper template is used.

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I730b5463fea750594a23ce391c352959d166195e

2 years ago[COMMON] Add resources to log sidecar template 30/125130/3
Maciej Wereski [Tue, 2 Nov 2021 10:21:55 +0000 (11:21 +0100)]
[COMMON] Add resources to log sidecar template

Filebeat sidecar containers in many cases has resources set. As a
result, in many components resources section is added manually, after
usage of log template. This commit solves this situation

Issue-ID: OOM-1
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I725a38eb9d4dffcc017c24399436ddfccdb91123

2 years agoMerge "[MULTICLOUD] Release k8splugin after integration tests"
Sylvain Desbureaux [Sun, 31 Oct 2021 16:29:25 +0000 (16:29 +0000)]
Merge "[MULTICLOUD] Release k8splugin after integration tests"

2 years ago[POLICY] Add helm chart for http participant 90/124390/12
rameshiyer27 [Tue, 21 Sep 2021 14:14:39 +0000 (15:14 +0100)]
[POLICY] Add helm chart for http participant

Added helm chart for http participant in CLAMP

Issue-ID: POLICY-3593
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I7cd529b891b0bc1d97b4ffa993492d1e8414ee00

2 years agoMerge "[POLICY] Add helm chart for policy participant"
Sylvain Desbureaux [Sun, 31 Oct 2021 16:28:45 +0000 (16:28 +0000)]
Merge "[POLICY] Add helm chart for policy participant"

2 years ago[CCSDK] Workaround for naming service host name verification issue 82/125382/3
Dan Timoney [Tue, 26 Oct 2021 14:59:36 +0000 (10:59 -0400)]
[CCSDK] Workaround for naming service host name verification issue

The naming service query to policy manager is failing host name
verification.  While this issue is under investigation, it can be
worked around by configuring the naming service to disable host
name verification.  This requires a new version of the network-name-gen
microservice (1.2.1), and a change to set a new env variable to
disable host name verification (enabled by default if this variable
is unset).

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

2 years agoMerge "[SDNC] Bump version for Istanbul RC"
Sylvain Desbureaux [Sun, 31 Oct 2021 16:26:37 +0000 (16:26 +0000)]
Merge "[SDNC] Bump version for Istanbul RC"

2 years agoMerge "[SO] Bump SO nssmf adapter version"
Sylvain Desbureaux [Sun, 31 Oct 2021 16:25:58 +0000 (16:25 +0000)]
Merge "[SO] Bump SO nssmf adapter version"