summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to be2381eeaa338a027d094c85b7a4bf47a04f641d - Merge "Fixed validation of resource-assignment-params.config-assign" - Fixed validation of resource-assignment-params.config-assign - In order to preserve the validation of the whole BPP response, I added a normalization step that will convert any non-JSON part of the response into a JSON-equivalent representation. This normalization is carried out by the JSLT library that provides many JSON manipulations using a JSON-like specification. See https://github.com/schibsted/jslt for more details. - Fix UAT not being run by maven The Surefire plugin does accept '*Tests.java' but DOESN'T '*Tests.kt'! The UAT test class was renamed to use the 'Test' suffix only. - Improved maintainability of UAT-Engine by switching from explicitly field handling to POJO-based parsing using Jackson along with SnakeYaml. UAT-related POJOs created on new module UatDefinition.kt - Added a Protobuf-like description of an UAT YAML document. Change-Id: Id1178489caa4e97808747a99bc9324fc84e9b96e Issue-ID: CCSDK-1620 Signed-off-by: ebo <eliezio.oliveira@est.tech>
2019-08-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 92086d153067e2337c708a1efd4cacb2e1c30564 - Merge "Edit CBA method integration" - Edit CBA method integration Added method for Edit CBA after search Change-Id: I6f3e80c014c0cb9b1c1068089145b20bc60b2216 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-16Update git submodulesSai Gandham1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 4c231d800a0cba774f6bbcaa6ddb40a572d0fe4d - junit for facade implemetation Issue-ID: AAF-111 Change-Id: I856bac0e091a4e30e309c9f7628c25033051677a Signed-off-by: Sai Gandham <sg481n@att.com>
2019-08-16Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to d898a9d76e47b390fe3c171d2c8d356782955f12 - Merge "Add missing tags to Echo and PNFConfig BPs" - Add missing tags to Echo and PNFConfig BPs Change-Id: Ib42f9abb2f61601317fe05e393a0c1f0c746298f Issue-ID: CCSDK-1569 Signed-off-by: ebo <eliezio.oliveira@est.tech>
2019-08-16Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 891a22885bbf46d32a2b2dd3b0521c1768a943a5 - Merge "Auto Rsc Mapping Service Kotlin change" - Auto Rsc Mapping Service Kotlin change Kotlin code conv Issue-ID: CCSDK-1624 Change-Id: I4c82494cdc3dbf59e98d9b5e91eb41484eab4a7a Signed-off-by: jananib <janani.b@huawei.com>
2019-08-16Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 9212d2a0688869dc0bbfebdd17b1017ddfcf9df2 - Merge "Formatted doc content errors" - Formatted doc content errors Change-Id: Ib96a7a09edc127bb9fa3888bc86a10f13b5e09da Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-16Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fb598fb2ddd1ac27e03450fca03909ba3611a455 - Merge "Formatted Doc text" - Formatted Doc text Formmated contents of Read the docs text Change-Id: I44ebf3894f55ad72c35600f263b58a3235880af4 Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-16Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 89973876dbbf8ad910420d60f8dcbb0c89bf6c62 - Merge "add junit coverage for SvnfmService" - add junit coverage for SvnfmService Change-Id: I18f0f226c8805ed8755cd11edefcabfd8a7897a4 Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-08-16Update git submodulessu622b1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 97c8c03034e800a5487077ed9552f9e4b6753691 - DMaaP MR fixes evert Kafka Docker image to onap/dmaap/kafka111:1.0.1 Changes related to AAF image changes Fix the logback.xml errors Enhancements to ZooKeeper ensemble and Kafka cluster lookup Issue-ID: DMAAP-1272 Change-Id: I53e9cff94c9ccf83f82383fe865f31d16f5416bc Signed-off-by: su622b <su622b@att.com>
2019-08-16Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to c6a693aadd4f6d10ab1e2b0313ae4d3511bd136b - Merge "Add retrieval of vmIds and vServerIds for APPC" - Add retrieval of vmIds and vServerIds for APPC 2nd take, resolving build issu - port retrieval of vmIds and vserverIds from groovy to java Issue-ID: SO-2189 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ic666a65336e40eb38ab91c0037b85236ec1eebb5
2019-08-16Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to cebbffaaf55229d8e97dda2a9c84c167396e6c5d - Merge "Add SO Same deployment id on deployed custom workflows" - Add SO Same deployment id on deployed custom workflows Added the change to call the DeploymentBuilder.deploy() method after going through all the custom workflows. Thus all the workflows deployed and they startup correctly. Issue-ID: SO-2210 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: Ieaa5d1447405f75744d7c05bd8f7603c16edf5ea
2019-08-16Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 4c41bf52c861e9a517e61beb9252349037fa6417 - Merge "Initial commit of validation framework to APIH" - Initial commit of validation framework to APIH Move ListenerRunner to common location Adjust request params name, update junit tests Update validations to work properly Properly escape period for the string split Issue-ID: SO-2232 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia468cf7062cccf30e28afeb7a5cddc37ceb2e002
2019-08-16Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 27eb14bb20dddcbb3a1ef6abbc5adedbb628c5bd - Merge "asdc controller treat distributionid as requestid" - asdc controller treat distributionid as requestid Setting RequestId in MDC using DistributionID value in ASDC-controller Setting RequestId in MDC using DistributionID value in ASDC-controller. Cleaned up code. Removing the log line as per the review comments. Issue-ID: SO-2231 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I07880a80d479ad01411e0c5ece12d77722b8cb6c
2019-08-16Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 1dd013480975fdfbae36fe71d37e845679d5690c - Merge "apih format statusdetail to return granular" - apih format statusdetail to return granular Should return unchanged requestState on statusDetail queryParam Formatted files with changes to fix build Added enum validation for setting requestStatus Updated test to send in "statusDetail" Issue-ID: SO-2230 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8f5d79bc287581635a1543a00ddc69fb9eba2295
2019-08-16Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to b35f85916deded78a1da56fe70026c3dad516aea - Release version 0.5.2 Release version 0.5.2 of CCSDK maven artifacts Change-Id: I9c5b21f3ce083c6273cf52e4e1e13f733ed25038 Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-16Update git submodulesMichal Ptacek1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to e4edbe1fc17b5be2c3d6f7eb7be72b5289c3a7aa - Merge "Removing deprecated packaging script" - Removing deprecated packaging script Removing packaging script written in BASH and its configuration as it's function was replaced by new python script build/package.py Issue-ID: OOM-1932 Change-Id: Id48c2ef69d64012c456661358106703eab7d85c3 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-08-16Update git submodulesMatthieu Geerebaert1-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to 806fd910c5f752595df6f6ed71a3a537e5411244 - Merge "Update Swagger API version to 4.0.1" - Update Swagger API version to 4.0.1 Change-Id: If47b948e979d614022c079d567af12d8997f6e6f Issue-ID: EXTAPI-277 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-08-16Update git submodulesOleksandr Moliavko1-0/+0
* Update docs/submodules/so.git from branch 'master' to 07f92a81e5dfe76ad801ff321195d4b938498ab4 - Removed unused CSAR class. Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I0efbb38cb34b0b36d2659ebf36f6cd2d109e5deb
2019-08-16Update git submodulesOleksandr Moliavko1-0/+0
* Update docs/submodules/so.git from branch 'master' to bbc6905e9618190a11a7d7f143b87edf75a3854b - Replaced string concatenations in a loop with StringBuffer appends to remove static analyzer warning about inefficient string operations Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I89e0e5b599a8263882b0f91fb0f9191734a04ec1
2019-08-16Update git submodulesLukasz Muszkieta1-0/+0
* Update docs/submodules/so.git from branch 'master' to 0e57a09647ea8ab7736cbbc322e876c84cbcb346 - Merge "Added check for empty processInstanceList" - Added check for empty processInstanceList Added check for empty processInstanceList Issue-ID: SO-2225 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If4569d94dbda794c9a347e6dc73102acf7664558
2019-08-16Update git submodulesParshad Patel1-0/+0
* Update docs/submodules/so.git from branch 'master' to dfbc8abd0f1c151e34d07defbe0a5ff363fcf1f0 - Sonar fix in MSOCommonBPMN Either log or rethrow this exception Remove this useless assignment to local variable "serviceInstance" Remove the declaration of thrown exception which is a runtime exception Move the string literal on the left side of this string comparison Issue-ID: SO-1841 Change-Id: I24cdd3682eddd2e5ceb7e961477a61457ef91ab2 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to fa610df297289a9bbbc7b7b88b1f8b5946d35360 - Fix copy-resource issue Change to install phase to make avail of artifacts Change-Id: I9060061b656bb6845b9054b1ac72b29b100a4702 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to d0eb179262d1024ffb144c236b9f656efa8f3f8b - Fix artifact name issue Change-Id: I691632b27576fb5806d918f6322e60e705b5c414 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to f4801b212ee73f9d540489f4f6d684330ffb66eb - Fix docker build issue Build docker image with local artifact Change-Id: I12eaafa7b93effe24479dd998aa7218d60920417 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-16Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to e86d393096599044ba5a6a42ad386c9990d61501 - Merge "date based comments removed" - date based comments removed date based comments removed Issue-ID: USECASEUI-303 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I56c4b05a8fe98419c122d1d0257cf118fd15929d
2019-08-16Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 7bf9e819890a3bbf5d36ba6d5f36e93afa55588d - Merge "Refactoring code" - Refactoring code Refactoring code and formatting Issue-ID: USECASEUI-303 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I87258d4df21b3afdeb3bcbd3b400e4dd41847107
2019-08-16Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to cf9c1b79eb94d245ec2a9b18351686e276260277 - feat:improve notification for Package Management Change-Id: I73c832ab13dee20c6526ba2fdf5325a623fa828a Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-08-15Update git submoduleslalena.aria1-0/+0
* Update docs/submodules/ccsdk/parent.git from branch 'master' to 826ef89012695a7cc5b8ebbf38c7a10b9fbe9da0 - ASDC lib version updates Changes made: Update ASDC Distribution Client to 1.4.0. Update ASDC TOSCA Parser to 1.5.1. Issue-ID: CCSDK-1424 Change-Id: I98e527cf1b0bfed0162ac3895be2da7bcf8401ad Signed-off-by: lalena.aria <lalena.aria@att.com>
2019-08-15Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/event-client.git from branch 'master' to e0c8997a73eac90e5519c90a78a1c919cff26af8 - Upversion event-client in master Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: If90f91e82d39674c054f092c0c621008567677c6
2019-08-15Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/sparky-be.git from branch 'master' to 9250f693a978f30a6c91dbdff5e49cf12a8277ab - Upversion sparky-be in master Issue-ID: AAI-2579 Change-Id: Icdc3049297e22f159ad2d313149f222bfe33b5af Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-08-15Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to 7c52dea0791617bd0093f6bb59030365a3a29643 - Update to Neon Change versions to Neon-based El Alto release Change-Id: I13a9cf5f94a30b585c1cdabf60712f0771ead699 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to dad42728c966c57212bf506f10bd9812497f8ce8 - Add initial release notes for El Alto early drop Add initial release notes for El Alto early drop Change-Id: Ia2bcff41ae7a49004c0c3efaa819ed2a4ed93ac3 Issue-ID: CCSDK-1589 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 11dbd17296d9572a04bb4e3aea9063c2d1ee3f1d - Merge "application-dev.properties missing python modules paths resulting in failure to execute Jython netconf calls." - application-dev.properties missing python modules paths resulting in failure to execute Jython netconf calls. Issue-Id: CCSDK-1622 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I9c255e2c5ca8dca85f3b2fbd34c4c823c6f6bf69
2019-08-15Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to b105b3dd34a46a2c3275f09640ec771e4077287b - Merge "AAF 2.1.15 Dockers" - AAF 2.1.15 Dockers Issue-ID: AAF-902 Change-Id: I3a83eee98dfeb7fb9751019faf618897dbc9d34f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-15Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to f0e6ba623e04fb6389e7d09c321aaae27f07d2d6 - Update to Neon Update to neon versions Change-Id: I095b46cefa264006bea5722b952c789374870370 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to c74f6af8d7b72eeeee7ceedbf82fc8cecef1ae3d - Update to Neon Apply code updates to port to Neon. Change-Id: I159309494ec64209d9fa23fc515643f1e31fe146 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 55228282b74da3ee98619fbb4604d0f21a75cf4c - Merge "Created maven modules for aai-common docker images." - Created maven modules for aai-common docker images. aai-common and aai-haproxy docker images can be build with maven. Change-Id: Iffbc2f4984316e3acc35558bdde0dbea76388ada Issue-ID: INT-1023 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-08-15Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/integration.git from branch 'master' to c80274e413a8bc8a47a831ad79d16f801dfc5af2 - Add preload description to scale out doc Issue-ID: INT-1171 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ia6f7d8276b720bdf0ff1f71d5f1ba66535283751
2019-08-15Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 0f4c96b5b6081efeecc73a748822a765cc38d62b - Update CCSDK dockers to use 0.5.2 artifacts Update CCSDK docker containers to use released 0.5.2 artifacts. Change-Id: If3bbb720caf1434bf7ab7802199889045eb68864 Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Update git submodulesPrudence Au1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to 09a49ea562aed689f7200802ab1143efda581a3e - Release notes update for the El Alto Early Drop release Issue-ID: LOG-1093 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I713165121d50b36756266515247fdf717e648b44
2019-08-15Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 3d4159518989111cf05ad36600a0bdd7d2263df2 - Merge "Add AWX chart" - Add AWX chart Change-Id: Id9fe832a3eb3bfb23e96c711ac8455d1a8cb1156 Issue-ID: CCSDK-1316 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-15Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 6caf15bc6aaac7d746c6f78b1b25b85f476e253d - add -n onap and job to cleanup Issue-ID: INT-1204 Change-Id: I907bb48c2eee62d9448c99a49e4446771113ceff Signed-off-by: Brian Freeman <bf1936@att.com>
2019-08-15Update git submodulesTamasBakai1-0/+0
* Update docs/submodules/integration.git from branch 'master' to fa357dfc37bb5a71689a8390a287f7ec74a3fdd9 - Simulator integration for CSIT of generalized DfC Issue-ID: DCAEGEN2-1719 Change-Id: I963cfaef30bc4e85d76fecddd310f091e8c00bd0 Signed-off-by: TamasBakai <tamas.bakai@est.tech>
2019-08-15Update git submodulesAndy Mayer1-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to 3512cd67bf9ff3ec0b694a5636cd71fd755e6705 - Merge "Update release notes for El Alto Early Drop 5.0.0" - Update release notes for El Alto Early Drop 5.0.0 Change-Id: Iaef38479d2b0050491c17ae312a0f7a36d8d023c Issue-ID: EXTAPI-281 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-08-15Update git submodulesaosull011-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to ba5f94fce45b904e27423e42b7b07d1a5a1a5ec1 - Release 5.0.0 nbi jar Change-Id: I6e636e6eb4c24cb7040ec7a37c133a2ffdc7507d Issue-ID: EXTAPI-292 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-08-15Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b6169d1ab53f9264a181fef03be77fcd2bf02976 - Merge "Sonar Fix- URIParser.java" - Sonar Fix- URIParser.java Fixed sonar issues across this file Issue-ID: AAI-2525 Change-Id: Ibc7f1e9a64de5283bcc9845522817c1dff30e5e6 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-15Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 2fa1f646c21a9a98b8d30799ba577debeaea87c1 - Merge "Remove unneeded node port 32208" - Remove unneeded node port 32208 Remove unneeded node port 32208 to resolve issue identified with ssh port detected. Change-Id: Ibcbfd0621c2950a2ea3f429f8beb38d03e1910d3 Issue-ID: OJSI-183 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to f324e606d80f7aea4da87d3872b25bb1ef69c922 - Merge "Fixed debug log typo for RestClient" - Fixed debug log typo for RestClient Issue-ID: AAI-2329 Change-Id: Id1e571a8967152405dcbcfb7306bcf6cb03ef9c6 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-08-15Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 1160da46b6fd3a98608e59ca82c14529af94edbd - Revert zfs and ceph volume Issue-ID: SDC-2502 Change-Id: Ief0bfdc02b05dca33a99d6a041ba905fb3cfd780 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-08-15Update git submodulesandreasgeissler1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 161aa0e9ee4d89551f8b89ba8ea752beff49eba9 - Update git submodules * Update kubernetes/robot from branch 'master' to 35ea1f0b10617c9b836dd9ab41410542e3db9232 - Correction in added CDS entries (Gerrit: 93250) GLOBAL_CCSDK_CDS_AUTHENTICATION uses wrong username/password variable names Issue-ID: TEST-193 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: I108c510655b07e9d981af5cb894d75f0c358d0a7