oom.git
3 years ago[CDS] Added properties for k8s-profile-upload component 76/112676/2
Lukasz Rajewski [Tue, 15 Sep 2020 07:12:16 +0000 (09:12 +0200)]
[CDS] Added properties for k8s-profile-upload component

Issue-ID: CCSDK-2630
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Iffe3b8ad14f5c18fe7e68490e37c1bc182b44e65

3 years agoMerge "[common] Add application mount path to cert initializer"
Sylvain Desbureaux [Tue, 15 Sep 2020 06:41:28 +0000 (06:41 +0000)]
Merge "[common] Add application mount path to cert initializer"

3 years agoMerge "[POLICY] new image versions"
Sylvain Desbureaux [Mon, 14 Sep 2020 11:27:12 +0000 (11:27 +0000)]
Merge "[POLICY] new image versions"

3 years agoMerge "[Tree-Wide] Reference ports by name not index"
Sylvain Desbureaux [Mon, 14 Sep 2020 11:25:57 +0000 (11:25 +0000)]
Merge "[Tree-Wide] Reference ports by name not index"

3 years agoMerge "[TREE-WIDE] Use faster version of common secret template"
Sylvain Desbureaux [Mon, 14 Sep 2020 10:02:54 +0000 (10:02 +0000)]
Merge "[TREE-WIDE] Use faster version of common secret template"

3 years agoMerge "[SDNC] Temporary disable sdnrdb"
Sylvain Desbureaux [Mon, 14 Sep 2020 09:37:00 +0000 (09:37 +0000)]
Merge "[SDNC] Temporary disable sdnrdb"

3 years ago[common] Add application mount path to cert initializer 44/112344/2
krishnaa96 [Wed, 9 Sep 2020 04:00:58 +0000 (09:30 +0530)]
[common] Add application mount path to cert initializer

Add new mount path value in values.yaml to
specify app mount path

Issue-ID: OPTFRA-803
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I70771e0ab6ec16f7f4cfadcb8448ecfdfb6e8f4b

3 years ago[POLICY] new image versions 13/112513/6
jhh [Thu, 10 Sep 2020 19:01:49 +0000 (14:01 -0500)]
[POLICY] new image versions

- Changes needed to support the new images.
- Add resources to galera config job (POLICY-2820)

Issue-ID: POLICY-2789
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Id3b87a5931c64f729afcf77861d12fd5e25a5531
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
3 years ago[TREE-WIDE] Use faster version of common secret template 90/111990/3
Krzysztof Opasiak [Tue, 1 Sep 2020 17:17:20 +0000 (19:17 +0200)]
[TREE-WIDE] Use faster version of common secret template

Replace all calls to common.secret with a faster version to save some
linting time.

Issue-ID: OOM-2248
Change-Id: I3372c87226d5dd8b7468ebed2d77e7ceceba5777
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years agoMerge "[OOF] Add limit to onboard and healthcheck jobs"
Sylvain Desbureaux [Fri, 11 Sep 2020 19:15:55 +0000 (19:15 +0000)]
Merge "[OOF] Add limit to onboard and healthcheck jobs"

3 years ago[Tree-Wide] Reference ports by name not index 62/112362/2
Krzysztof Opasiak [Wed, 9 Sep 2020 11:14:27 +0000 (13:14 +0200)]
[Tree-Wide] Reference ports by name not index

Referencing anything based on its position on alist can be really
fragile and har to debug. As we already have a convenience template
that allows us to access the port based on its name let's make sure
that everyone is using it.

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

3 years agoMerge "Revert "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM""
Sylvain Desbureaux [Fri, 11 Sep 2020 19:08:12 +0000 (19:08 +0000)]
Merge "Revert "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM""

3 years ago[SDNC] Temporary disable sdnrdb 76/112576/1
Krzysztof Opasiak [Fri, 11 Sep 2020 18:40:18 +0000 (20:40 +0200)]
[SDNC] Temporary disable sdnrdb

As diagnosed today if sdnc is enabled a different entrypoint for SDNC
is used. Unfortunately this makes SDNC reach AAI using a bad URL which
causes our e2e tests to fail.

As a temporary solution let's disable sdnrdb and hope that the team
will be able to debug this further and reenable it.

Issue-ID: SO-3216
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib2cda39aefea84a4c930d996e53429f3f64a86ef

3 years agoUpdate git submodules
Krzysztof Opasiak [Fri, 11 Sep 2020 18:04:02 +0000 (20:04 +0200)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 48ae4e9d7a9ef5f9e73f6a3c90fd808f086089f5
  - [AAI] Revert commits that are breaking the master branch

    This reverts:
    b31e250091cd68edb77f3158691844decda82fc8
    46961c4794a17f72643bd491af6c159ea7e53380

    which are our main suspects for breaking testing in the master branch.
    As this issue prevents many SO related patches from being merged let's
    first revert those to make master work once again.

    Issue-ID: SO-3216
    Change-Id: I7f7daaaef3f7911afb5c8729c296773a630b5fb6
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years agoRevert "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM" 38/112538/1
Krzysztof Opasiak [Fri, 11 Sep 2020 15:51:38 +0000 (17:51 +0200)]
Revert "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM"

This reverts commits:

b6a0f9ef4cefa4c63bcc9b57e8ffeb236194dcd7
5b4d13d79e72409c49b893b00ce763591696b104

Staging images are not allowed in OOM master branch. When they
disappear we get awful failures in gating thus components that sneak
in staging images by tagging them in the same way as the release
images has to be immediately removed unless a proper docker image is released.

Issue-ID: SO-3157
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia18ff5b372b13b9d03a2969f4aaf2fcea144ea77

3 years ago[OOF] Add limit to onboard and healthcheck jobs 25/112525/1
krishnaa96 [Fri, 11 Sep 2020 10:06:32 +0000 (15:36 +0530)]
[OOF] Add limit to onboard and healthcheck jobs

Add resources field to OOF jobs to set limit

Issue-ID: OPTFRA-840
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I5fb9a804af9c1a5df440aa61818197028db2c4b6

3 years agoMerge "[SDC] use of certInitializer template"
Sylvain Desbureaux [Thu, 10 Sep 2020 07:41:02 +0000 (07:41 +0000)]
Merge "[SDC] use of certInitializer template"

3 years ago[COMMON] Make mongo run as non-root 15/112415/1
Krzysztof Opasiak [Wed, 9 Sep 2020 19:23:32 +0000 (21:23 +0200)]
[COMMON] Make mongo run as non-root

Use our helper template and k8s features to make mongodb run as a
non-root user as per Guiling requirements.

Issue-ID: DCAEGEN2-2424
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I44bc079a2cc49dc1b0f1da88e220290098e909d5

3 years ago[SDC] use of certInitializer template 13/111513/7
ChrisC [Fri, 4 Sep 2020 09:29:57 +0000 (11:29 +0200)]
[SDC] use of certInitializer template

Auto SSL certificates generation through certInitializer template for SDC
Refactor to components

Issue-ID: SDC-3172
Change-Id: I2c895a8d8e7c25e11a2a1e997735d2e7b2d258aa
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
3 years agoMerge "Mounting of DMAAP listener properties for RANSlice"
Sylvain Desbureaux [Wed, 9 Sep 2020 06:49:19 +0000 (06:49 +0000)]
Merge "Mounting of DMAAP listener properties for RANSlice"

3 years agoMerge "[DMAAP] Add logs to STDOUT"
Krzysztof Opasiak [Tue, 8 Sep 2020 16:02:16 +0000 (16:02 +0000)]
Merge "[DMAAP] Add logs to STDOUT"

3 years agoMerge "[CLAMP,COMMON] Escape special chars in mysql passwords"
Sylvain Desbureaux [Tue, 8 Sep 2020 14:54:01 +0000 (14:54 +0000)]
Merge "[CLAMP,COMMON] Escape special chars in mysql passwords"

3 years agoUpdate git submodules
Grzegorz-Lis [Tue, 8 Sep 2020 11:51:16 +0000 (13:51 +0200)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 5a01a0953803b3d1b140a77c779a3b942e293228
  - [AAI] Use readiness container v3.0.1

    Readiness container v3.x and up are now present in ONAP main repository.
    They're also not using root user anymore and then script path has
    changed.
    Finally, "job_complete" script has been integrated in main "ready"
    script.
    This change will align readinessImage definition with rest of ONAP
    components.

    Issue-ID: OOM-2545
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
    Change-Id: I766a16be3ae2669f562c9b4ebef875bfbdfac6a0

3 years agoMerge "[MSB] Add logs to STDOUT"
Sylvain Desbureaux [Tue, 8 Sep 2020 11:00:30 +0000 (11:00 +0000)]
Merge "[MSB] Add logs to STDOUT"

3 years ago[MSB] Add logs to STDOUT 62/112262/1
Dominik Mizyn [Tue, 8 Sep 2020 08:30:14 +0000 (10:30 +0200)]
[MSB] Add logs to STDOUT

This commit add STDOUT appender to root level logging.

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

3 years agoMerge "[OOF] use non-root user to access cmso database"
Sylvain Desbureaux [Tue, 8 Sep 2020 07:28:33 +0000 (07:28 +0000)]
Merge "[OOF] use non-root user to access cmso database"

3 years agoMerge "[ESR] Add logs to STDOUT"
Sylvain Desbureaux [Tue, 8 Sep 2020 07:14:30 +0000 (07:14 +0000)]
Merge "[ESR] Add logs to STDOUT"

3 years agoMerge "Update so-etsi-nfvo-ns-lcm with the new version of readiness image 3.0.1"
Sylvain Desbureaux [Tue, 8 Sep 2020 07:14:05 +0000 (07:14 +0000)]
Merge "Update so-etsi-nfvo-ns-lcm with the new version of readiness image 3.0.1"

3 years agoMerge "[OOF] Add make clean target"
Sylvain Desbureaux [Tue, 8 Sep 2020 06:28:44 +0000 (06:28 +0000)]
Merge "[OOF] Add make clean target"

3 years agoMerge "[COMMON] Use faster version of common secret template"
Krzysztof Opasiak [Mon, 7 Sep 2020 19:24:37 +0000 (19:24 +0000)]
Merge "[COMMON] Use faster version of common secret template"

3 years agoMerge "[COMMON] Allow to initialize custom mariadb instance"
Krzysztof Opasiak [Mon, 7 Sep 2020 19:24:28 +0000 (19:24 +0000)]
Merge "[COMMON] Allow to initialize custom mariadb instance"

3 years agoUpdate so-etsi-nfvo-ns-lcm with the new version of readiness image 3.0.1 28/112228/1
Magdalena_Biernacka [Mon, 7 Sep 2020 11:37:59 +0000 (13:37 +0200)]
Update so-etsi-nfvo-ns-lcm with the new version of readiness image 3.0.1

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

3 years ago[OOF] use non-root user to access cmso database 60/110660/15
krishnaa96 [Tue, 28 Jul 2020 13:52:50 +0000 (19:22 +0530)]
[OOF] use non-root user to access cmso database

Move mariadb galera config from global to root
Add service name to mariadb-init config
Fix mariadb-init secret to use Additional databases
Create separate users for cmso service and optimizer

Issue-ID: OPTFRA-800
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I5b91d297d35125ca242f40fe1a6328da0f4daa62

3 years agoMerge "[POMBA] Add logs to STDOUT"
Sylvain Desbureaux [Mon, 7 Sep 2020 08:02:41 +0000 (08:02 +0000)]
Merge "[POMBA] Add logs to STDOUT"

3 years agoMerge "[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart'"
Sylvain Desbureaux [Mon, 7 Sep 2020 07:55:16 +0000 (07:55 +0000)]
Merge "[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart'"

3 years agoMerge "[COMMON] Allow to set default password complexity"
Sylvain Desbureaux [Mon, 7 Sep 2020 07:53:28 +0000 (07:53 +0000)]
Merge "[COMMON] Allow to set default password complexity"

3 years agoMerge "Removal of zookeeper from portal HELM charts"
Sylvain Desbureaux [Mon, 7 Sep 2020 07:36:21 +0000 (07:36 +0000)]
Merge "Removal of zookeeper from portal HELM charts"

3 years ago[COMMON] Use faster version of common secret template 88/111988/5
Krzysztof Opasiak [Tue, 1 Sep 2020 16:35:40 +0000 (18:35 +0200)]
[COMMON] Use faster version of common secret template

Replace all calls to common.secret in mariadb-init with
the faster version common.secretFast to save some linting time.

Issue-ID: OOM-2248
Change-Id: Id1658b46f3322ecc68155fafd72480e922978369
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years ago[COMMON] Allow to initialize custom mariadb instance 89/111989/5
Krzysztof Opasiak [Mon, 31 Aug 2020 20:25:52 +0000 (22:25 +0200)]
[COMMON] Allow to initialize custom mariadb instance

Add the ability to use mariadb-init to create databases in any
mariadb-galera instace not only the common one.

Issue-ID: OPTFRA-800
Change-Id: Idfeacc9af49620378eb5b06ae3628f92e740cc65
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years ago[OOF] Add make clean target 85/112185/2
Krzysztof Opasiak [Fri, 4 Sep 2020 15:46:41 +0000 (17:46 +0200)]
[OOF] Add make clean target

Add make clean target to ensure that removed dependencies are always
cleaned up properly.

Issue-ID: OPTFRA-803
Change-Id: I2f845c775d5643c7a8b4539b35886fbf79ce889a
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years agoMerge "[GENERAL] Use readiness container v3.0.1"
Krzysztof Opasiak [Fri, 4 Sep 2020 16:34:04 +0000 (16:34 +0000)]
Merge "[GENERAL] Use readiness container v3.0.1"

3 years ago[ESR] Add logs to STDOUT 74/111874/4
Dominik Mizyn [Mon, 31 Aug 2020 10:05:19 +0000 (12:05 +0200)]
[ESR] Add logs to STDOUT

This commit add STDOUT appender to root level logging.
Additionally, it approximates the logback.xml file to
ONAP Application Logging Specification v1.2

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

3 years agoMounting of DMAAP listener properties for RANSlice 69/112069/2
Sandeep Shah [Thu, 3 Sep 2020 02:54:56 +0000 (21:54 -0500)]
Mounting of DMAAP listener properties for RANSlice

Mounting of DMAAP listener properties for RANSlice
in SDNC DMAAP-Listener charts

Issue-ID: OOM-2550
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Iba8dde371ba78e784dfba6f04f7ccd925e140d4f

3 years ago[GENERAL] Use readiness container v3.0.1 09/111509/13
Sylvain Desbureaux [Fri, 21 Aug 2020 07:58:25 +0000 (09:58 +0200)]
[GENERAL] Use readiness container v3.0.1

Readiness container v3.x and up are now present in ONAP main repository.
They're also not using root user anymore and then script path has
changed.
Finally, "job_complete" script has been integrated in main "ready"
script.
As those changes are significant, we must upgrade all the components at
once.

Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0
Issue-ID: OOM-2545
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110

3 years agoMerge "[CDS] Add logs to STDOUT"
Krzysztof Opasiak [Thu, 3 Sep 2020 14:59:10 +0000 (14:59 +0000)]
Merge "[CDS] Add logs to STDOUT"

3 years agoMerge "[SDNC] Remove hard-coded busybox image"
Krzysztof Opasiak [Thu, 3 Sep 2020 14:55:27 +0000 (14:55 +0000)]
Merge "[SDNC] Remove hard-coded busybox image"

3 years ago[POMBA] Add logs to STDOUT 91/112091/1
Dominik Mizyn [Thu, 3 Sep 2020 09:30:57 +0000 (11:30 +0200)]
[POMBA] Add logs to STDOUT

This commit add STDOUT appender to root level logging.

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

3 years ago[DMAAP] Add logs to STDOUT 88/112088/1
Dominik Mizyn [Thu, 3 Sep 2020 09:04:44 +0000 (11:04 +0200)]
[DMAAP] Add logs to STDOUT

This commit add STDOUT appender to root level logging.

Issue-ID: OOM-2514
Change-Id: I03465e1e1446ff7c1c80838788d2b3accc3526b1
Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com>
3 years ago[COMMON] Allow to set default password complexity 17/111717/4
Krzysztof Opasiak [Tue, 25 Aug 2020 21:22:53 +0000 (23:22 +0200)]
[COMMON] Allow to set default password complexity

With the introduction of common secret template many of ONAP passwords
started being automatically generated.

The algorithm that we use for this purpose allows to choose the
complexity of generated password. By default we use "long" which
contains special characters. Unfortunately this turns out to often
cause some issue. To make our deployment more stable and user friendly
lets allow the deployer to choose the desired password complexity.

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

3 years agoUpdate git submodules
William Reehil [Wed, 2 Sep 2020 12:16:55 +0000 (12:16 +0000)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 1990a02ce9295df7c94009401c24fa226a10f8e8
  - Merge "Revert "[AAI] Add logs to STDOUT""
  - Revert "[AAI] Add logs to STDOUT"

    This reverts commit befaa5500924f9ebda0b4bf65d8d6ab5a9f0745a.

    Reason for revert: Breaks the AAI HC

    Change-Id: Ie401f7bdc7408ce1171bc055a3e46cb610bd52c0

3 years ago[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart' 36/112036/1
Alexander Dehn [Wed, 2 Sep 2020 11:48:20 +0000 (11:48 +0000)]
[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart'

restructure values for docker image name:tag

Issue-ID: OOM-2533
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: I7c02fe543b4f96871c3ade80c7b51c68627cb269

3 years agoMerge "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM"
Krzysztof Opasiak [Wed, 2 Sep 2020 11:38:38 +0000 (11:38 +0000)]
Merge "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM"

3 years agoMerge "[MariaDB] Create NFVO Database Within MariaDB"
Krzysztof Opasiak [Wed, 2 Sep 2020 11:33:27 +0000 (11:33 +0000)]
Merge "[MariaDB] Create NFVO Database Within MariaDB"

3 years ago[CDS] Add logs to STDOUT 29/111529/5
Dominik Mizyn [Fri, 21 Aug 2020 11:10:11 +0000 (13:10 +0200)]
[CDS] Add logs to STDOUT

This commit change logging level of used loggers to "INFO" and root
logging level to "INFO"

Thanks to that we will see "info", "error" and "warn" messages.

Issue-ID: OOM-2514
Change-Id: I545e2ee69f1bcde7f7313fdda8f80e8201b7461c
Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com>
3 years ago[SDNC] Remove hard-coded busybox image 32/112032/1
Alexander Dehn [Wed, 2 Sep 2020 09:01:15 +0000 (09:01 +0000)]
[SDNC] Remove hard-coded busybox image

get image values from global busyboxRepository/busyboxImage

Issue-ID: OOM-2543
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: I5f0ef76fb8072b45bd9ad10d8580484656049b76
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
3 years ago[CLAMP,COMMON] Escape special chars in mysql passwords 33/112033/1
Krzysztof Opasiak [Wed, 2 Sep 2020 09:02:12 +0000 (11:02 +0200)]
[CLAMP,COMMON] Escape special chars in mysql passwords

Fix both clamp and common mariadb-galera instances to make sure that
special characters in passwords are escaped properly.

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

3 years agoUpdate git submodules
William Reehil [Tue, 1 Sep 2020 14:45:03 +0000 (14:45 +0000)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to bdbb69908135f5cee7c27fab7fbbcdde17ff5d57
  - Merge "[AAI] Add logs to STDOUT"
  - [AAI] Add logs to STDOUT

    This commit add STDOUT appender to root level logging.
    Additionally, it approximates the logback.xml file to
    ONAP Application Logging Specification v1.2

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

3 years agoUpdate git submodules
efiacor [Tue, 1 Sep 2020 12:53:46 +0000 (13:53 +0100)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to b31e250091cd68edb77f3158691844decda82fc8
  - [aai-oom] Bump versions for babel and schema-service

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
    Issue-ID: AAI-3099
    Change-Id: Id6ebb67f39ed6f4b3dc24d1ef1447b1f272037a0

3 years ago[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM 78/111378/5
AndrewLamb [Wed, 12 Aug 2020 13:19:36 +0000 (14:19 +0100)]
[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM

As part of adding Support for SOL005 NBI API Handler

Issue-ID: SO-3157
Change-Id: I7ef5dc15b71d45a7d519390c245ef7cc106a363d
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
3 years ago[MariaDB] Create NFVO Database Within MariaDB 47/111647/4
rope252 [Mon, 24 Aug 2020 12:55:58 +0000 (13:55 +0100)]
[MariaDB] Create NFVO Database Within MariaDB

Adding an additional SH script in order to create the NFVO database, which will be used by the SO ETSI NFVO NS LCM.
It will be used to store required information on any NFVOs.

The creation of the NFVO Database should not have an effect on other databases, as their creations have not been modified.

Also renamed the Create so_user and so_admin SH scripts to start with 98, 99 in order to trigger after any new scripts are added in the future.

Issue-ID: SO-3159
Change-Id: Idbf09db294d5bbc9e7dca063bc08040ce2bc8568
Signed-off-by: rope252 <gareth.roper@est.tech>
3 years agoMerge "[SDNC] oom for clustered disaggregated SDN-R"
Sylvain Desbureaux [Tue, 1 Sep 2020 08:24:52 +0000 (08:24 +0000)]
Merge "[SDNC] oom for clustered disaggregated SDN-R"

3 years agoMerge "[VFC]Remove the process of mysql in vfc-redis"
Sylvain Desbureaux [Tue, 1 Sep 2020 07:44:46 +0000 (07:44 +0000)]
Merge "[VFC]Remove the process of mysql in vfc-redis"

3 years agoMerge "Fix of mariadb-galera backup charts."
Sylvain Desbureaux [Tue, 1 Sep 2020 07:43:29 +0000 (07:43 +0000)]
Merge "Fix of mariadb-galera backup charts."

3 years ago[SDNC] oom for clustered disaggregated SDN-R 31/106331/22
Alexander Dehn [Tue, 21 Apr 2020 09:53:50 +0000 (09:53 +0000)]
[SDNC] oom for clustered disaggregated SDN-R

use disaggregated elasticserach DB from common

Issue-ID: SDNC-1165
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: I0c6ac6549f6c144f0ed5a64ae76a1fa352f740d2

3 years agoRemoval of zookeeper from portal HELM charts 66/111866/1
Sandeep Shah [Sun, 30 Aug 2020 22:28:02 +0000 (17:28 -0500)]
Removal of zookeeper from portal HELM charts

Portal components no more rely on zookeeper and removed
from rspective portal and its component HELM charts

Issue-ID: PORTAL-998
Signed-off-by: SandeepLinux <Sandeep.Shah@att.com>
Change-Id: I9939da45ee03623a4f7cfc379c68785fdcce8b63

3 years agoMerge "[VES] Update the VES Collector and bootstrap versions"
Sylvain Desbureaux [Fri, 28 Aug 2020 09:57:17 +0000 (09:57 +0000)]
Merge "[VES] Update the VES Collector and bootstrap versions"

3 years ago[POLICY] certInit support + refactoring 69/111069/12
jhh [Sun, 9 Aug 2020 17:08:08 +0000 (12:08 -0500)]
[POLICY] certInit support + refactoring

Several changes are including in this patch:
- certInitializer support (POLICY-2615, REQ-361)
- renamed policy objects to start with "policy-"
  prefix (POLICY-1000)
- add resources section to components that did not
  have or had it incorrectly set up rendering null
  (POLICY-2502)
- Removal of legacy policy-engine components (POLICY-2743)
- Miscellaneous refactoring of charts (POLICY-2745)
- update pdp legacy reference to policy-xacml-pdp from
  pdp (legacy)

Issue-ID: POLICY-2615
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I8b6984a663bbb14d331a366ec02b6dd38755cde7
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
3 years agoUpdate git submodules
Venkata Harish Kajur [Thu, 27 Aug 2020 18:16:45 +0000 (18:16 +0000)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 7e6e2bf385f85e85e008d06b2415290851fee2b7
  - Merge "Updating the portal properties uebkey to remove the space in hopes this will fix 2905"
  - Updating the portal properties uebkey to remove the space in hopes this will fix 2905

    Issue-ID: AAI-2905
Signed-off-by: wreehil <wr148d@att.com>
    Change-Id: I6155787d24e6704a7f5b8b919a30dcc4f3624912

3 years agoFix of mariadb-galera backup charts. 56/110556/2
Marat Salakhutdinov [Fri, 24 Jul 2020 13:52:19 +0000 (09:52 -0400)]
Fix of mariadb-galera backup charts.

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

3 years agoUpdate git submodules
William Reehil [Wed, 26 Aug 2020 12:38:07 +0000 (12:38 +0000)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to d1b50c9c6c2c2d4452483da67729298e5953a2db
  - Merge "AAI-2958 Fix data-router in crash loopback state when there is no internet access"
  - AAI-2958 Fix data-router in crash loopback state when there is no internet access

    The problem is due to the fact in the data-router-oxm.xml file was referencing spring-context-4.2.xsd but it's not part of the spring-context-<xxx>.jar.  Therefore, it needs to reach out to the internet to download the internet.

    And in spring 5, it started to use versionless spring-context.xsd and it's part of spring-context-5.1.13.jar (which is packaged in data-router 1.6.2).

    The fix is to update data-router-oxm.xml to use the versionless spring-context.xsd (and it's only accessible via https).

    Change-Id: Icf62978b73ae097fc3bcbaf3e96a8f63706dc4fc
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
    Issue-ID: AAI-2958

3 years ago[VES] Update the VES Collector and bootstrap versions 29/111729/2
Edyta Krukowska [Wed, 26 Aug 2020 08:40:55 +0000 (10:40 +0200)]
[VES] Update the VES Collector and bootstrap versions

Update Ves version to 1.7.3 and bootstrap to 2.0.4 to use latest versions in Cloudify deployment.

Issue-ID: DCAEGEN2-2264
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I4d9225871b32a38e16590633022ac7aca7d63ec8

3 years agoMerge "[SDNC] Remove sdnc-portal component"
Sylvain Desbureaux [Wed, 26 Aug 2020 11:27:40 +0000 (11:27 +0000)]
Merge "[SDNC] Remove sdnc-portal component"

3 years agoMerge "Fix cassandra backup."
Sylvain Desbureaux [Wed, 26 Aug 2020 11:20:31 +0000 (11:20 +0000)]
Merge "Fix cassandra backup."

3 years agoMerge changes from topic "disabletca"
Sylvain Desbureaux [Wed, 26 Aug 2020 11:18:06 +0000 (11:18 +0000)]
Merge changes from topic "disabletca"

* changes:
  [DCAEMOD] Guilin updates for SECCOM and other enhancements
  [DCAE] Exclude TCA/cdap from bootstrap

3 years ago[COMMON] Enable importing custom certificates to truststore using certInitializer 34/110134/12
Jozsef Csongvai [Mon, 13 Jul 2020 15:10:25 +0000 (11:10 -0400)]
[COMMON] Enable importing custom certificates to truststore using certInitializer

ONAP deployments may require the use of custom certificates. Instead of
manually adding certificates to the truststore file, users can now add
their .pem certificates under certInitializer/resources and have them
imported automatically by an init container. The updated truststore can
then be mounted to a component by providing a truststoreMountpath.

Issue-ID: OOM-2509
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I896c729143346738e91fa57f895ba48043b253c1

3 years agoMerge "[SDNC] Set STDOUT Log level"
Krzysztof Opasiak [Tue, 25 Aug 2020 14:37:31 +0000 (14:37 +0000)]
Merge "[SDNC] Set STDOUT Log level"

3 years agoMerge "[COMMON] new logConfiguration chart"
Krzysztof Opasiak [Tue, 25 Aug 2020 14:37:17 +0000 (14:37 +0000)]
Merge "[COMMON] new logConfiguration chart"

3 years agoUpdate git submodules
William Reehil [Tue, 25 Aug 2020 13:55:10 +0000 (13:55 +0000)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 5071da297b9e7f58c796bad7d4ae1e3415a039c4
  - Merge "Prepare upgrade to readiness containers v3.0.1"
  - Prepare upgrade to readiness containers v3.0.1

    Readiness 3.x is a new version, not using root user and using stable
    Kubernetes API.
    The upgrade is not doable by just changing version as script path has
    moved.
    Therefore, we must upgrade everything in one shot.
    As AAI is not in the same repo, it's not doable for this component.
    We then change variables only for AAI so we can continue to use older
    images. We'll move AAI just after the rest has been upgraded.

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

3 years agoMerge "Unable to boot SNDC pod without AAF"
Sylvain Desbureaux [Tue, 25 Aug 2020 11:53:34 +0000 (11:53 +0000)]
Merge "Unable to boot SNDC pod without AAF"

3 years agoMerge "[MULTICLOUD] HELM artifact added to the artifactbroker config"
Sylvain Desbureaux [Tue, 25 Aug 2020 11:49:12 +0000 (11:49 +0000)]
Merge "[MULTICLOUD] HELM artifact added to the artifactbroker config"

3 years agoMerge "[DMAAP] Increase backoffLimit for DMAAP provisioning job"
Sylvain Desbureaux [Tue, 25 Aug 2020 11:48:56 +0000 (11:48 +0000)]
Merge "[DMAAP] Increase backoffLimit for DMAAP provisioning job"

3 years ago[VFC]Remove the process of mysql in vfc-redis 10/111510/3
dengyh [Fri, 21 Aug 2020 08:10:58 +0000 (16:10 +0800)]
[VFC]Remove the process of mysql in vfc-redis

Two main process in vfc-redis: redis + mysql

Issue-ID: VFC-1727
Change-Id: Ied784a4ff8270d23f3609a7942dbfb8d81e74084
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
3 years ago[DCAEMOD] Guilin updates for SECCOM and other enhancements 51/111351/7
vv770d [Mon, 17 Aug 2020 22:40:00 +0000 (22:40 +0000)]
[DCAEMOD] Guilin updates for SECCOM and other enhancements

- RuntimeAPI support for DmaapPlugin integration + java11
- Security vulnerability updates for Genprocessor, RuntimeAPI
- OnboardingAPI offline support

Change-Id: I2009a22cc24d7f7446f76e4ada76e22dd252945d
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-1996
Issue-ID: DCAEGEN2-2271
Issue-ID: DCAEGEN2-2272
Issue-ID: DCAEGEN2-2221
Signed-off-by: vv770d <vv770d@att.com>
3 years ago[DCAE] Exclude TCA/cdap from bootstrap 50/111350/8
vv770d [Mon, 17 Aug 2020 22:30:24 +0000 (22:30 +0000)]
[DCAE] Exclude TCA/cdap from bootstrap

Redis installation removed (was used by tca/cdap)
SCH java11 upgraded
Tca-gen2 (java 11, sec vul, policy reconfig)

Change-Id: Ia6801d789d675136755cd217cb79f532a625685c
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2342
Issue-ID: DCAEGEN2-2330
Issue-ID: DCAEGEN2-2198
Issue-ID: DCAEGEN2-2266
Issue-ID: DCAEGEN2-2285
Signed-off-by: vv770d <vv770d@att.com>
3 years ago[SDNC] Remove sdnc-portal component 45/111045/2
Dan Timoney [Fri, 7 Aug 2020 18:12:18 +0000 (14:12 -0400)]
[SDNC] Remove sdnc-portal component

The sdnc-portal component is currently disabled due to known security
vulnerabilities.  This component is no longer supported - the developer
left the project - and its functionality is not really needed.  So, we
are removing this component in Guilin.

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

3 years agoMerge "[DCAE] Update dcaegen2 cloudify manager image"
Krzysztof Opasiak [Mon, 24 Aug 2020 17:33:23 +0000 (17:33 +0000)]
Merge "[DCAE] Update dcaegen2 cloudify manager image"

3 years agoUpdate git submodules
Harish Venkata Kajur [Mon, 24 Aug 2020 16:40:00 +0000 (12:40 -0400)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to 46961c4794a17f72643bd491af6c159ea7e53380
  - Update schema service to support v20

    Issue-ID: AAI-3017
    Change-Id: If46a1bfafbd2edb73cd7d3832468c06fac855911
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
3 years agoUpdate git submodules
Krzysztof Kuzmicki [Thu, 20 Aug 2020 13:18:54 +0000 (15:18 +0200)]
Update git submodules

* Update kubernetes/robot from branch 'master'
  to b093c77b4faa2c4f0bfc67e481f724b6d67c7229
  - [ROBOT] robot_properties.py configmap contains failing character

    Issue-ID: INT-1700

Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
    Change-Id: I93004428c4c794dc50f8518698a72a95e9386591

3 years agoMerge "[DOC] Correct RST files"
Sylvain Desbureaux [Thu, 20 Aug 2020 12:11:43 +0000 (12:11 +0000)]
Merge "[DOC] Correct RST files"

3 years agoUpdate git submodules
Grzegorz-Lis [Wed, 19 Aug 2020 15:17:05 +0000 (17:17 +0200)]
Update git submodules

* Update kubernetes/aai from branch 'master'
  to dceb913fa262d4d1112ae734e6f9768b0354f9be
  - [AAI] Make AAI compatible with Kubernetes v1.17

    Issue-ID: OOM-2445
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
    Change-Id: I68624a283b9f3e0cb3f300defefd1ff0130a0b9c

3 years ago[DOC] Correct RST files 21/111421/1
Eric Debeau [Wed, 19 Aug 2020 13:30:00 +0000 (15:30 +0200)]
[DOC] Correct RST files

Correct different RST files to remove warnings generated by Doc8
- long lines
- yaml code bad formated
- tabulation

Add a new file to store the hardcoded certificates
(easier to manage with a CSV file than a RST table)

Correct some minor editorial errors

Issue-ID: OOM-2542

Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I89bfea619fbeda581dc04ca2abea80adfe1a8a02

3 years ago[DCAE] Update dcae-health-check to use container with K8S 1.17 API 04/111404/2
Grzegorz-Lis [Wed, 19 Aug 2020 08:25:39 +0000 (10:25 +0200)]
[DCAE] Update dcae-health-check to use container with K8S 1.17 API

Issue-ID: DCAEGEN2-2387
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I1a6854f8f4a8049fb24bd6054321fd33882febc3

3 years ago[DCAE] Update dcaegen2 cloudify manager image 02/111402/2
Remigiusz Janeczek [Wed, 19 Aug 2020 06:03:06 +0000 (08:03 +0200)]
[DCAE] Update dcaegen2 cloudify manager image

Cloudify manager container updated with k8splugin supporting k8s
1.17 api and allowing blueprints to ask for CMPv2 certificates.

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

3 years ago[MULTICLOUD] HELM artifact added to the artifactbroker config 73/111373/2
Lukasz Rajewski [Tue, 18 Aug 2020 12:54:41 +0000 (14:54 +0200)]
[MULTICLOUD] HELM artifact added to the artifactbroker config

HELM artifact type has been added to the artifactbroker
of multicloud-k8s plugin. In consequence, artifactbroker
will have ability to read the distributed from SDC
artifact of new HELM type on which basis RB Definition in
k8s plugin will be created.

Issue-ID: MULTICLOUD-1120
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I15b75f0659b5ab2d0cbfbf6dd30066ebd87e9806

3 years agoMerge "No root access to mariadb from portal app"
Sylvain Desbureaux [Tue, 18 Aug 2020 14:25:53 +0000 (14:25 +0000)]
Merge "No root access to mariadb from portal app"

3 years agoMerge "[NBI] Make NBI compatible with Kubernetes v1.17"
Sylvain Desbureaux [Tue, 18 Aug 2020 13:00:29 +0000 (13:00 +0000)]
Merge "[NBI] Make NBI compatible with Kubernetes v1.17"

3 years agoNo root access to mariadb from portal app 60/111060/2
Sandeep Shah [Fri, 7 Aug 2020 21:54:12 +0000 (16:54 -0500)]
No root access to mariadb from portal app

Updates to helm charts to include an init container
to set permissions for volume, so that the existing
initialization code when run as a non-root user can
access the volume. this is in combination with
PORTAL-966.

Issue-ID: PORTAL-946
Signed-off-by: SandeepLinux <Sandeep.Shah@att.com>
Change-Id: I63a78dc1ab90914d648b0c1f470d3079eb0ddeba

3 years agoMerge "Change logging method for DeploymentHandler (from local log files to stdio)"
Sylvain Desbureaux [Tue, 18 Aug 2020 07:25:04 +0000 (07:25 +0000)]
Merge "Change logging method for DeploymentHandler (from local log files to stdio)"

3 years agoMerge "[CLAMP] Refer to docker.io mariadb"
Sylvain Desbureaux [Tue, 18 Aug 2020 06:30:02 +0000 (06:30 +0000)]
Merge "[CLAMP] Refer to docker.io mariadb"

3 years ago[NBI] Make NBI compatible with Kubernetes v1.17 87/110687/4
Grzegorz-Lis [Wed, 29 Jul 2020 10:36:06 +0000 (12:36 +0200)]
[NBI] Make NBI compatible with Kubernetes v1.17

Issue-ID: OOM-2460
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: Ibb18d7d4ae31dcf4700f8cee0956e9542bde719f