summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-05-12Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to 03f800b0007857d220e8a27fd7da06d0a9324edc - Merge "sonar security issue fix- Make sure that command line arguments are used safely here" - sonar security issue fix- Make sure that command line arguments are used safely here Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com> Issue-ID: CLI-270 Change-Id: I103cc54099f7cdd9f196479c934149da4b65dd01
2020-05-12Update git submodulesTony Hansen1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'master' to 62ff7b022af0ecdf5ed11c387597762833ccc6ee - Merge "DCAE r6 rls notes updates" - DCAE r6 rls notes updates Change-Id: If25a83cbc5b1b928fad7ab52939dd3d57d03900a Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2024
2020-05-12Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to a40c6f9beb5afd8be1847654fa814c2852ae4d1f - Merge "SB 2.x Migration for portal widget mS" - SB 2.x Migration for portal widget mS Migrating from Springboot 1.x to 2.x along with other associated libraries. Issue-ID: PORTAL-892 Signed-off-by: sp931a <sp931a@att.com> Change-Id: Ibb88c867059218cc0e7694c4a654d1856638d412
2020-05-12Update git submodulesChris André1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 3309283afc95e598a90461ad44d937f94b33cbfe - Add tests for the presence of Optional values Issue-ID: SDC-3014 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I041c0109c41bb1a716792074c004fd8f54857038
2020-05-12Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'master' to 27564b747db964cea07fe94d855ecedce6d6326d - Adjust docker-compose and SSL config SSL is disabled by default as it is documented in the README. Expose a port for cassandra docker. Fix sdc-workflow-backend SDC_ENDPOINT environment variable. Add some build artifacts to gitignore. Issue-ID: SDC-3020 Change-Id: If4d81752f6b7c2c1ec2a73327bebbb8ef3ce0420 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-05-12Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to bbdbadb2c020d284748cc41e02b642da31189cf5 - Increase test coverage - openecomp-sdc-vendor-software-product-core Change-Id: I1af31c1f14d72fbc30a026f7ae787ae9d4b03b36 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3001
2020-05-12Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 5d30d8e17f6fc68bc2f818ad81b5cefd85ba1f00 - Merge "Fix internal uri to modifyConfig" - Fix internal uri to modifyConfig Issue-ID: APPC-1876 Change-Id: If958102c146b5a7b2724e5291ca0d86870ce7869 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-05-12Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 4d5d177b7970a0f6f6fede31025bc3874637a3d3 - Merge "[Tree-wide] Make chart build process predictible" - [Tree-wide] Make chart build process predictible ONAP is built using plain makefile rules. List of targets is generated using wildcard function. Based on make changelog: http://git.savannah.gnu.org/cgit/make.git/tree/NEWS since version 3.82 wildcard is not going to sort its results which means that charts are being processed in an arbitrary order which may lead to build failure due to missing dependencies. Since version 4.3 make started sorting the wildcard results once again which may lead to build issues. To avoid that and make our builds predictible independently from Makefile version let's make sure that we always sort wildcard results. Addinally let's use 'file://' instead of '@local' for charts in common to resolve dependencies between them. Issue-ID: OOM-2399 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Iacb02dcdbd577ce0e9ca1078dd0586d296ec9375
2020-05-12Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to af6a61e9b6ea2722e750c307fb6ffa5d3921b0c7 - Merge "[COMMON] Override truststore in aaf_agent image" - [COMMON] Override truststore in aaf_agent image aaf_agent image currently contains hardcoded truststores in order to be able to connect to certman to retrieve certificate for given component. The goal is to remove hardcoded truststore from aaf_agent immage but first we need to be sure that all its users are able to provide the truststore to the pod as a configmap. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ibe9de6ad7264c05aeca2af858918fc2b4d3a772b
2020-05-12Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 04d25125f8c933743f69c57494f426c31b73bf0d - Merge "[DMAAP] Use common secret template for postgres creds" - [DMAAP] Use common secret template for postgres creds Passwords are still hardcoded in common postrgres chart but as soon as we remove them they will be auto-generated. Issue-ID: OOM-2250 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Idb34b36fe8124433f296523e6ac1a1414d8276fe
2020-05-12Update git submodulesRodrigo Lima1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f2b6c943b558fcc5161b30ac30c1010066a135ae - Remove powermock from SecurityManagerTest - Add new package level constructor to SecurityManager - Remove powermock from SecurityManagerTest Issue-ID: SDC-3054 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: I04c53601f31d2aad84de8f8801f6889f8b9d4260
2020-05-12Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 052b66bed19c2ee0b7ef6c992ee709a1db90a73e - Remove unused ArtifactsBusinessLogic::updateArtifactsFlowForInterfaceOperations This commit deletes the ArtifactsBusinessLogic::updateArtifactsFlowForInterfaceOperations function as it is no longer used anywhere. Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I1dd950930485fc83bb02c889dafc5461192accbc Issue-ID: SDC-2812
2020-05-12Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 950cbadbcc2376acc44af5595c8f60b68fc26c5c - Get the routine name to call with getattr Each subcommand has a corresponding method in MassPnfSim class hence it can be called directly by it's name. Change-Id: Id7139a5f96cceac89559bd68d89085130703f4bd Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Move CLI options processing to module level Change-Id: Ie4c379480e2c641285507173387a770db63458f0 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-05-12Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 7717944e41ecbb9447a56d870821b6d494e7ebe3 - Remove outputFullFilePath from ValidationConfigManager This commit aims to extract the outputFullFilePath field from ValidationConfigManager in order to improve testability. This commit contains multiple minor modifications resulting from bubbling up the outputFullFilePath static field to where it is actually set. Most of the modifications result from changing the signature of the functions which formerly relied on ValidationConfigManager.getOutputFullFilePath. Change-Id: I0a28e527cabe606de8af62b8dcbc4b4e70db98ed Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Issue-ID: SDC-2499
2020-05-11Update git submodulesKuralamudhan Ramakrishnan1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 8e0c00c4c59add2fa03a67081d74cd46934d034e - Fixing README.md for containerization installation Issue-ID: MULTICLOUD-1068 Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I8ced72f4d9f13b9cb2305fc3778cdd65e933d778
2020-05-11Update git submodulesLukasz Rajewski1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 76efb65c4fffbd5b940a75c36329a2e0409be382 - Fix for remote policy filtering Changed a way of processing policies by scope. Before filtering was resulting with None type access exception. Change-Id: Ide6515b4b18a2dc7344e92b32a76d00ba48d4301 Issue-ID: OPTFRA-755 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-05-11Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to e598f8f97cb50fe2de947bfc7316431d265cda18 - Merge "Revise dcae bootstrap version" - Revise dcae bootstrap version New bootstrap released for Son-handler blueprint updates Change-Id: I3bf4d177a6827ff6afe36a0d2130ccdc797ac099 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2216 Issue-ID: DCAEGEN2-2200
2020-05-11Update git submoduleswr148d1-0/+0
* Update docs/submodules/aai/event-client.git from branch 'master' to e3f4ea768c964f8224182f6eaf97e9cf588e1122 - Remove Tian Lee from committers and update TSC section Issue-ID: AAI-2898 Change-Id: I86dcf9bd282fd25b1fc47597b26e43f682aee844 Signed-off-by: wr148d <wr148d@att.com>
2020-05-11Update git submodulescolvert1-0/+0
* Update docs/submodules/integration.git from branch 'master' to dc5fb2cc942778dee5233077a4a2df681ff0bcab - Update INFO.yaml add new committers: - Pawel Wieczorek - Andreas Geissler - Krzysztof Kuzmicki Issue-ID: INT-1587 Change-Id: I30f7edd3bf6387ee6e7baa49059c884f589deee6 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-05-11Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to feb93cdb3e2e842affe1a5de171c1242b44add70 - Improve code testability A module is created with specific class methods to perform particular simulator services' lifecycle operations. Change-Id: I467360ab304a00f049bf53c3958e42f445f2d75b Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Allow importing the script as module Improves testability (TBD) Change-Id: I0c4845f85d14b49b4702270ffad537a19c1c7df7 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Rework input parameters handling Main input options were turned into subcommands for improved CLI user experience. Input parameters handling and validation logic was moved out of the code to argparse native facilities. Updated the doc around script usage details. Change-Id: Ifaa2a0e49f2a0b5b677020307dc74942c422bbe1 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-05-11Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 075570d5522de1dc99f6097dec8e3fd5622c08f0 - Merge "[GENERIC] follow Frankfurt AAI/Robot branches" - [GENERIC] follow Frankfurt AAI/Robot branches Issue-ID: OOM-2406 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I83f3a48450d1c76de9b2dcf9400f8450a5d2d689 - Merge "[POLICY] put base64 password in xacml.properties" into frankfurt - Merge "[VNFSDK] Use common secret template for postgres credentials" into frankfurt - [POLICY] put base64 password in xacml.properties In addition, remove heap mem sizing for drools too as it is properly sized according to container allocated resources. Issue-ID: POLICY-2547 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I4e1e5eaef1cad924ac4c86e5248230aef1fad7d8 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> (cherry picked from commit ed6839f2fe2566741dcd49c8e59fdae519ce84b0) - Set multicloud-k8s image to 0.6.0 Update image for Frankfurt release. Change-Id: Idc26b081694b8d7270fea81a30d595d41b6b9240 Issue-ID: OOM-2397 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> (cherry picked from commit 0d36387da995a3e5100b4a99c3e05765ee3ed4cd) - [VNFSDK] 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 Change-Id: I4ca210c99c27fbfbf74a467d72a81b2e38d8d800 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> (cherry picked from commit 79677d38adfb3de5a35c00cdb710f6325a8719a9)
2020-05-11Update git submoduleswr148d1-0/+0
* Update docs/submodules/aai/sparky-be.git from branch 'master' to 425e40c0e8319d55724283085dbb2ccee157f5ee - Remove Tian Lee from committers and update TSC section Issue-ID: AAI-2898 Change-Id: Idf2328128e941c2b40ebf36ad4c730937797cb98 Signed-off-by: wr148d <wr148d@att.com>
2020-05-11Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 9ccdc1356a3b113817fc2c6f3275f86ded64909e - Update git submodules * Update kubernetes/aai from branch 'master' to d687fd0c9efe31e93287da11e3e390984a5fb6ce - [AAI] Fix Ingress configuration Set SSL to redirect when backend uses HTTPS. Issue-ID: OOM-2171 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id9e7cf211f5c180ee5901463a63535892b221d84
2020-05-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to d1b5ebc796b9457ef47f59bec55bc51124d69eba - Merge "Disable Filename in edit" - Disable Filename in edit enable editing an existing file Issue-ID: CCSDK-2368 Issue-ID: CCSDK-2369 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I214e9b9e1a7ee12edf1318610a4594e36ddbb393
2020-05-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to aad8261cf84e3ccf59d9494a98277ddcde2dea67 - Merge "fix pagination and create package feature" - fix pagination and create package feature Issue-ID: CCSDK-2320 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I8f86cf37ec31d9ee369d8514b7a7e074047d9f34
2020-05-11Update git submodulesSarah Abouzainah1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 1eedc493708606cf7b773fee09ba271584c1d7ef - Create New Action's Modal Issue-ID: CCSDK-2356 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ib40220b793a08c2740e114946a42fb7d04edbcb6
2020-05-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 59aa88fefa93e3e05e73b28430f24504e356737e - Fix formatting issues in RST files Fixed issues found in sphinx-build of documentation files Issue-ID: CCSDK-2176 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I21f8012bc38e4fb22ee31c7d29d968b5775cf669
2020-05-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to e8c830df7d9915cb0d9d9fe9b47c3ca2f03aeafc - Fix formatting issues in RST files Fixed issues found in sphinx-build of documentation files Issue-ID: CCSDK-2176 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4d9241958c5f84b9efae2fc7fa9ac6cf144a49c4
2020-05-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to 5e3c84fbed73533b485f74ce479ea4c51aafb21c - Fix formatting issues in RST files Fixed issues found in sphinx-build of documentation files Change-Id: I6d221f03dfe7a917800c71ca31ac6e741509b21e Issue-ID: CCSDK-2176 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 2b93241b3d560bb9a58439d58ac82207af30b5d8 - Upgrade nodejs version in dgbuilder install Updated by Sheshi (sc2914@att.com) to upgrade nodejs version as part of docker build. Change-Id: Ia8d04466774350fda588e91e9e8f9e4b2e42b003 Issue-ID: CCSDK-2353 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-11Update git submodulesSébastien Determe1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 5b30d88f1336e6712231335cb147993b4ac3e047 - Merge "update user guide" - update user guide update user guide for clamp-cds interaction Change-Id: Iae80118713c4f097c7d84b5874e77aa738b40470 Issue-ID: CLAMP-846 Signed-off-by: Vidyashree-Huawei <vidyashree.rama@huawei.com>
2020-05-11Update git submodulesSébastien Determe1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 227a511c0971793816771bd72660146831bc83ea - Merge "Update pics" - Update pics Update some pics for the user guide. Issue-ID: CLAMP-846 Change-Id: I5949448d5311a66c4a89dd4d8b97273e4ac15e05 Change-Id: I5949448d5311a66c4a89dd4d8b97273e4ac15e05 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-05-11Update git submodulesSébastien Determe1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 561b6e7a065ef0797c089ce8f666b0e7edddbd48 - Merge "Add unit test" - Add unit test Add unit tests to improve code coverage. Issue-ID: CLAMP-844 Change-Id: I7792212d476103086e063cf8fe4a9abed1294fd6 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-05-11Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 1cecad6605bd0750336298a60b4fc05551351371 - Document overview of new actor model This is the overview only; any documentation for specifics actors in subsequent reviews. Issue-ID: POLICY-2500 Change-Id: I899e161561ffea90c93abf85731c2f62310d64f0 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-05-11Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 4bbcf0d74967a5af6c2cb874d262e45694202be7 - Merge "Added to support to enabling l2 multicasting" - Added to support to enabling l2 multicasting updated aai dependency Added to support to enabling l2 multicasting for lnterfaces. Issue-ID: SO-2914 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idf34a41777e23b7171bd09c174830a4eeeb79e4b
2020-05-11Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 1b08c1ff96623e55200305fc411a8ad03ddd16d1 - Merge "added queryImage method" - added queryImage method Add queryImage method to openstack utils Issue-ID: SO-2909 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4006dfb4a31e6cea5898f2782f4fe3f84f878212
2020-05-11Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 12a6186f7df04286b9148ca13029f72b03c7024c - Merge "uri params now available in info object" - uri params now available in info object uri params now available in info object make sure uri keys are retrieved via constants Issue-ID: SO-2908 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieb701c2705ecdb2365d557bc51e4f604d92ec680
2020-05-11Update git submodulesNiranjana1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'master' to cefff6d0c0081a08e540b9c8c36caf82eb1e3865 - Update documentation for son-handler Issue-ID: DCAEGEN2-2216 Issue-ID: DCAEGEN2-2200 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I4ea8f243c25c911ee8e29377ae65199684dc7b12
2020-05-11Update git submodulesBrittany Plummer (bp896r)1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to cd0ed1ae3993256c8d7d5d27eafe0a77c991ee2e - Set elapsedTime for metric log Issue-ID: LOG-1212 Change-Id: I7e53fd4c5887351b4b7f0fd8da1e4ae28cd2284a Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2020-05-11Update git submoduleswr148d1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to b25f4c9fc18c993a012347d2e7a5e920982cddf2 - Remove Tian Lee from committers and update TSC section Issue-ID: AAI-2898 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I2b10d7e5c1d0228d99d6e6789253786027a0d0a0
2020-05-11Update git submodulesByung-Woo Jun1-0/+0
* Update docs/submodules/so.git from branch 'master' to 135396855a884fdeb3a37e59fa46da5c10a51c38 - Merge "bump the master version to 1.7.0" - bump the master version to 1.7.0 Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I1eb7ff30466e9007deb790e73fd1b008e0828573
2020-05-11Update git submodulesByung-Woo Jun1-0/+0
* Update docs/submodules/so.git from branch 'master' to e7682d33dd809f58ad5e0d554474f3004eb7a133 - Merge "update the SO architecture" - update the SO architecture Issue-ID: SO-2729 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I8d99e58ce08911bbbdb31020e93ca1a76ffcc5e9
2020-05-11Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 93160fa74abd6c0143b6b2e49be87473bb868d4a - Merge "[DMAAP-DR] Bug fix DCAEGEN2-2217 for Frankfurt release" - [DMAAP-DR] Bug fix DCAEGEN2-2217 for Frankfurt release Change-Id: I8b370e77407a3497d2fe46b207668dd234a24a80 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DCAEGEN2-2217
2020-05-11Update git submodulesdyh1-0/+0
* Update docs/submodules/modeling/etsicatalog.git from branch 'master' to 5de5093e94852ebb63fc1d8681fa25c561ac225d - Add release file Issue-ID: MODELING-344 Change-Id: I8b00096b4a543d5f5f2611f05cf1e803fd1fdef6 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2020-05-11Update git submodulesosgn422w1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 3c805dda56c3457dddcffba7c4bcbea27fd362dc - remove inactive committer remove 'Adam Krysiak' who has been inactive for the past 6months Issue-ID: CLAMP-851 Change-Id: I8a217a9665ca07326de28753958b2d9c22bacb30 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2020-05-11Update git submodulesNeil Derraugh1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 88af509e836976b545e071cfe562bf70258c6c70 - Fix security issues in SecurityUtil - Removed hard coded key - Specified mode and padding to address risky algorithm Issue-ID: SDC-3017 Signed-off-by: Neil Derraugh <neil.derraugh@yoppworks.com> Change-Id: I6c21174003fcb5669de49158d8dd6bf9907f50c6
2020-05-11Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5a5edfe3f6a304e3f856e618e66d71a258b2c44f - Refactor CsarUtil::writeComponentInterface Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Change-Id: I6a40119540c18469db44e218984b4d4b92d3f4af Issue-ID: SDC-2812
2020-05-11Update git submodulesdyh1-0/+0
* Update docs/submodules/modeling/etsicatalog.git from branch 'master' to 46f8b363bb5ee0b4493ef5e05d781d6169dc8e82 - Update etsicatalog version Issue-ID: MODELING-330 Change-Id: Ib8b0fe6a0c98298441904615575fa369bb9fac74 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2020-05-11Update git submodulesFrancis Toth1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to ae0f64936f9798b17b313754d643977b7567af17 - Refactor ArtifactsBusinessLogic::generateToscaArtifact This commit aims to refactor how Either is used in ArtifactsBusinessLogic::generateToscaArtifact. In order to keep the refactoring relatively small, we evalute its result at the call site. Change-Id: I669b30b44e9c69d1b3968fd719c5340b2dff83f5 Signed-off-by: Francis Toth <francis.toth@yoppworks.com> Issue-ID: SDC-2812
2020-05-11Update git submodulesLucjan Bryndza1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 5e8ad367d1dfa8637f575bd9ac65f3624e36ec0b - Update git submodules * Update kubernetes/robot from branch 'master' to 1bc31c7d76408bdf2267bf72bf3b1b1e18e2367f - Change ingress base hostname Change ingress base hostname to recommended value Issue-ID: OOM-2391 Change-Id: Ica5ab275ed3eac2ec6f1669fc9ca32c29a2b12e6