doc.git
3 years agoUpdate git submodules
Pamela Dragosh [Thu, 28 May 2020 16:21:27 +0000 (12:21 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to f20c2fc1dbcaa140500fcdca486689e6318939b7
  - Point to oparent 3.1.0 SNAPSHOT

    oparent has the latest dependencies upgraded.

    Issue-ID: POLICY-2391
    Change-Id: Iaa8b8faf8ffe143c0180d69f2854605b1247e355
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
3 years agoUpdate git submodules
Gervais-Martial Ngueko [Thu, 28 May 2020 15:55:01 +0000 (15:55 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 3678b0597342a68c8d41c19914560153ba0365a0
  - Merge "Fix crash at SDC deploy"
  - Fix crash at SDC deploy

    If CDS properties are not there, it can crash a standard VF resource blueprint deployment.

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

3 years agoUpdate git submodules
Marek Szwalkiewicz [Thu, 28 May 2020 15:51:56 +0000 (15:51 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 045eb1725eb72e727dfb17ad0296de05f422556f
  - Regenerate py-executor certificate with the new wildcard

    The existing cert was generated with dns alias that was not matching
    the service name that OOM uses.

    Issue-ID: CCSDK-2394
    Change-Id: I3836c05f0adfde4a4ff184b32ddfcfbebd3c20d8
Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
3 years agoUpdate git submodules
VENKATESH KUMAR [Thu, 28 May 2020 15:27:27 +0000 (11:27 -0400)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'master'
  to 2a99dc19faaa30d64933d0121b480d29d4fa6bf9
  - fix dl-service linkage

    Change-Id: I9fe342842e4e540c4eb21e28e73ef0e97fd54111
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
    Issue-ID: DCAEGEN2-2024
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
3 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 28 May 2020 14:28:34 +0000 (14:28 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 3845d5aa3c4d48f3a468d86b09a0e4912ea91bd8
  - Merge "Update Portal Images for Role Mgt fix"
  - Update Portal Images for Role Mgt fix

    Issue-ID: PORTAL-894

    Change-Id: I7cf521518a89be18443148b350ba3d1df1bfec06
Signed-off-by: statta <statta@research.att.com>
3 years agoUpdate git submodules
ramu.n [Thu, 28 May 2020 13:43:56 +0000 (19:13 +0530)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 40a3997517147e638a7e87a8cad668db154414a7
  - Fix BBS integration issue

    Issue-ID: SO-2955
    Change-Id: I44419a403756c87dcd8dd0f98ee63721bb193906
Signed-off-by: ramu.n <ramu.n@huawei.com>
    (cherry picked from commit fa20cbaba61bbb6dc073ddfadea264bb7b0c823d)

3 years agoMerge "Correct Documentation display for bullet list"
Sofia Wallin [Thu, 28 May 2020 13:17:32 +0000 (13:17 +0000)]
Merge "Correct Documentation display for bullet list"

3 years agoUpdate git submodules
yangyan [Thu, 28 May 2020 08:58:22 +0000 (16:58 +0800)]
Update git submodules

* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
  to 5b285fae2c7a5bf7b524c36a0e4a9326deb8ce2f
  - Update etsicatalog code to get notification message from sdc

    Change-Id: Ib81d78754ecdfd2c1c02a5ddbe1758f723a17420
    Issue-ID: MODELING-335
Signed-off-by: yangyan <dengyuanhong@chinamobile.com>
3 years agoUpdate git submodules
andre.schmid [Thu, 28 May 2020 07:57:32 +0000 (08:57 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 9e43b160bde937c32151c8ce5a3d07701bd31924
  - Fix interface types creation

    Interface types creation logic was not interpreting some allowed TOSCA
    entries, that, when declared, were breaking the interface type
    creation. Every entry under the interface type was being considered
    as an interface operation, but it is possible to have "derived_from",
    "version", "metadata" and "description". Also it is not considering
    the Interface Type entries "inputs", "operations" and "notifications".
    Another thing is that TOSCA 1.3 changes the way operations should be
    declared, deprecating the previous way. Now there should be an entry
    "operations" with the operations entries under it, instead of having
    the operations entries direct under the interface type. The change
    allows both types, following the TOSCA rule: if operations entry is
    not present, then the deprecated way is considered.

    Change-Id: I13218bda60b29d19b9c5565cbfd63ae3250a78bf
    Issue-ID: SDC-3075
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoUpdate git submodules
andre.schmid [Thu, 28 May 2020 07:49:11 +0000 (08:49 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to d8f14691952677771e74e688d7a1dc20e14b036b
  - Entry points in ToscaExportHandler for plugin use

    Open the access for two methods in ToscaExportHandler so they
    can be called in a CsarEntryGenerator plugin.

    Change-Id: I0ee1daab348c0fc85db56428369a5ec190cb0101
    Issue-ID: SDC-3083
Signed-off-by: andre.schmid <andre.schmid@est.tech>
3 years agoUpdate git submodules
Francis Toth [Thu, 28 May 2020 07:48:23 +0000 (03:48 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to f38f7e583f1d311e0fe108c09d201112bb4d135f
  - Encapsulate ReportManager's failedVerticesPerTask and resultsPerVertex in Report

    This commit aims to encapsulate the static fields failedVerticesPerTask and resultsPerVertex in their own class (called Report). In the short terms, any state needing to be passed around will be stored there. Unfortunately, this commit required many minor changes in functions signature (to pass the Report instance).

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
    Change-Id: I3756d9a939cbd0f2856be72aa2bd24a3980dde49
    Issue-ID: SDC-2499

3 years agoUpdate git submodules
Francis Toth [Thu, 28 May 2020 07:48:14 +0000 (03:48 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 1de7b75829b3bf0c06ee7a8b3006b0edfb239420
  - Extract artifact component belonging logic

    This commit extracts checkArtifactInComponent and checkArtifactInResourceInstance from ArtifactsBusinessLogic. Tests have been added along with a some utility functions designed to generate randomized test data. The former tests were deleted as they were not doing any assertions.

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
    Change-Id: I1b27c55d064cf4e9a40cd7b152e7ea6032a09276
    Issue-ID: SDC-2961

3 years agoUpdate git submodules
aribeiro [Thu, 28 May 2020 07:48:07 +0000 (08:48 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 9f7430db214092bba954fa07fd3e72e333116cfa
  - Allow global types generation

    This change allows to configure which global type file will be added to the generated CSAR

    Issue-ID: SDC-3021
    Change-Id: I83c0c3f317c4a4e5e8dbf22cb3dbd47e63562d3a
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
3 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 28 May 2020 07:42:09 +0000 (07:42 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 802a6a4bc362353dbe9acd9f2081340e6852f41d
  - Merge "Version 3.0.4 of UUI needs to be released."
  - Version 3.0.4 of UUI needs to be released.

    Issue-ID: USECASEUI-434
    Change-Id: I050c1ebfb086e879be9a764cf9e2844b6556ec2c
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
3 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 28 May 2020 07:22:21 +0000 (07:22 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to f4ec6b416b02d4a1ac944ce009401102bfca63e3
  - Merge "Refactor Policy PAP for common service template"
  - Refactor Policy PAP for common service template

    Issue-ID: POLICY-2514
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
    Change-Id: I3021081f3e9d1a3cec079fdaf4595689d25571fb

3 years agoUpdate git submodules
mrichomme [Thu, 28 May 2020 07:15:18 +0000 (09:15 +0200)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 57aaf2f368e4d9d057d2c58bc938db16f13a3b05
  - Update git submodules

    * Update kubernetes/robot from branch 'master'
      to 51322d3b374588a051b4a5522fbd25ac92ffb328
      - Testsuite R6 RC2 1.6.2 docker for OOM

        Update testsuite version for RC2 frankfurt

        Issue-ID: INT-1550

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

      - Merge "Subject: Fix heatbridge params for Frankfurt"
      - Subject: Fix heatbridge params for Frankfurt

        Issue-ID: INT-1584

Signed-off-by: Marco Platania <platania@research.att.com>
        Change-Id: I25c69c9e7849c2aadb1dedb611bb731685379baa

3 years agoUpdate git submodules
KAPIL SINGAL [Thu, 28 May 2020 04:30:46 +0000 (04:30 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to ab0fc3defd4ecce928f6a45615c62fe57c39bc4d
  - Merge "Update Data Definitions"
  - Update Data Definitions

    Issue-ID: CCSDK-2382
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
    Change-Id: Ie6d9970e9148422e187f2594c9d9deee0cf01d3e

3 years agoUpdate git submodules
KAPIL SINGAL [Thu, 28 May 2020 04:29:43 +0000 (04:29 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 2fd72aef8a7a957b5bbb64de9497859c5c643ae3
  - Merge "PY-executor missing AUTH_TOKEN in startup script"
  - PY-executor missing AUTH_TOKEN in startup script

    rev1. initially copied BASIC_AUTH
    rev2. meant AUTH_TOKEN

    Issue-ID: CCSDK-2386

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
    Change-Id: I6278476291d4ef892b249e35f20f43d70fd0e4a0

3 years agoUpdate git submodules
Serge Simard [Thu, 28 May 2020 04:29:16 +0000 (00:29 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to abee5037695a03ea80c2595269e613fc8756f8c0
  - REST endpoint for fetching templates resolution results does not expose occurence parameter

    Issue-ID: CCSDK-2384

    Change-Id: I8a6abfea32c7aacade1e9b3140eeed22fa58b4a9
Signed-off-by: Serge Simard <serge@agilitae.com>
3 years agoUpdate git submodules
cyuamber [Thu, 28 May 2020 02:34:55 +0000 (10:34 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to ada66a7003888a1257b479f0bb12e52991bef82c
  - docs: change the release version of Frankfurt

    Change-Id: Id425c89786924060d6da12790d92eeb082467c8d
    Issue-ID: USECASEUI-435
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
3 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 27 May 2020 21:31:50 +0000 (21:31 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to af7fd0ed77933189c1f2263e078c38e4c65f4c86
  - Merge "Fix readiness-check ready.py script for stateful set"
  - Fix readiness-check ready.py script for stateful set

    Only check the status field readyReplicas instead of
    currentReplicas and updatedReplicas. The value of currentReplicas
    relates to the number of pods created with the first revision of
    the stateful set. If a change is made to the stateful set and pods are restarted
    then currentReplicas is no longer returned in the status.
    Check JIRA for more information.

    Issue-ID: OOM-2418
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
    Change-Id: If5dbc892b6d807e6ca681457f9874613fce7db04

3 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 27 May 2020 21:20:10 +0000 (21:20 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 08ef91484bfcffe854148a83aa17230da22ce22f
  - Merge "Increment release version for osdf & has"
  - Increment release version for osdf & has

    Update osdf and has configurations

    Change-Id: I900ca5143fea1e5cd38d382abd5fe9b08af1a4de
Signed-off-by: vrvarma <vikas.varma@att.com>
    Issue-ID: OPTFRA-760

3 years agoUpdate git submodules
Jozsef Csongvai [Wed, 27 May 2020 18:46:46 +0000 (14:46 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 1591ba7289f34c1c44881c169e91c3a6ceda9531
  - Fix sub-attribute parsing for accessing resolved values

    Added assignment-map attribute to ResourceResolutionComponent.
    This attribute will hold a json object with the resolved values
    for each artifact-prefix. It will enable accessing any resolved
    value, using get_attribute with JsonPath.

    Issue-ID: CCSDK-2389
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
    Change-Id: I3441569d9766fbd79703d2f224de448edd56dbb2

3 years agoUpdate git submodules
Ritu Sood [Wed, 27 May 2020 17:52:04 +0000 (17:52 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to ef27eb4d63f1cb91de2dbc166f599043aca2609e
  - Merge "InstallApp Grpc proto and server for rsync"
  - InstallApp Grpc proto and server for rsync

    Add the InstallApp GRPC proto file server code
    to the resource synchronizer.

    Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
    Change-Id: I8e586f1b878009fd4df53ef48aae6deded0f64ea

3 years agoUpdate git submodules
Christophe Closset [Wed, 27 May 2020 16:24:56 +0000 (16:24 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to bacd489acc3d945584c2210f94225b1a2c1f6b38
  - Merge "Create SVG in UI"
  - Create SVG in UI

    Remove the SVG generation from the backend and put it in the UI. Backend removal code + clean up of test resources

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

3 years agoUpdate git submodules
efiacor [Wed, 27 May 2020 15:11:06 +0000 (16:11 +0100)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'master'
  to 1a06c541dddd9f14ffebc31436707e5897715e04
  - [PMSH] Adding new endpoint to api docs

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
    Change-Id: I97cea22d68155d58462ab801b022890c11790587
    Issue-ID: DCAEGEN2-2154

3 years agoUpdate git submodules
Lukasz Rajewski [Wed, 27 May 2020 14:23:32 +0000 (16:23 +0200)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 616a4dd89a17312193044b59370c9f03df93762c
  - Fix for NPE in Heatbridge

    Null is checked for network type which can
    be unknown.

    Issue-ID: SO-2953
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
    Change-Id: Iccf724eed5ec7d69b70eabbcf25bfafe1e8fe12b
    (cherry picked from commit 7c35f6dd4fd4b227f063036280a7f24728a198d8)

3 years agoUpdate git submodules
aribeiro [Wed, 27 May 2020 14:09:48 +0000 (15:09 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 6909f0c827bb46180fafc9d306d500e032ae7e0b
  - Revert "Java 11 migration: fixing problems on 'catalog-fe'"

    This reverts commit 50906f4dcd00b0162298d1f86d72dcfc4d3caee9.

    Issue-ID: SDC-3088
    Change-Id: I13c48243b3a137c7e66da1ef217a0ecbbd55f216
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
3 years agoUpdate git submodules
Lukasz Rajewski [Wed, 27 May 2020 13:56:51 +0000 (15:56 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to c1b4bda513cf2b2422389cd7f93ce40f947cc710
  - Update documentation of vFW_CNF_CDS use case

    Mainly description of CDS profile upload and
    other smaller corrections

    Issue-ID: INT-1452
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
    Change-Id: Ic0c8d7e38f14de8b3cff872921fc341b252d8d27

3 years agoUpdate git submodules
Eddy Hautot [Wed, 27 May 2020 12:48:54 +0000 (12:48 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 02ff02a191d18cbb54a8d24607ee7f57a5f81835
  - Merge "update release note"
  - update release note

    add link to Frankfurt upgrade strategy

    Issue-ID: CLAMP-840

    Change-Id: Id66870aef41bcb7b24fb06ac760cb8fa11a3f61e
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
3 years agoUpdate git submodules
Michael Dürre [Wed, 27 May 2020 12:27:01 +0000 (14:27 +0200)]
Update git submodules

* Update docs/submodules/ccsdk/features.git from branch 'master'
  to c2abf2b68dcd53d40762783ae713d08268a69348
  - fix trustall feature for dbclient

    forward property forwarding to dbclient

    Issue-ID: SDNC-1200
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
    Change-Id: I43355834a65cc69a56710592521b5acc1dae6500

3 years agoUpdate git submodules
Steve Smokowski [Wed, 27 May 2020 10:59:30 +0000 (10:59 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 487dc2996c12c7854f2b12d1e42e47033e8a1332
  - Merge "fixed some JUnits"
  - fixed some JUnits

    Issue-ID: SO-2804
    Change-Id: I6589ea250ee95160febd40c55cbfbf1a81782b60
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoUpdate git submodules
Steve Smokowski [Wed, 27 May 2020 10:59:04 +0000 (10:59 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 7223180206b466248afa5330640365b13d760a3d
  - Merge "removed net.minidev.json from codebase"
  - removed net.minidev.json from codebase

    removed net.minidev.json from codebase

    Issue-ID: SO-2957
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I03f89a1002b3cf052a304503cd206a979bfee6f8

3 years agoUpdate git submodules
mrichomme [Wed, 27 May 2020 10:54:06 +0000 (12:54 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 90c0170b659c54dd1e3099f18473de476bbe6a09
  - Fix 5G OOF duplicate reference in doc

    Issue-ID: INT-1551

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

3 years agoUpdate git submodules
Tomáš Levora [Wed, 27 May 2020 10:51:44 +0000 (10:51 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 38cf0fdbf2f27a3b046c11bbd01331e4f609819e
  - Merge "Fix: Fix docker cli version mismatch"
  - Fix: Fix docker cli version mismatch

    Docker cli version is different than docker engine version & Improve output of verification job

    Issue-ID: OOM-2415
Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
    Change-Id: Iebf8946c4a8b3eb3abd45402d6d573e403ac9ef2

3 years agoUpdate git submodules
Seshu Kumar M [Wed, 27 May 2020 10:23:57 +0000 (10:23 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to e386b185fd13548a43bfd258dabda4093a9254bd
  - Merge "Added scriptName for deallocation of NSSI."
  - Added scriptName for deallocation of NSSI.

    Added scriptName for deallocation of NSSI. scriptName will be passed to NSSMF Adapter.

    Issue-ID: SO-2723
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
    Change-Id: I69a5445f6ad0870b7aa855fc3ca80ac8e3cf3879

3 years agoUpdate git submodules
Sébastien Determe [Wed, 27 May 2020 10:19:33 +0000 (10:19 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to a573c0f2b362536783709770a88120b242c204fc
  - Merge "add one known issue"
  - add one known issue

    update release note to add one known issue

    Issue-ID: CLAMP-840

    Change-Id: Icf970dc3473e51161e11159ad16a4ae50ff6312d
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
3 years agoUpdate git submodules
Jessica Wagantall [Wed, 27 May 2020 09:14:03 +0000 (02:14 -0700)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to f7b567a253339a56724575030114e36b2db31c62
  - Fix HTML layout

    Looks like this repo was missing the HTML layout template
    where we can call the css files.
    Update name of css file in conf.py to just "ribbon"

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: Id4da929ad9e3c936c12ad6f57e3b524c198d63e0

3 years agoUpdate git submodules
dyh [Wed, 27 May 2020 08:30:23 +0000 (16:30 +0800)]
Update git submodules

* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
  to 9fe3930a822fe7978ffab9838611dc61b91cc948
  - update Dmaap lib

    Issue-ID: MODELING-366
    Change-Id: I69f86ef9a90423e33e3903dcc1be63028e1571b6
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
3 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 27 May 2020 07:40:56 +0000 (07:40 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 100f28ca0b9406b7007f03cb182075ab797e04cb
  - Merge "[COMMON] Use common aaf template in elasticsearch"
  - [COMMON] Use common aaf template in elasticsearch

    Instead of copy-pasting code around aaf_agent usage let's use a common
    template that automates this.

    Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I9b3c7aab73186c0bf1dfaa5fe21cf2f001ca8619

3 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 27 May 2020 07:27:40 +0000 (07:27 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 622bf4cb9594bc3d0e44156dd5cb2b04cc89e658
  - Merge "[CONTRIB] Use proper image for netbox provision job"
  - [CONTRIB] Use proper image for netbox provision job

    netbox was using readiness image to run its job. This is not the
    proper usage of this image and recently it started failing because
    bash is no longer available in this image.

    As the script does not containt bash-specific construcitons let's
    change the image to curl one and just use whatever shell is there.

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

3 years agoCorrect Documentation display for bullet list 33/108233/3
Eric Debeau [Tue, 26 May 2020 12:10:04 +0000 (14:10 +0200)]
Correct Documentation display for bullet list

The new internal sphinx links auto-geenrated had some impacts
on the display for some pages.

This patch correct the RST files by adding some bullet lists
guides/onap-developer/apiref/index.rst
guides/onap-provider/index.rst
guides/onap-provider/vnfvalidator.rst

Provide better description for the links

Issue-ID: DOC-619

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

3 years agoUpdate git submodules
xuegao [Wed, 27 May 2020 06:51:49 +0000 (08:51 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to abd5fcf77bc6a89f424c270ae2d1658f39225e5e
  - Update the clamp url

    Replace the old Clamp url by the new one.

    Issue-ID: CLAMP-846
    Change-Id: Ic02735797c18c67741f324f873abba5fa03676a4
Signed-off-by: xuegao <xg353y@intl.att.com>
3 years agoUpdate git submodules
Krzysztof Kuzmicki [Wed, 27 May 2020 06:47:13 +0000 (08:47 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 6294afdd6c55bf8236aefbb1c6e0b530aaf70c1c
  - Read the docs improvement for 5G - PNF Pre-Onboarding and Onboarding

    Issue-ID: INT-1240

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

3 years agoUpdate git submodules
Francis Toth [Wed, 27 May 2020 06:41:28 +0000 (02:41 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 18ae7612481c386db22fe983dedf331a29141444
  - Refactor CsarUtils::WriteArtifactDefinition

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
    Change-Id: I167a05d8fbc2085a3e25eeb5bfd6b30f0e80462e
    Issue-ID: SDC-2812

3 years agoUpdate git submodules
Francis Toth [Wed, 27 May 2020 06:40:43 +0000 (02:40 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 9373e4f17236dc7496cd7dcfbbd159675e839e55
  - Add ArtifactsBusinessLogic::fetchLatestComponentMetadata

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
    Change-Id: Ibb8621a91551a2e4ffcac1145f85ed7983063d02
    Issue-ID: SDC-2812

3 years agoUpdate git submodules
Chris André [Wed, 27 May 2020 06:38:04 +0000 (02:38 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 66a5398f95f8c60a41ffa81f46ccee95beb34822
  - Work on unchecked Optional access

    - extract code to static methods
    - throw an explicit exception now if element not found

    Issue-ID: SDC-2987
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
    Change-Id: I693bb53059b056235b567ac1f9f752a33512505a

3 years agoUpdate git submodules
dyh [Wed, 27 May 2020 06:13:08 +0000 (14:13 +0800)]
Update git submodules

* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
  to fddda96911bdb3ec9841ac71e764cb6eb8fa08d5
  - rename package name
    add function for sdc subscribe and notification

    Issue-ID: MODELING-366
    Change-Id: I61dba314a62003577eddc640325f9c5b9263b2bc
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
3 years agoUpdate git submodules
su622b [Wed, 27 May 2020 00:15:59 +0000 (20:15 -0400)]
Update git submodules

* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
  to 777dc0870530a3755a8fb16fc95ae99cd4d8fa12
  - update frankfurt release notes

    Issue-ID: DMAAP-1441
    Change-Id: I65722fe7eda5338bc4ea0680009244001e7451ae
Signed-off-by: su622b <su622b@att.com>
3 years agoUpdate git submodules
dglFromAtt [Wed, 27 May 2020 00:13:19 +0000 (20:13 -0400)]
Update git submodules

* Update docs/submodules/dmaap/buscontroller.git from branch 'master'
  to cdbc5f933246b800c6bc8a2cd8c0c06a39474875
  - Frankfurt style release notes for buscontroller

    Issue-ID: DMAAP-1434
Signed-off-by: dglFromAtt <dgl@research.att.com>
    Change-Id: I73fc31daddc4b149ca59b6e627473ef84c449294
Signed-off-by: dglFromAtt <dgl@research.att.com>
3 years agoUpdate git submodules
r.kuralamudhan [Tue, 26 May 2020 23:01:36 +0000 (16:01 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 56b6d5b88e4c5c8db7a6fbc8da113a7a205d44ae
  - Fix the Multus Baremetal containerization testing

    - interface name will be different in each Baremetal
    - Multus testing good for Vagrant and AIO testing only

    Issue-ID: MULTICLOUD-1037
Co-authored-by: yu marin <weifei.yu@intel.com>
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
    Change-Id: I50786f07f0dbd9aadffda69d02597c85e2675203

3 years agoUpdate git submodules
Taka Cho [Tue, 26 May 2020 19:44:33 +0000 (15:44 -0400)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 6bb32d16ee3eb83a826dd1336c01fa24df891de0
  - add 1.7.2 docker in release note

    add 1.7.2 docker in release note

    Issue-ID: APPC-1880
    Change-Id: Ie071aaef09672370b050546ca846e35ce1fad3a2
Signed-off-by: Taka Cho <takamune.cho@att.com>
3 years agoUpdate git submodules
Sunder Tattavarada [Tue, 26 May 2020 19:12:20 +0000 (19:12 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to e276ad30dc38f55e06877df8fd0d3372534c8f47
  - Merge "added annotations for api's"
  - added annotations for api's

    Issue-ID: PORTAL-865
    Change-Id: Ied1d101cb246b9e433c7cc968fa95ca4bcdbfcb5
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoUpdate git submodules
Sunder Tattavarada [Tue, 26 May 2020 19:06:18 +0000 (19:06 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 40741524ce4371f6d1b0c4faef80018af405aac4
  - Merge "Added enforcer maven property"
  - Added enforcer maven property

    Added enforcer maven property

    Issue-ID: PORTAL-908
    Change-Id: Ia36b91d61c564243fd558202141d35725e797c83
Signed-off-by: jz385p <jegadeesh.babu@att.com>
3 years agoUpdate git submodules
Kuralamudhan Ramakrishnan [Tue, 26 May 2020 18:53:31 +0000 (18:53 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 402c6e98bfc6c881dceb65ce2756ea94834c70ef
  - Bug fix for the ImagePullBackOff error in qat test

    Issue-ID: MULTICLOUD-1076
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
    Change-Id: I2b6bfb265ce5e055987788f6f28fc475a8b5b46c

3 years agoUpdate git submodules
krishnaa96 [Tue, 26 May 2020 17:23:43 +0000 (22:53 +0530)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to e0f4303201091d110a89e525b775a70e5fd69c3f
  - Update index.rst

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

3 years agoUpdate git submodules
krishnaa96 [Tue, 26 May 2020 17:23:21 +0000 (22:53 +0530)]
Update git submodules

* Update docs/submodules/optf/has.git from branch 'master'
  to 93c88d048be791f4112c14b5dabde825e63832d7
  - Update index.rst

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

3 years agoUpdate git submodules
statta [Tue, 26 May 2020 17:01:21 +0000 (13:01 -0400)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 91625da3bd1581c14a5d32fc67065db0116fd545
  - Update Docker and Props

    Issue-ID: PORTAL-911
    Change-Id: I85c6a63f8f3608b53b2d28951d9bfef76bbef6d2
Signed-off-by: statta <statta@research.att.com>
3 years agoUpdate git submodules
Krzysztof Opasiak [Tue, 26 May 2020 16:49:05 +0000 (16:49 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to dbab15fde615d85748f4664bf16376f5643453ac
  - Merge "[CLAMP] Allow to use ' in clamp mariadb passwords"
  - [CLAMP] Allow to use ' in clamp mariadb passwords

    ' is one of characters that are placed in passwords by our default
    password generation algorith. As ' is a special character in SQL files
    we need to escape it before substituting environment variables in .sql file.

    Issue-ID: OOM-2317
Reported-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I0423b0eaecf7cc16892c10b14881c4d09a24a1d0

3 years agoUpdate git submodules
krishnaa96 [Tue, 26 May 2020 16:22:42 +0000 (21:52 +0530)]
Update git submodules

* Update docs/submodules/optf/has.git from branch 'master'
  to 65c27642ccfd29b3eeb5cdad58483f4f8d81d72b
  - Add upgrade strategy

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

3 years agoUpdate git submodules
krishnaa96 [Tue, 26 May 2020 16:22:22 +0000 (21:52 +0530)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to 272dbc27931acb0a15264d6dd4039a57d413f542
  - Add upgrade strategy to docs

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

3 years agoUpdate git submodules
efiacor [Tue, 26 May 2020 14:09:28 +0000 (15:09 +0100)]
Update git submodules

* Update docs/submodules/dmaap/datarouter.git from branch 'master'
  to 438d13be4982934f8de0700a98fd61172f05d644
  - [DR] Updating frankfurt release notes

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
    Change-Id: I867fb505dd8acba78c954523bb953cb9190b5eb9
    Issue-ID: DMAAP-1434

3 years agoUpdate git submodules
Kanagaraj Manickam [Tue, 26 May 2020 14:02:56 +0000 (19:32 +0530)]
Update git submodules

* Update docs/submodules/vnfsdk/model.git from branch 'master'
  to 8d766534fa7c33a18b3eced596b3c037db3d569d
  - Update release notes version

    Issue-ID: VNFSDK-578

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

3 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 26 May 2020 12:59:31 +0000 (12:59 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to df31a724d919b39183df702f970ba4968c09d44e
  - Merge "Upgrade refrepo to 1.5.2"
  - Upgrade refrepo to 1.5.2

    Issue-ID: VNFSDK-577
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
    Change-Id: I64cb933fe5d0f721221c13f5b5271d2f460f021b

3 years agoUpdate git submodules
Pamela Dragosh [Tue, 26 May 2020 11:20:53 +0000 (11:20 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 11de40286f2a91edc9755f6ea9e621006452527b
  - Merge "user guide demo for monitoring gui"
  - user guide demo for monitoring gui

    Issue-ID: POLICY-2515
    Change-Id: Ifca7e44cb9ba54cd3b867d1795108546b36d9d45
Signed-off-by: Henry.Sun <henry.a.sun@est.tech>
3 years agoUpdate git submodules
aribeiro [Tue, 26 May 2020 10:41:36 +0000 (11:41 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 1803aa8530b53d9f22dc5815155dd3abdfd99b5a
  - Fix for locked component

    After add, update or remove node_filter the component was left locked on SDC

    Issue-ID: SDC-3072
    Change-Id: I27058760704bd6261619946becda3612a6386432
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
3 years agoMerge "Updates composite release note"
Eric Debeau [Tue, 26 May 2020 10:38:51 +0000 (10:38 +0000)]
Merge "Updates composite release note"

3 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 26 May 2020 10:38:10 +0000 (12:38 +0200)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to b70b4266de5ea47d84b6d71f89e73eef25ed855a
  - Revert "Using AAF release Frankfurt dockers"

    This reverts commit 306fa85f8e97e1e7f95f8b429088f570f2926d39.
    Since this patch, we're seeing a lot of errors on healtchecks and e2e
    tests.
    Reverting it in order to make master work again.

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

3 years agoUpdates composite release note 21/108221/4
Sofia Wallin [Tue, 26 May 2020 06:25:30 +0000 (08:25 +0200)]
Updates composite release note

Updating the release version in the composite release
note.

Appreciate further input from integration, security, seccom
and  IT.

Issue-ID: DOC-606

Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
Change-Id: I093c53bd79f431f168b29abfaaedb4900422d8a6

3 years agoUpdate git submodules
Steve Smokowski [Tue, 26 May 2020 10:31:38 +0000 (10:31 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 6c1869316041e314007acb2f777ea89631c890b8
  - Merge "Capture ids of vfModule and volumegroups"
  - Capture ids of vfModule and volumegroups

    Capture ids of vfModule and volumegroups

    Issue-ID: SO-2951
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: Ibe8af16c899a66ef007f74eb2c4e42afb0c2b42f

3 years agoUpdate git submodules
Steve Smokowski [Tue, 26 May 2020 10:31:29 +0000 (10:31 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 2aa0691a3059a86a6df198f6440a8358aeebf496
  - Merge "added assert statements in JUnits"
  - added assert statements in JUnits

    Issue-ID: SO-2804
    Change-Id: Iddb9630af826b719a6e55a974005e9a520401d8e
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoUpdate git submodules
Steve Smokowski [Tue, 26 May 2020 10:30:48 +0000 (10:30 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 388a5e5ed87e479c4b8365a54860c87e489b154b
  - Merge "use existing pnf - logging improvement"
  - use existing pnf - logging improvement

    Issue-ID: SO-2937
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
    Change-Id: Ic4832d7f6608b684d0b1c902a8a7b48f6639e6e1

3 years agoUpdate git submodules
vasraz [Tue, 26 May 2020 09:30:45 +0000 (10:30 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 8b19c01ef6a1a074106fe6077bfde07f48248f1d
  - Fix wrong tests directory structure

    Change-Id: I0538e5ad56c9a77a0e9cb40d629739e979b67495
    Issue-ID: SDC-3073
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
3 years agoUpdate git submodules
Chris André [Tue, 26 May 2020 09:23:36 +0000 (05:23 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 93638b5d9a498008a4dda9c27855586daf222691
  - Java 11 migration: fixing problem on 'openecomp-tosca-converter-core'

    - Explicitely indicate the type associated with 'Collection'

    Issue-ID: SDC-3030
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
    Change-Id: I557eb205598c337b75b06a2c7d705276aeb543a1

3 years agoUpdate git submodules
Chris André [Tue, 26 May 2020 09:13:18 +0000 (05:13 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 50906f4dcd00b0162298d1f86d72dcfc4d3caee9
  - Java 11 migration: fixing problems on 'catalog-fe'

    - Upgrade `jersey-bom` version variable to the most recent stable one
    - Removed `jersey-common` version variable and replaced its references with `jersey-bom`

    Issue-ID: SDC-3036
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
    Change-Id: I414e3814d6d4fc1d927b302efb5dd08659676dc2

3 years agoUpdate git submodules
Xue Gao [Tue, 26 May 2020 07:22:41 +0000 (07:22 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 3521f1dd8b2447d5225c51acdf1472c4c94a3ed3
  - Merge "Create SVG in UI"
  - Create SVG in UI

    Remove the SVG generation from the backend and put it in the UI

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

3 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 26 May 2020 06:51:23 +0000 (06:51 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 7bd12809f5e701fa5a040bbe2ebcaac1fc3e0184
  - Merge "[POLICY] frankfurt RC2 images"
  - [POLICY] frankfurt RC2 images

    Issue-ID: POLICY-2514
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
    Change-Id: Id2597d80cfd5c43992e8d0435a2aca4312a3c796
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
3 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 26 May 2020 06:30:21 +0000 (06:30 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to a9781dc2e8651467fd832ff43ec9b6a12bc0133d
  - Merge changes I3f2ffef2,I1dabc312

    * changes:
      [so][msb] Update MSB url to match with its certificate
      Set certificate SAN as msb-iag

  - [so][msb] Update MSB url to match with its certificate

    Change tested on so-openstack-adapter but it should impact each
    subcomponent the same way.

    Issue-ID: MSB-467
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
    Change-Id: I3f2ffef25b614701b23aeb9b248db24eee671188

  - Set certificate SAN as msb-iag

    Also add helm certificate to be used within deployments.

    Issue-ID: MSB-467
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
    Change-Id: I1dabc31275edebd4a01be658e462a7d45497ce46

3 years agoMerge "Update release notes"
Eric Debeau [Tue, 26 May 2020 06:29:42 +0000 (06:29 +0000)]
Merge "Update release notes"

3 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 26 May 2020 06:17:08 +0000 (06:17 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to f99a8b53adbbc798604e08a59a6612dad093c76c
  - Merge "[COMMON] Allow to use ' in postgres passwords"
  - [COMMON] Allow to use ' in postgres passwords

    ' is one of characters that are placed in passwords by our default
    password generation algorith. As ' is a special character in SQL files
    we need to escape it before substituting environment variables in .sql file.

    Issue-ID: OOM-2317
Reported-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I970eaf03fbcbfa8cb68df4a06ee27503d02d896a

3 years agoUpdate release notes 89/108189/3
Sofia Wallin [Mon, 25 May 2020 08:13:30 +0000 (10:13 +0200)]
Update release notes

Updated the doc projects release note

Issue-ID: DOC-612

Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
Change-Id: I104ff93f506b3619b1424760b11ff6a8fbac20bb

3 years agoUpdate git submodules
Kuralamudhan Ramakrishnan [Tue, 26 May 2020 05:32:49 +0000 (05:32 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 079d214800484b0bfedd22fc72f4b3c61ecc6f83
  - Adding Multus test in vagrant and containerization installer

    Issue-ID: MULTICLOUD-1037
Co-authored-by: yu marin <weifei.yu@intel.com>
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
    Change-Id: Id07394cc454b3660fb5f06982fea020e93b26039

3 years agoUpdate git submodules
marvinYu [Tue, 26 May 2020 03:37:59 +0000 (11:37 +0800)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 2f86e8e5364339b539313931d7faaf9f9c3896a4
  - Updating multus, SRIOV and nfd test cases

    Updating some AddOn test cases and add README.md file.

    Issue-ID: MULTICLOUD-1037
Signed-off-by: marvinYu <weifei.yu@intel.com>
    Change-Id: Iee2c31207cf2cd37fb8119bceef286aa887079f9

3 years agoUpdate git submodules
dyh [Tue, 26 May 2020 02:27:14 +0000 (10:27 +0800)]
Update git submodules

* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
  to 23785037bc77749a748c875712db84836fdf07e1
  - add lib for Dmaap

    Issue-ID: MODELING-366
    Change-Id: Id9a93649b49ae270a505f4aac790bc761862cf34
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
3 years agoUpdate git submodules
Michael Dürre [Mon, 25 May 2020 23:05:03 +0000 (01:05 +0200)]
Update git submodules

* Update docs/submodules/ccsdk/features.git from branch 'master'
  to 450fc8501f8f8506a816ab693a0a2e2cc005af16
  - fixed env variables not working

    fixed regex for env property values

    Issue-ID: SDNC-1196
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
    Change-Id: Ia8a96110f000438bec84d235dde484d313f45a8e

3 years agoUpdate git submodules
Krzysztof Opasiak [Mon, 25 May 2020 17:00:11 +0000 (17:00 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 92e70e4db18ec9de845dcd09c2c0a015e4a72a3a
  - Merge "the final docker release for R6"
  - the final docker release for R6

    the final docker release for R6

    Issue-ID: APPC-1869
    Change-Id: Ic16764a73e0cfafc4063048a94953878d900e5af
Signed-off-by: Taka Cho <takamune.cho@att.com>
3 years agoUpdate git submodules
Gervais-Martial Ngueko [Mon, 25 May 2020 16:44:08 +0000 (16:44 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to a1668ebbcf5c010a495c56e78178a615f52c655b
  - Merge "update release note"
  - update release note

    update release note, add list of bugs

    Issue-ID: CLAMP-840

    Change-Id: Iecf4c787df106bc2d9024b49ce16c7bb3519514a
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
3 years agoUpdate git submodules
vrvarma [Mon, 25 May 2020 15:19:31 +0000 (11:19 -0400)]
Update git submodules

* Update docs/submodules/optf/has.git from branch 'master'
  to 1a1cf011bf02423c277533765f46e591f8190c2c
  - maven artifact release 2.0.4 for has

    Change-Id: Ibd4ace1220f9dc7d8a7f9119f1474ae54ce63f45
Signed-off-by: vrvarma <vikas.varma@att.com>
    Issue-ID: OPTFRA-760

3 years agoUpdate git submodules
Bartek Grzybowski [Mon, 25 May 2020 14:06:11 +0000 (07:06 -0700)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to f0190dd42eb489d83270d5f698d0ab037f513db7
  - Add functional tests for verifying simulator services status

    Status is verified after each lifecycle change for proper
    subcommand action.

    Change-Id: Ia1c0e1bce24ddf1ca2c805a420e4a0665412aedf
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add functional test for 'clean' subcommand

    Change-Id: Iac2b7d5f912b22c6c4b342e350a71ee6ad8b1fbb
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add functional tests for 'stop' subcommand

    Change-Id: Id3640c494f21fb4869fcf412dc83824dc8670d12
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add tests for 'trigger_custom' subcommand

    Change-Id: I7a2811618adcaaa698a702d264ef2a93bc899704
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add functional tests for 'trigger' command

    Change-Id: Ie3f0a5c5b5276c058da3d284d5531ab5c821e3b8
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add functional tests for 'start' command

    Change-Id: I6a0e6bf35384e861511972aab45faed2fa13a90e
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add functional tests for bootstrap commands

    Change-Id: Idb816780206f8b3b7a14128b7fd4603c4977ce11
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add pytest fixtures

    This adds fixtures that'll be utilised by unit
    and functional tests.

    Change-Id: Iaeed869d8320ccc44d485fc00c590741352e34e6
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Remove fixture declaration that is defined in pytest config

    Change-Id: I37abc052df5f69907ceb9bb81fbc478126e115d5
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add 'pyyaml' dependency in 'pytest' tox env

    Change-Id: I07d326aabe2ad70eb269b5236d2fe6af1a958824
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add pytest testing scenario settings for simulator

    Change-Id: I57d67a837aa3ef8d6a58e5abbb61bfc3606e93dc
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Drop shell 'rm' command and use 'rmtree' native Python routine

    Change-Id: Id5487723b8eb6fdc065ffe712907f9a715f610c5
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
3 years agoUpdate git submodules
Einat Vinouze [Mon, 25 May 2020 13:19:12 +0000 (16:19 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 5b5e0bba604cd6dc41e6bd90b7399d82db7d0cb8
  - Set JobStatus as COMPLETED_AND_PAUSED when needed so we can present it on instantiationStatus - cypress test

    Issue-ID: VID-821
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
    Change-Id: Iaddff3c0b030888535beae8047c1af20f47bc6bc

3 years agoUpdate git submodules
Sylvain Desbureaux [Mon, 25 May 2020 12:12:17 +0000 (12:12 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 7cccd2a303d4f61dee5aa2ab5da701bd9e18fec8
  - Merge "[PORTAL] Move portal subcharts to components"
  - [PORTAL] Move portal subcharts to components

    In order to allow to define dependencies per subchart let's move all
    of them to components and make sure that they can be build
    independently.

    Issue-ID: AAF-1134
    Change-Id: Ia75ba66d9338dbacaea500c20f6a5b384d1685a1
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
3 years agoUpdate git submodules
Ittay Stern [Mon, 25 May 2020 11:21:16 +0000 (14:21 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to f151db2210c86dcd87e2341041dde1c2710e95d2
  - Frankfurt release notes extended

    Issue-ID: VID-816

    Change-Id: I8d991c171a30a5894f3133a51878afaf27c51e65
Signed-off-by: Ittay Stern <ittay.stern@att.com>
3 years agoUpdate git submodules
Francis Toth [Mon, 25 May 2020 10:24:06 +0000 (06:24 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to c9858db21d5b2e5a4f7cd2f2963fdbcb8c4e943c
  - Refactor CsarUtil::addInnerComponentsToCSAR

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
    Change-Id: I7f32d729a96f696c217631cd019105c17cb36a8c
    Issue-ID: SDC-2812

3 years agoUpdate git submodules
Lukasz Rajewski [Mon, 25 May 2020 10:03:05 +0000 (12:03 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 61a35bca9ce57331289e097b32a7db722f6e4da3
  - Hardcoded APPC password removed

    Hardcoded APPC password removed from doc

    Issue-ID: INT-1277
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
    Change-Id: Iaad61a8d3c436f6a0861d1c4f94fdc804763d940

3 years agoUpdate git submodules
Kuralamudhan Ramakrishnan [Mon, 25 May 2020 08:24:06 +0000 (08:24 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to cb00c733fc29c715f1f30cbf50534a0811575d7f
  - sriov baremetal installation fix

Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
    Issue-ID: MULTICLOUD-1074
    Change-Id: I5c497aef954945c4baee10ff5613b220ed9b8152

3 years agoUpdate git submodules
zm330 [Mon, 25 May 2020 01:56:37 +0000 (09:56 +0800)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 1be844e494300c9c2eae7becbaf0aa9136d9278c
  - Update DeleteSliceService auth

    Issue-ID: SO-2942

Signed-off-by: zm330 <zhangminyj@chinamobile.com>
    Change-Id: I93015340d57e9feeba0d212bef7978a3a33d1026

3 years agoUpdate git submodules
yxpoke [Sun, 24 May 2020 22:54:20 +0000 (06:54 +0800)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to e9d4fc1e6ea5f43811d068db48c3f6847cf0dd66
  - R6 Model Spec Update

    Change-Id: I569b33a64bbae425eaec5fa939c57f69ea7e1ed8
    Issue-ID: MODELING-363
Signed-off-by: yxpoke <yangxu5@huawei.com>
3 years agoUpdate git submodules
vrvarma [Sun, 24 May 2020 21:48:57 +0000 (17:48 -0400)]
Update git submodules

* Update docs/submodules/optf/has.git from branch 'master'
  to 242176144033b24d1e47024e1cf779aab8039629
  - create docker release 2.0.4 for optf-has

    Change-Id: I4f1367c4aae9c78353047ce083edac7e1a5bcfea
Signed-off-by: vrvarma <vikas.varma@att.com>
    Issue-ID: OPTFRA-760

3 years agoUpdate git submodules
vasraz [Sun, 24 May 2020 10:11:25 +0000 (11:11 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to fcbf6d2541c6d033e4979784ce2373f0c5db3932
  - Support setting SDC-BE configuration at deployment time

    Change-Id: Id1ebcb01d81b8e0cd681dcb304aa77bb3248d69c
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
    Issue-ID: SDC-3076

3 years agoUpdate git submodules
andre.schmid [Sun, 24 May 2020 09:02:20 +0000 (10:02 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to c8f88d9b496e8f10179bfc26a09a27386d156d47
  - Fix potential NullPointer in SchemaFileImport

    While reading the YAML to import, if the content was missing
    the entry node_types it was causing a NullPointerException.
    Also the exception was being suppressed, making very difficult
    to understand what happened.

    Change-Id: I44badbee1c739ddf6db08b4e518adb33c430fa84
    Issue-ID: SDC-3070
Signed-off-by: andre.schmid <andre.schmid@est.tech>