doc.git
4 years agoUpdate git submodules
Pamela Dragosh [Fri, 8 May 2020 11:46:06 +0000 (11:46 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 1a2dd1f4e3af974c6eb27176de0a4a92838a9750
  - Merge "Correcting PAP VVM image name"
  - Correcting PAP VVM image name

    Issue-ID: POLICY-2511
    Change-Id: If4d0676d9c9eb4162298e65d9e0b3233901b7bfe
Signed-off-by: RossC <ross.carter@est.tech>
4 years agoUpdate git submodules
Pamela Dragosh [Fri, 8 May 2020 11:36:06 +0000 (07:36 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 08cc8426efb540a01e5d7c6a1b11860c3cbde86e
  - Fix documentation table error

    Issue-ID: POLICY-2515
    Change-Id: Ia92b41ec314e7920dd1b783157b37938df03f09f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoUpdate git submodules
Morgan Richomme [Fri, 8 May 2020 09:50:58 +0000 (09:50 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 60d0cc8d265cf1c4cf98cf60fcded73296bc49fc
  - Update git submodules

    * Update kubernetes/robot from branch 'master'
      to 91827be0924c4db10687474ed5db2f7c63f6568a
      - Merge "[ROBOT] Fix Ingress configuration"
      - [ROBOT] Fix Ingress configuration

        Set SSL to redirect as backend uses HTTPS.

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

4 years agoUpdate git submodules
Aleksandra Maciaga [Fri, 8 May 2020 09:26:38 +0000 (11:26 +0200)]
Update git submodules

* Update docs/submodules/aaf/certservice.git from branch 'master'
  to 0c3c68ba16c8c1953247776e48072ff7668a7b02
  - Update CertService Introduction Documentation

    Issue-ID: AAF-1091
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com>
    Change-Id: Ica4596e08648b49782316be48769395223a15397

4 years agoUpdate git submodules
Francis Toth [Fri, 8 May 2020 08:08:45 +0000 (04:08 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 87fc08f6bb131248dbb861d178dd8faddb7412ba
  - Refactor CsarUtil::addComponentToCache

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

4 years agoUpdate git submodules
andre.schmid [Fri, 8 May 2020 07:49:01 +0000 (08:49 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 75dd0bbc0e78c8e41de9792123fafed466f8ecbe
  - Clean normatives file during mvn clean

    The configuration to clean the normatives.tar.gz was incorrect,
    so the file was not being cleaned up during mvn clean, which
    could create an inconsistent sdc-backend-init docker image.

    Change-Id: I15e3f4c49f404c147532c88c50f131cb61aea9c0
    Issue-ID: SDC-3041
Signed-off-by: andre.schmid <andre.schmid@est.tech>
4 years agoUpdate git submodules
John J. Franey [Fri, 8 May 2020 07:24:14 +0000 (03:24 -0400)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 9f2d11a8c9a8952bfc97e64418b21f26be4e51a6
  - bump version for Guinin: 2.7.x

    Initial version is 2.7.0-SNAPSHOT.
    '7' connotes the 7th ONAP release, Guinin.

    Issue-ID: AAF-1142
Signed-off-by: John J. Franey <john.franey@att.com>
    Change-Id: I451a167f3f96ef54054c52f4389cceb8c467fc85

4 years agoUpdate git submodules
Pawel Wieczorek [Fri, 8 May 2020 07:22:19 +0000 (09:22 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 7be9861d562abc762d65a4efd7cf49b493d70206
  - Exclude code location from code base URL

    Python method str.format allows easy templating using substitutions
    identified by braces ('{' and '}'). Using two levels of nested
    substitutions can be achieved by doubling braces ("{{" and "}}").

    Hound configuration creator script was supposed to use two levels of
    nested substitutions and still leave braced components within the
    templated string for further substitution by the Hound tool. This would
    require using multitude of braces which would decrease readability
    significantly.

    This is why code location template is appended to the code base URL at
    the latest.

    If there will be need for more levels of nested templates, this code
    shall be further refactored to use only named fields, str.format_map()
    (available in Python 3.2+) and SafeDict, e.g.

      >>> class SafeDict(dict):
      ...     def __missing__(self, key):
      ...         return '{' + key + '}'
      ...

    which would leave braced components within the processed template in
    case given key is missing.

    Issue-ID: ONAPARC-579
    Change-Id: I420d076867aa891edb2a945a8cd58e168c892ac3
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
4 years agoUpdate git submodules
Bartek Grzybowski [Fri, 8 May 2020 06:50:13 +0000 (23:50 -0700)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 937fe44cefb6a749ad39e2e332881b0cf32b7cf1
  - Refactor simulator instances IP setting logic

    Change-Id: I5bd36b364cd033d0d468c81f345be9255e7adb85
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Fix services IP addresses naming

    Use formatted string literals to make the code more
    readable.

    Change-Id: I712f887d73c29aacc5766052835f377a63e9eb06
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Drop superfluous variables and type casts

    Change-Id: Ic8e9eab90c537584b2c771bdeb59c0b43deb992e
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Supress ANSI escape sequences when terminal not detected

    This prevents obscured output when redirecting output to
    a file descriptor.

    Change-Id: Ie56b6f65b1d2adffc69d3f75a9c8f98c0444faa8
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
4 years agoUpdate git submodules
Chuanyu Chen [Fri, 8 May 2020 06:10:41 +0000 (06:10 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 86b2d36e3dabd2e781d7a63063680d1f2776a254
  - Merge "CamundaClient not handle operationType used by Activate5GSliceServiceInstances"
  - CamundaClient not handle operationType used by Activate5GSliceServiceInstances

    Issue-ID: SO-2911

    Change-Id: I23a7628359439adeeec9f22302f64f4441939897
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
4 years agoUpdate git submodules
Chuanyu Chen [Fri, 8 May 2020 06:10:29 +0000 (06:10 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 2799a5ba78048740e188a758d0f65ccc572293fe
  - Merge "interface getServiceOperationStatus in request-db-adapter not exist"
  - interface getServiceOperationStatus in request-db-adapter not exist

    Issue-ID: SO-2905

    Change-Id: I2f66a0efa2e0ba894c8750bdd4d302bcf8924103
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
4 years agoUpdate git submodules
Chuanyu Chen [Fri, 8 May 2020 06:10:15 +0000 (06:10 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to f5120e45dc31023ae7f9dab669622ba492a64cb5
  - Merge "merge SO-2824 from frankfurt resolve problem CreateCommunicationService SST is null"
  - merge SO-2824 from frankfurt resolve problem CreateCommunicationService SST is null

    Issue-ID: SO-2824

    Change-Id: I439f5ec11ae3b919dc98881ad2518a11c9e30bc2
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
4 years agoUpdate git submodules
Chuanyu Chen [Fri, 8 May 2020 06:09:46 +0000 (06:09 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 14c80fee36e4e054d87d2b19004f19ac24d0f6c4
  - Merge "Fix serviceProfile serialize"
  - Fix serviceProfile serialize

    Issue-ID: SO-2368

    Change-Id: Ia68bef5a1d7413fa2a6b88c79cbaa0501d8f9b57
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
    (cherry picked from commit fb6f70e61803d3634b7decb847950b733a7adfdf)

4 years agoUpdate git submodules
Krzysztof Opasiak [Fri, 8 May 2020 00:04:06 +0000 (00:04 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 58ceacb36847873d4a63c6fcd10475d87facdca4
  - Merge "Update Docker Release version"
  - Update Docker Release version

    Modify Update DB script.
    Issue-ID: PORTAL-900, PORTAL-894
Signed-off-by: statta <statta@research.att.com>
    Change-Id: I224826ef027e38d88f035fcef64969137154fd4d

4 years agoUpdate git submodules
Krzysztof Opasiak [Fri, 8 May 2020 00:01:51 +0000 (00:01 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 30397707d68c56fc9c8816a9fe495d75d90124b1
  - Merge "Fix name convention issue (SDC-WORKFLOW)"
  - Fix name convention issue (SDC-WORKFLOW)

    Related to https://gerrit.onap.org/r/c/sdc/sdc-workflow-designer/+/102754

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

4 years agoUpdate git submodules
Steve Smokowski [Thu, 7 May 2020 21:03:16 +0000 (21:03 +0000)]
Update git submodules

* Update docs/submodules/so/libs.git from branch 'master'
  to efdc7c5697a5c3d1ccff4fe730e73cefcf694215
  - Merge "Update Glance client to utilize head"
  - Update Glance client to utilize head

    Issue-ID: SO-2906
    Change-Id: Ife2dfaa58eab1d2588aaef9b7d912102a5c65458
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
4 years agoUpdate git submodules
Krzysztof Opasiak [Thu, 7 May 2020 19:32:49 +0000 (19:32 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 7e6bd0c1376444d020b876b84e0b3c6c15c4e9e2
  - Merge "Use SDC 1.6.5 containers"
  - Use SDC 1.6.5 containers

    Change-Id: I0e1e7ee475b57179b8580b610d5b74cdecd59859
    Issue-ID: SDC-2942
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoUpdate git submodules
Hesam Rahimi [Thu, 7 May 2020 18:59:51 +0000 (18:59 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to f515a8831e0036414d69d73030e871dec88180f8
  - NNI-based Service creation DG bug fixes (uni, l2vpn, and underlay resources).

    - This is needed for F release

    Issue-ID: SDNC-1184
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
    Change-Id: Ib35d7a70e862c6068d9e3edc10f7d80ba5764e6a

4 years agoUpdate git submodules
Brendan Tschaen [Thu, 7 May 2020 18:29:46 +0000 (18:29 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 886394400a8e64b5938fe264dc9a79856b4fd3f6
  - Merge "Junit for JSONObject"
  - Junit for JSONObject

    Issue-ID: MUSIC-583
    Change-Id: I82821820a5bdbe56a0e59ea37e9eb9eb03b3ce62
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
4 years agoUpdate git submodules
Brendan Tschaen [Thu, 7 May 2020 18:26:04 +0000 (18:26 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to f02506acb853a353037fe2c3d9d9549834a71f8b
  - Merge "Junit for RowIdentifier"
  - Junit for RowIdentifier

    Issue-ID: MUSIC-583
    Change-Id: I8e6ef8616cb87a5feb6286238ac0f8afc5f48e78
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
4 years agoUpdate git submodules
Brendan Tschaen [Thu, 7 May 2020 18:24:57 +0000 (18:24 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 2ea42461173d8d387cc49b53566b661f7adc26a5
  - Merge "JUNITS for JSONDELETE class"
  - JUNITS for JSONDELETE class

    Issue-ID: MUSIC-583
    Change-Id: I10299d8883ce1a6acbf0bf84a965bd7efa525c52
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
4 years agoUpdate git submodules
Lukasz Rajewski [Thu, 7 May 2020 14:28:02 +0000 (16:28 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 1b6431d1928dd532271ed6a109622a7b44394c36
  - Fixed vFWDT do after modifications in OOF for policy

    Modified description of procedure to upload polcies
    used for TD procedure and OOF.

    Change-Id: I6e3760f2d2308a36388971e66280df3d3d35f224
    Issue-ID: INT-1277
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
4 years agoUpdate git submodules
jhh [Thu, 7 May 2020 14:19:45 +0000 (09:19 -0500)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 42e83a8c2a10605467c372e2aa5af025374670d7
  - Add policy and sdc staging images overrides

    Issue-ID: INT-1585
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
    Change-Id: Ia2682bc293ea403b56d3f4d27d6a1c219e6e90eb

4 years agoUpdate git submodules
Ittay Stern [Thu, 7 May 2020 13:07:35 +0000 (16:07 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to fc0d29339279109558dbf2484d7e9fe8f2d78113
  - Move some tests from group 3 to group 5

    Issue-ID: VID-647
    Change-Id: Ic6d97cb7a7c1ce7c47dbfd8717553b9fb1225eca
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Smokowski, Steve (ss835w) [Thu, 7 May 2020 13:03:41 +0000 (09:03 -0400)]
Update git submodules

* Update docs/submodules/so/libs.git from branch 'master'
  to a3a60330829f9a47495185c865c8078dad116ac9
  - Update Glance client to utilize head

    Issue-ID: SO-2906

    Change-Id: Ie4d4618354a73754c0357004a34ef4b9cd99ad7d

    Change-Id: Ia741f5170945e2e1c0c45c62a4c671270b173ec2
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
4 years agoUpdate git submodules
Kanagaraj Manickam [Thu, 7 May 2020 12:54:49 +0000 (12:54 +0000)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to 7f3a150c231da1dcff306ec1e74517416ff3c972
  - Merge "Add new policy api for Frankfurt release"
  - Add new policy api for Frankfurt release

    Issue-ID: CLI-269
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
    Change-Id: I8036303cfe4e5147e66674b46ee1c5b1e12986c0
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
4 years agoUpdate git submodules
Liam Fallon [Thu, 7 May 2020 12:17:20 +0000 (12:17 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to fbc5c35127f4815522a5c4df683c6f671c1d6cc6
  - Merge "PAP Stability test Documentation update"
  - PAP Stability test Documentation update

    Issue-ID: POLICY-2454
Signed-off-by: aditya.puthuparambil <aditya.puthuparambil@est.tech>
    Change-Id: I0150b99b2ab26edc3cdded0808de56b8c58af9c7

4 years agoUpdate git submodules
Marcin Przybysz [Thu, 7 May 2020 11:47:20 +0000 (11:47 +0000)]
Update git submodules

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

    * Update kubernetes/robot from branch 'master'
      to 64233373f3e5699d3cc7b154cedeb7d70826a667
      - Merge "ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding fix in scrip required for Frankfurt"
      - ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding fix in scrip required for Frankfurt

        Issue-ID: INT-1240

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

4 years agoUpdate git submodules
Lukasz Muszkieta [Thu, 7 May 2020 11:25:41 +0000 (11:25 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 5e67cc099f6bcade2f12bf9220bdf3682f2d06c1
  - Merge "Reduce Cyclomatic Complexity"
  - Reduce Cyclomatic Complexity

    The Cyclomatic Complexity of this method "runAppCCommand" is 24 which is greater than 10 authorized
    The type of the "payloadInfo" object should be an interface such as "Map" rather than the implementation "HashMap"
    Either log or rethrow this exception

    Issue-ID: SO-1841
    Change-Id: I60a5fa3dea49c33e825cc36419d3b13509f36248
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
4 years agoUpdate git submodules
Steve Smokowski [Thu, 7 May 2020 11:19:38 +0000 (11:19 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to e49f8206be943065f8f877e1f4d070ecc583866c
  - Merge "updated code with parallel streams to normal"
  - updated code with parallel streams to normal

    updated code with parallel streams to normal streams

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

4 years agoUpdate git submodules
Bonkur, Venkat [Thu, 7 May 2020 11:19:24 +0000 (07:19 -0400)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 35575d4a9ba1d8d7c4a987b8de31ad391b8ff71b
  - construct for each platform

    construct for each platform instead of whole string of platforms
    related to network
    formated the files
    updated the test case per feedback
    fixed the compilation  error

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Thu, 7 May 2020 10:08:24 +0000 (10:08 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 942e8f8450f06dc2f20d6c3b5dc28a62ef524770
  - Merge "[AAF] v1.16+ compatible templates"
  - [AAF] v1.16+ compatible templates

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

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

4 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 7 May 2020 09:12:04 +0000 (09:12 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to f7591a5a90a005e825fddb4de73da62d55d6cb70
  - Merge "[SDNC] Use common aaf template in SDNC"
  - [SDNC] Use common aaf template in SDNC

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

4 years agoUpdate git submodules
Ittay Stern [Thu, 7 May 2020 09:11:05 +0000 (12:11 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 8fde9d565e5e148ed2bacb6e2686dd45051290fc
  - Bump VID master version to 7.0.0 (Guilin)

    Issue-ID: VID-813
    Change-Id: I4ead7f5cca5380a5eba154b30fb18e18177865af
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
vasraz [Thu, 7 May 2020 08:25:31 +0000 (09:25 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to a1bd235fffc7c0685800b6f3d8289d143baa87d6
  - Reduce scope from 'compile' to 'test' for 'junit-vintage-engine'

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

4 years agoUpdate git submodules
vasraz [Thu, 7 May 2020 08:17:37 +0000 (09:17 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to cea494370afa9feb589d1f813850fbdabc1df578
  - Support functions in TOSCA Simple Profile in YAML

    This commit aim to generalize usage of ToscaFunctions enum

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

4 years agoUpdate git submodules
MichaelMorris [Thu, 7 May 2020 08:14:26 +0000 (09:14 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to f8bc4f94da584d5861827df7ee2107c33f514a55
  - Support configuring of tosca type for categories

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

4 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 7 May 2020 07:39:14 +0000 (07:39 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 858566a502e63459f4136fe6cea7490484089997
  - Merge changes I0947c006,I73f799d9

    * changes:
      DOC howto setup ingress on the Kubernetes cluster
      Ingress quick start guide notice

  - DOC howto setup ingress on the Kubernetes cluster

    User manual howto setup ingress controller on the kubernetes
    cluster using Nginx and MetalLB

    Issue-ID: OOM-1878
    Change-Id: I0947c0060851fd7a43bfa92b0472b9ec898857b6
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
  - Ingress quick start guide notice

    Notice about experimental ingress configuration

Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
    Change-Id: I73f799d9fb254a5d40b1c7d22c75350010780a1d
    Issue-ID: OOM-1878

4 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 7 May 2020 06:43:13 +0000 (06:43 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 1364704d13eb442dc398fb7e3f1325e5098ff541
  - Merge "[COMMON] Add new template for obtaining certificate"
  - [COMMON] Add new template for obtaining certificate

    Add new template that can be used to obtain certificate by
    component. Make also a PoC with NBI.

    Strongly based on aaf-config template.

    Issue-ID: AAF-1134
    Change-Id: I10cb2a7b36a8dc436be337518cc15431aabbbc5d
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
4 years agoUpdate git submodules
Bin Yang [Thu, 7 May 2020 00:47:22 +0000 (08:47 +0800)]
Update git submodules

* Update docs/submodules/multicloud/framework.git from branch 'master'
  to 94e5ced9e0abc1157f5409429f50ecbdf4eacf66
  - Fix API spec doc format

    Issue-ID: MULTICLOUD-1033
Signed-off-by: Bin Yang <bin.yang@windriver.com>
    Change-Id: I3d04f1059f06b621f020b6bab41b21ee95a7917c

  - Fix Release Notes format

    Issue-ID: MULTICLOUD-1033
Signed-off-by: Bin Yang <bin.yang@windriver.com>
    Change-Id: I841f3d6cdb1afd2814f77f217e409bb431f467a9

4 years agoUpdate git submodules
Ritu Sood [Wed, 6 May 2020 23:17:45 +0000 (23:17 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 3d8e9a41d55cd862e9963e8c561e80f9ec09d484
  - Merge "add cmk in KuD"
  - add cmk in KuD

    - deploy cmk related pods
    - untaint compute nodes if necessary
    - run cmk unit tests: allocate CPUs from exclusive and shared pools
    - deploy a testing nginx pod along with cmk testing pods
    - preset 1/2 CPUs for shared/exlusive pools to fit CI server machines
      users can adjust the parameters to meet their own requirements

    Test Results:
      - many rounds of vagrant/5 VMs(controller01/02/03 and compute01/02)
        based test are all OK
      - 14 rounds tests on my local server (S2600WFQ (36C/72T) )and
        PC(HP Z228 (4C/4T)) with all-in-one bare metal deployment are all OK
      - CI(a 4C/4T machine) results of latest patch set also show that the
        test of bare metal deployment is OK
      - NOTE: both my local test and CI use the same testing method of calling
              aio.sh after applying the latest patch set.

    Change-Id: I046a4a63b94f92f23347ab76c21a661521e01119
    Issue-ID: MULTICLOUD-879
Signed-off-by: Liang Ding <liang.ding@intel.com>
4 years agoUpdate git submodules
Dan Timoney [Wed, 6 May 2020 22:44:06 +0000 (18:44 -0400)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 994bc307cec45df800c8b8d5691b61bf67ec7665
  - Use RC1 version of CCSDK artifacts

    Update helm charts to use RC1 version of CCSDK dockers

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

4 years agoUpdate git submodules
Ram Krishna Verma [Wed, 6 May 2020 22:06:34 +0000 (22:06 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 1212fc3268a233b0a98e05221d3615a717f1b0db
  - Merge "Update API documentation"
  - Update API documentation

    API documentation updated to clarify and explain how TOSCA checks are
    carried out, warnings added to the docuemtation to explain how the
    policy type and data type hierarchy and policy to policy type references
    are checked and under what circumstances errors are reported.

    Issue-ID: POLICY-2500
    Change-Id: I3cbb7d45ed9997b04b523a4b3cfe32950df71262
Signed-off-by: liamfallon <liam.fallon@est.tech>
4 years agoUpdate git submodules
statta [Wed, 6 May 2020 21:23:48 +0000 (17:23 -0400)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 16744740bf14c659a97d01071adff775049e43d8
  - Skiping SDK DB and WMS Dockerfile

    Issue-ID: PORTAL-900
    Change-Id: I29c795fe61001722c814ef7692525787335871bf
Signed-off-by: statta<statta@research.att.com>
    (cherry picked from commit 011e0c25de29ee9cde5b60a637ae6b6f9268f08e)

4 years agoUpdate git submodules
lf-jobbuilder [Wed, 6 May 2020 21:11:21 +0000 (14:11 -0700)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 8e5427f976cf027d1a66a7818c8563a851eb7781
  - Automation adds master_index in index.rst

    Add missing master_index tag in the docs.

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

4 years agoUpdate git submodules
Deven Panchal [Wed, 6 May 2020 20:58:55 +0000 (20:58 +0000)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'master'
  to 398f94636f2235898a2f1768191362f1dea24aff
  - Update Documentation for docker component

    Update Documentation for docker component

    Issue-ID: DCAEGEN2-1668
    Change-Id: I1b6f6e3f4b6f89fb9e04773a14e5ebf804564e58
Signed-off-by: PANCHAL <dp023n@att.com>
4 years agoUpdate git submodules
Eric Multanen [Wed, 6 May 2020 20:15:17 +0000 (13:15 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 30ef50b4bea5c1d883c935100f07915883847b66
  - Add k8splugin releases file for 0.6.0

    Add releases directory and container yaml file for 0.6.0

    Issue-ID: MULTICLOUD-1052
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
    Change-Id: I722ba0d3b5bb57d6533208cd0f051e2d8619510a

4 years agoUpdate git submodules
Dan Timoney [Wed, 6 May 2020 19:16:39 +0000 (15:16 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/apps.git from branch 'master'
  to 261379c5d7327ce19fd271225efb3e2a27e98809
  - Use bash instead of Bourne shell

    Start script for naming service needs to be started with
    bash in order for redirect to work properly.

    Change-Id: I10236231204628f0832268409464418b4bca2d2a
    Issue-ID: CCSDK-2360
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUpdate git submodules
Konrad Banka [Wed, 6 May 2020 16:27:12 +0000 (16:27 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 6faa4b0749e68a87e78311e9acb98007739872be
  - Revert "Update brokerhandler API to conform with /v1/ path pattern"

    This reverts commit 4ae60c1b50750587ab9d3960617a47d7db57b311.

    Reason for revert: Unable to reproduce bug, reverting fix implementation

    Issue-ID: MULTICLOUD-1053
    Change-Id: Icc12260f9c122c6e5ac038d07a0e6cd56201e3ba
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
4 years agoUpdate git submodules
Dan Timoney [Wed, 6 May 2020 15:10:18 +0000 (15:10 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 1e6f878cc92f42ca25f44319b70797bdcc8a4e1f
  - Merge "fix sort at package list"
  - fix sort at package list

    Issue-ID: CCSDK-2320
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
    Change-Id: Ia91d519c315b6ef0c01089422253599b137eceec

4 years agoUpdate git submodules
Dan Timoney [Wed, 6 May 2020 14:43:29 +0000 (14:43 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 158603523a43d4480b519f4ef27649cd98783410
  - Merge "Truncate message published on Kafka / Spike: Define solution for logs separation"
  - Truncate message published on Kafka / Spike: Define solution for logs separation

    Refactoring of cmd-exec component
      - Improve display of error messages within the response
      - Fix gRPC buffer limitation (4Mb) by truncating error messages and cmd-exec logs if too heavy (>3Mb)
    Truncation of BP responses (<4Kb) before sending them in kafka audit topics.
      - Truncation if needed of error messages for every response
      - Truncation of cmd-exec logs in cmd-exec responses
    (Spike) Add a flag in the application.properties to enable/disable the display of cmd-exec responses on the BP side
    (Fix) Correction of BP processing with kafka regression
    (Fix) Changed default SSL Endpoint Algo

    Issue-ID: CCSDK-2326
    Change-Id: If4d0e661117d1dd156cf19c95774824e754d870a
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
4 years agoUpdate git submodules
vasraz [Wed, 6 May 2020 14:39:27 +0000 (15:39 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to a36531c38fe1a9234b8dbeaed5505cf3ca48de26
  - Prepare for Junit5

    Remove unused/duplicated dependencies

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

4 years agoUpdate git submodules
Chris André [Wed, 6 May 2020 14:39:14 +0000 (10:39 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 5be1289bdded95df10c900d2d6f7596904287c91
  - Make `collectNewCapabilities` return an empty Map

    - Made `collectNewCapabilities` return an empty HashMap instead of a null value

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

4 years agoUpdate git submodules
gautamk189 [Wed, 6 May 2020 14:38:55 +0000 (20:08 +0530)]
Update git submodules

* Update docs/submodules/externalapi/nbi.git from branch 'master'
  to a50708287e0dc7865a3db603577c92875a122878
  - Added fix for EXTAPI-197: MSB registration

    Issue-ID: EXTAPI-197

Signed-off-by: gautamk189 <gautamkr@hcl.com>
    Change-Id: Iea7628481f0ba80b6e5593231c87fec96749b92a

4 years agoUpdate git submodules
ezhil [Wed, 6 May 2020 14:24:31 +0000 (19:54 +0530)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 41b218706ae1adf323a513b99a65ffa713df11a3
  - JUNIT for Jsonselect class

    Issue-ID: MUSIC-583
    Change-Id: I39087ea2dbb66e789873d7bccae263041056a5d7
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 14:05:47 +0000 (14:05 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 693b49fc8116ea27635c26590bf85a6746868ea4
  - Merge "[VNFSDK] Fix Ingress configuration"
  - [VNFSDK] Fix Ingress configuration

    Change port to HTTPS one
    Set ssl to redirect.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 14:05:26 +0000 (14:05 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 070bbd9910e4127bdc782ab54fa8fe767dc3168e
  - Merge "[VID] Fix Ingress configuration"
  - [VID] Fix Ingress configuration

    Set SSL to redirect as backend is HTTPS.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 14:05:07 +0000 (14:05 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 3fe34552a6f6f44e45aa894ce91992d9775797a4
  - Merge "[UUI] Fix Ingress configuration"
  - [UUI] Fix Ingress configuration

    Set ssl to redirect when backend is HTTPS.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 14:03:56 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 03823da84da32f936e33b978830c23556c5f35a2
  - Merge "[SDNC] Fix Ingress Configuration"
  - [SDNC] Fix Ingress Configuration

    Set redirect to true when backend is HTTPS.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 14:03:30 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to ba2085db6d96c0c987f43fa5b59f47c4a7b15395
  - Merge "[SDC] Fix Ingress configuration"
  - [SDC] Fix Ingress configuration

    Set redirect for SSL when backend is HTTPS

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 14:00:30 +0000 (14:00 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 6800655bd7c3b60acbbf5336b5ea9c3d047b82bd
  - Merge "[Portal] Fix Ingress configuration"
  - [Portal] Fix Ingress configuration

    Set redirect for SSL for HTTPS backend.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 14:00:10 +0000 (14:00 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 66f8375f5bc354baa7cc1c4984e626db740ff706
  - Merge "[OOF] Fix Ingress configuration"
  - [OOF] Fix Ingress configuration

    Set redirect for SSL as backend is HTTPS.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 13:59:45 +0000 (13:59 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 83c183b899673cd3d84a374318515a8c972d93fa
  - Merge "[DMaaP] Fix Ingress configuration"
  - [DMaaP] Fix Ingress configuration

    Use HTTPS port
    set redirect for ssl part.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 13:59:26 +0000 (13:59 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 32a910a7c5c362c4802a43b3da6a8181fe82e80c
  - Merge "[CLI] Fix Ingress configuration"
  - [CLI] Fix Ingress configuration

    Use the new port.
    Set redirect to https service.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 13:58:55 +0000 (13:58 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to a347e6f4230a1b288d09727fd478c9ef36eeb624
  - Merge "[CDS] Fix Ingress configuration"
  - [CDS] Fix Ingress configuration

    Set redirect to https based service.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 13:58:49 +0000 (13:58 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to ebc8ed1ab84b5d2a2f25a18b3030e51bbc487028
  - Merge "[APPC] Fix Ingress configuration"
  - [APPC] Fix Ingress configuration

    set redirect to https based service.

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

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 6 May 2020 13:58:44 +0000 (13:58 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to bf41126aec36c6cd8bb19b8f6cae11fe30d8724e
  - Merge "[AAF] Fix AAF Configuration"
  - [AAF] Fix AAF Configuration

    set redirect to service providing SSL
    add ingress for aaf-oauth

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

4 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 6 May 2020 13:09:02 +0000 (13:09 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 570fa97c500e9d32cf6d2a40834782db8f1db1fe
  - Merge "[DCAEGEN2] Use common secret template for postgres credentials"
  - [DCAEGEN2] Use common secret template for postgres credentials

    Even through we use common secret template both passwords are still
    hardcoded in common postgres chart but this will be removed as a final
    step just like we did for mariadb-galera.

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

4 years agoUpdate git submodules
Rupinder [Wed, 6 May 2020 12:47:56 +0000 (18:17 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to bb3b3a39f5d5c68f3ae4ad1e7f6bf3f095fe9701
  - lowered code smells

    Issue-ID: APPC-1859
    Change-Id: I72ead8caf7c34efbd62d215e7d55a688c5cfe5e5
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Dan Timoney [Wed, 6 May 2020 12:47:27 +0000 (12:47 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 04c3d46682db8642ec41687309f31b1040f93e54
  - Merge "adding the basic running steps for CDS in README file"
  - adding the basic running steps for CDS in README file

    Issue-ID: CCSDK-2357

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
    Change-Id: I67d389820bffcac56ee27936f7bf33eec059a94f

4 years agoUpdate git submodules
Amichai Hemli [Wed, 6 May 2020 11:50:13 +0000 (14:50 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to a88abcb68afd396d9317e6a0768f7870bda9535d
  - Disable Scheduler by feature toggle FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SO

    Issue-ID: VID-174
    Change-Id: I8693021ed952e9ff250cf72360db43f0741af9b4
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Bartek Grzybowski [Wed, 6 May 2020 10:24:54 +0000 (03:24 -0700)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 1f762345464de01b37efcfa009c40fe5fd4201aa
  - Make script verbosity adjustible

    Adds '--verbose' option and leverages 'logging' module
    facilities.

    Change-Id: I9b079c476949788678167afb1ed115ad4490d99c
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add input opts description in usage synopsis

    Change-Id: I43b1c47509afef0f25176e244ab2f6f565afbc3b
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Leverage ArgumentParser facilities for input options validation

    The hassle of casting and validating input options values is moved
    from the script logic directly into the ArgumentParser's object
    instantiation.

    Change-Id: I79ed80286d1219f841d496538acdc50d2113d723
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add helper functions for input options validation

    Change-Id: I0c8cd452fbf740f3b1c7988bf7aa7341a747c75e
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Rephrase the argparse arguments help messages

    Show usage if no option provided.

    Change-Id: I1ed01464f4b689e6b716887e7719e8de6c0f1e42
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Kill the 'sleep' process as well

    ROP_file_creator.sh spawns 'sleep' cmd as a child
    hence it needs to be killed as well on clean up.

    Change-Id: Ic2007e710b6efa0028ebd239f26b7eff6a9e04ea
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
4 years agoUpdate git submodules
Kanagaraj Manickam [Wed, 6 May 2020 10:19:05 +0000 (10:19 +0000)]
Update git submodules

* Update docs/submodules/vnfsdk/model.git from branch 'master'
  to 0a4ca90456e570053d467e339169eee4faec69c6
  - Merge "VNFSDK committer promotion"
  - VNFSDK committer promotion

    Issue-ID: VNFSDK-580

Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
    Change-Id: I7c324015f99c7f2def698c49570025c5768ff484
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
4 years agoUpdate git submodules
vasraz [Wed, 6 May 2020 07:49:45 +0000 (08:49 +0100)]
Update git submodules

* Update docs/submodules/sdc/sdc-docker-base.git from branch 'master'
  to e373c54d113f93f3d3057506db65b4fd4b02c16e
  - Stabilize sdc-docker-base-maven-docker-stage-master

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

4 years agoUpdate git submodules
Liam Fallon [Wed, 6 May 2020 07:20:59 +0000 (07:20 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 2242f9b55f475a086dc414cd48f8abd92dc897cf
  - Merge "Adding in distribution stability test documentation and results"
  - Adding in distribution stability test documentation and results

    Issue-ID: POLICY-2458

    Change-Id: Ia349fde335826b9aa0e9dcaa441f0c2d529d1e8a
Signed-off-by: RossC <ross.carter@est.tech>
4 years agoUpdate git submodules
Jim Hahn [Wed, 6 May 2020 07:18:49 +0000 (03:18 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 8f35a81d4418c56c8d511406c99b8a17ca18ba62
  - Update XACML-PDP S3P documentation

    Create updated documentation for both performance and stability
    tests.
    Fixed nested bullet list.

    Issue-ID: POLICY-2455
    Change-Id: I17484fd4adea8f0391c45ce7746f08caedf14529
Signed-off-by: Jim Hahn <jrh3@att.com>
4 years agoUpdate git submodules
vasraz [Wed, 6 May 2020 06:47:11 +0000 (07:47 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 3b343466b5b4c7ca383d0ee281d158639f4eab2f
  - Increase test coverage - openecomp-sdc-vendor-software-product-lib

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

4 years agoUpdate git submodules
vasraz [Wed, 6 May 2020 06:46:56 +0000 (07:46 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to cb24c730a254818db9f3a703ef5933e769cefe98
  - Increase test coverage -  openecomp-sdc-tosca-generator-api

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

4 years agoUpdate git submodules
Neil Derraugh [Wed, 6 May 2020 06:46:40 +0000 (02:46 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 1ac24708cf920efe3189203cfdf330402048381b
  - Remove unused ES code and unneeded ES health check

    Remove the ES health check since ES was removed.

    Issue-ID: SDC-3022
Signed-off-by: neil.derraugh@yoppworks.com
    Change-Id: I918212de39d7b53959ac400975b3c47f889252c1

4 years agoUpdate git submodules
Yuli Shlosberg [Wed, 6 May 2020 06:44:46 +0000 (09:44 +0300)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to c88bd6c5b1ba9628711eb84deeef862120b6ddad
  - fix bug - Error 500 while adding an Operation

    Change-Id: I7def95b3688877acbc9332cf4174c9d92226f2e2
    Issue-ID: SDC-2953
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
4 years agoUpdate git submodules
Yuli Shlosberg [Wed, 6 May 2020 06:44:15 +0000 (09:44 +0300)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to a02add03b465de2adf8f5b05cf9d428af914287f
  - fix bug - Unable to link CSAR artifact

    Change-Id: I586637f988b84b3b858e2c8d567c6844be38322b
    Issue-ID: SDC-2972
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
4 years agoUpdate git submodules
Rodrigo Lima [Wed, 6 May 2020 06:42:14 +0000 (02:42 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 339d29c714f60de6e4e50b883259fc1a9a16ee84
  - Remove powermockito from OrchestrationTemplateCandidateImplTest

    - Remove powermockito from OrchestrationTemplateCandidateImplTest. Add new constructor to OrchestrationTemplateCandidateImpl

    Issue-ID: SDC-3007
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
    Change-Id: I5f0a2061796e8410a5b225c43baa70d7e0269684

4 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 6 May 2020 06:14:59 +0000 (06:14 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to b5c12abb08cabeb0d6b6b593eb8b7068f8a93d81
  - Merge "MUSIC spring boot helm charts (music-sb)"
  - MUSIC spring boot helm charts (music-sb)

    Removal of tomcat and zookeeper as per latest music version..
    Replaced with cassandra only and spring boot version of music,
    adding support for https and running the music container under
    a non-root user
    Update oof-has music-api configuration, use https
    Switch to music-api-springboot for all the ready.py

    Issue-ID: MUSIC-572
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
    Change-Id: Idbfac29cb5e9808787b5994e2575f055c292a146
Signed-off-by: vrvarma <vikas.varma@att.com>
4 years agoUpdate git submodules
Chris André [Wed, 6 May 2020 05:40:35 +0000 (01:40 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 57ac9cec55b6470da859330a0fcab70e35422b3c
  - Handle null case in `addCalculatedCapabilitiesWithPropertiesToComponent`

    - Change code to handle a null value for `groupDefinitions` as if it was an empty List

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

4 years agoUpdate git submodules
Chris André [Wed, 6 May 2020 05:36:56 +0000 (01:36 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to c9c7f88f77c9cab341485c27e1e67f6294a0b1c2
  - Work around potential NullPointerExceptions in `ToscaOperationFacade`

    - Add tests in `getToscaElementByOperation` and `updateToscaElement` for null values
    - rewrite `getLatestCertifiedByToscaResourceName` in a more functional way
    - Rewrite some other usages of Either in a more functional way

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

4 years agoUpdate git submodules
John J. Franey [Wed, 6 May 2020 04:31:08 +0000 (00:31 -0400)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 4946ffdbdf1a25942851f5c1f135395bb1a023d2
  - script to exit non-zero when fail to get certificate

    The client.sh script is modified to return non-zero on
    any error.

    Issue-ID: AAF-1087
Signed-off-by: John J. Franey <john.franey@att.com>
    Change-Id: I04728cd44951831daaac17719cba536f81fa65a7

4 years agoUpdate git submodules
VENKATESH KUMAR [Tue, 5 May 2020 23:23:25 +0000 (19:23 -0400)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'master'
  to 64559741f071b37556b7745ffa2cdcc25f40af94
  - dcae design doc updates

    Change-Id: I7145f840d9a7de34bb6a615fe992ba22e1ff0380
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
    Issue-ID: DCAEGEN2-2024
    Issue-ID: DCAEGEN2-1865
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
4 years agoUpdate git submodules
Taka Cho [Tue, 5 May 2020 21:12:18 +0000 (17:12 -0400)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'master'
  to 90e42a38673ea872f205220732a2793fcedd0fd3
  - remove the wiki link from doc

    remove out of dated wiki link
    from doc

    Issue-ID: APPC-1774
    Change-Id: Ic835dfe88533ae185d3aac37fe334b0d8844001f
Signed-off-by: Taka Cho <takamune.cho@att.com>
4 years agoUpdate git submodules
Einat Vinouze [Tue, 5 May 2020 20:07:50 +0000 (23:07 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 03e4ae0e29eff5bbcc65020f383762af9e3fd5cc
  - Add pause after completion for vfModule

    Issue-ID: VID-821
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
    Change-Id: Ie3088cd2795c94121c45874d15c319151a10cc95
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
4 years agoUpdate git submodules
ezhil [Tue, 5 May 2020 18:49:26 +0000 (00:19 +0530)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 04eed9e6f68dbdc4a33fc80b3f8778d6a90865e4
  - Fixed sonar blocker issue

    Issue-ID: MUSIC-583
    Change-Id: I3f03997f82a06bf762804de540e3e2239352d804
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
4 years agoUpdate git submodules
Byung-Woo Jun [Tue, 5 May 2020 16:38:12 +0000 (16:38 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 391b1183cced64f2769fe1f2c3cf5b3f696c1d46
  - Merge "update the arch diag for the F release"
  - update the arch diag for the F release

    Issue-ID: SO-2730

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
    Change-Id: Ic6fe2e0fd824007bc0cbb55eaf1f105794b394dc

4 years agoUpdate git submodules
Pamela Dragosh [Tue, 5 May 2020 16:31:34 +0000 (12:31 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 70aaa4b276bac0b6d9be8e6c45e220827371019d
  - Bump parent patch 3.1.4-SNAPSHOT

    Issue-ID: POLICY-2514
    Change-Id: I5ac1e11b2b460bea74c338d937dba63885b400f2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 5 May 2020 15:56:23 +0000 (15:56 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to a183088f2baaa5d794b8b5f67eceb5f65b7fc318
  - Merge "[DCAEGEN2][dashboard] Use common secret template for postgres credentials"
  - [DCAEGEN2][dashboard] Use common secret template for postgres credentials

    Even through we use common secret template both passwords are still
    hardcoded in common postgres chart but this will be removed as a final
    step just like we did for mariadb-galera.

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

4 years agoUpdate git submodules
Pamela Dragosh [Tue, 5 May 2020 15:35:03 +0000 (11:35 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 08a41f3487706c4bff3f2c4794b023b5f8aff987
  - Release policy/parent 3.1.3 java

    Issue-ID: POLICY-2514
    Change-Id: Ibd911308a1b886f2ee3f4cc3b409b7557aba6444
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoUpdate git submodules
Krzysztof Opasiak [Tue, 5 May 2020 15:18:27 +0000 (15:18 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to ab855f16727d3d69c3b97066997283f47ef9ae1c
  - Merge "[DCAEGEN2][bootstrap] Use common secret template for postgres credentials"
  - [DCAEGEN2][bootstrap] Use common secret template for postgres credentials

    Even through we use common secret template both passwords are still
    hardcoded in common postgres chart but this will be removed as a final
    step just like we did for mariadb-galera.

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

4 years agoUpdate git submodules
Sunder Tattavarada [Tue, 5 May 2020 15:01:39 +0000 (15:01 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to cf2bf4c30a2500c0bfab0828530b0400d2fdd706
  - Merge "Upgraded SDK and CXF versions"
  - Upgraded SDK and CXF versions

    Added application security fixes

    Issue-ID: PORTAL-888
    Change-Id: I4a3ce8e78a059abd661571eb54857dccb7b8fa6d
Signed-off-by: jz385p <jegadeesh.babu@att.com>
4 years agoUpdate git submodules
Sunder Tattavarada [Tue, 5 May 2020 14:59:48 +0000 (14:59 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 943885f3468d768a8c3bd718247db356b87362e2
  - Merge "Modified docker script to skip SDK test cases"
  - Modified docker script to skip SDK test cases

    added script to skip running SDK test cases

    Issue-ID: PORTAL-901
    Change-Id: If3e8a4c8b9d456118d0aaadcf5e945abc3cd091f
Signed-off-by: jz385p <jegadeesh.babu@att.com>
4 years agoUpdate git submodules
Vikas Varma [Tue, 5 May 2020 14:08:34 +0000 (14:08 +0000)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to 1b493a741b87880181a027fe102d295fcbd6f7cb
  - Merge "Change to support PCI unchangeable cells"
  - Change to support PCI unchangeable cells

    Issue-ID: OPTFRA-678
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
    Change-Id: Ib7620cb19850d77e80b2baea5ef318e8b0182d7c

4 years agoUpdate git submodules
krishnaa96 [Tue, 5 May 2020 13:38:19 +0000 (19:08 +0530)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to 070488fcb919b2cdffca8a3739b0f9abbb9414f4
  - Add NSSI and slice profile in shared NSI response

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

4 years agoUpdate git submodules
Patrick Brady [Tue, 5 May 2020 13:34:47 +0000 (06:34 -0700)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'master'
  to 24fc15d62864d4617fe7b4f3d759619fc65343e7
  - Increment version to 1.8.0-SNAPSHOT

    Change-Id: Id89420d6c8e7c6f1e7faffadf3dc87bc9de886cd
Signed-off-by: Patrick Brady <patrick.brady@att.com>
    Issue-ID: APPC-1816