summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-08Update git submodulesAleksandra Maciaga1-0/+0
* 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
2020-05-08Update git submodulesFrancis Toth1-0/+0
* 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
2020-05-08Update git submodulesandre.schmid1-0/+0
* 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>
2020-05-08Update git submodulesJohn J. Franey1-0/+0
* 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
2020-05-08Update git submodulesPawel Wieczorek1-0/+0
* 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>
2020-05-08Update git submodulesBartek Grzybowski1-0/+0
* 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>
2020-05-08Update git submodulesChuanyu Chen1-0/+0
* 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>
2020-05-08Update git submodulesChuanyu Chen1-0/+0
* 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>
2020-05-08Update git submodulesChuanyu Chen1-0/+0
* 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>
2020-05-08Update git submodulesChuanyu Chen1-0/+0
* 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)
2020-05-08Update git submodulesKrzysztof Opasiak1-0/+0
* 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
2020-05-08Update git submodulesKrzysztof Opasiak1-0/+0
* 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
2020-05-07Update git submodulesSteve Smokowski1-0/+0
* 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>
2020-05-07Update git submodulesKrzysztof Opasiak1-0/+0
* 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>
2020-05-07Update git submodulesHesam Rahimi1-0/+0
* 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
2020-05-07Update git submodulesBrendan Tschaen1-0/+0
* 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>
2020-05-07Update git submodulesBrendan Tschaen1-0/+0
* 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>
2020-05-07Update git submodulesBrendan Tschaen1-0/+0
* 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>
2020-05-07Update git submodulesLukasz Rajewski1-0/+0
* 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>
2020-05-07Update git submodulesjhh1-0/+0
* 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
2020-05-07Update git submodulesIttay Stern1-0/+0
* 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>
2020-05-07Update git submodulesSmokowski, Steve (ss835w)1-0/+0
* 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>
2020-05-07Update git submodulesKanagaraj Manickam1-0/+0
* 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>
2020-05-07Update git submodulesLiam Fallon1-0/+0
* 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
2020-05-07Update git submodulesMarcin Przybysz1-0/+0
* 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
2020-05-07Update git submodulesLukasz Muszkieta1-0/+0
* 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>
2020-05-07Update git submodulesSteve Smokowski1-0/+0
* 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
2020-05-07Update git submodulesBonkur, Venkat1-0/+0
* 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
2020-05-07Update git submodulesKrzysztof Opasiak1-0/+0
* 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
2020-05-07Update git submodulesSylvain Desbureaux1-0/+0
* 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
2020-05-07Update git submodulesIttay Stern1-0/+0
* 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>
2020-05-07Update git submodulesvasraz1-0/+0
* 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
2020-05-07Update git submodulesvasraz1-0/+0
* 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
2020-05-07Update git submodulesMichaelMorris1-0/+0
* 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
2020-05-07Update git submodulesSylvain Desbureaux1-0/+0
* 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
2020-05-07Update git submodulesSylvain Desbureaux1-0/+0
* 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>
2020-05-07Update git submodulesBin Yang1-0/+0
* 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
2020-05-06Update git submodulesRitu Sood1-0/+0
* 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>
2020-05-06Update git submodulesDan Timoney1-0/+0
* 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
2020-05-06Update git submodulesRam Krishna Verma1-0/+0
* 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>
2020-05-06Update git submodulesstatta1-0/+0
* 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)
2020-05-06Update git submoduleslf-jobbuilder1-0/+0
* 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
2020-05-06Update git submodulesDeven Panchal1-0/+0
* 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>
2020-05-06Update git submodulesEric Multanen1-0/+0
* 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
2020-05-06Update git submodulesDan Timoney1-0/+0
* 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>
2020-05-06Update git submodulesKonrad Banka1-0/+0
* 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>
2020-05-06Update git submodulesDan Timoney1-0/+0
* 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
2020-05-06Update git submodulesDan Timoney1-0/+0
* 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>
2020-05-06Update git submodulesvasraz1-0/+0
* 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
2020-05-06Update git submodulesChris André1-0/+0
* 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