summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-21Update git submodulesLorraine Welch1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 60e54d31cb84aad363897043f810b87ac0ceb5d1 - Merge "Fix sonar issues in ecomp-portal-BE-common" - Fix sonar issues in ecomp-portal-BE-common A "NullPointerException" could be thrown Replace the type specification in this constructor call with the diamond operator ("<>") Use isEmpty() to check whether the collection is empty or not Issue-ID: PORTAL-562 Change-Id: Idbff965861ec837f058bc0ae7073b359d0fcadcc Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-01-21Update git submodulesForsyth, James (jf2512)1-0/+0
* Update docs/submodules/aai/sparky-be.git from branch 'master' to 0f3804ed50db9e3368d1921208efbc6f000c4508 - Release container Issue-ID: AAI-2762 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com> Change-Id: Iee526d13e065b5336460d1b2a06965a00c5c12d9
2020-01-21Update git submodulesyangyan1-0/+0
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master' to 747b0f7752e48064fc2074e9d61f971ed46fbb83 - Fix the pep8 error of unused variable Change-Id: I5231b43c4bfcca63565c9fbf365d0d9ee1b9852e Issue-ID: VFC-1595 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-01-21Update git submodulesForsyth, James (jf2512)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 6b948d0e6cc1b91d0358d15cefa75cbf4b465dff - Upversion to 1.6.2 Issue-ID: AAI-2753 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com> Change-Id: Ie97f86653501fe2f0809cc8508bd06f3ea1cc77e
2020-01-21Update git submodulesrajendrajaiswal1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 6a61ad84e1df33bec201df43dc0b217d892f91b9 - PNF Simulator to support Control Loop subscription model Change-Id: I9919edb32f3f68f86fad28c908f808fcee3fc548 Issue-ID: INT-1312 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2020-01-21Update git submodulesSeshu Kumar M1-0/+0
* Update docs/submodules/so.git from branch 'master' to 522893397d8b07126ab66cbe11a84c798f11643f - Merge "Fix spelling of ToastrNotificationService declaration" - Fix spelling of ToastrNotificationService declaration All references use "ToastrNotificationService" spelling instead of "ToasterNotificationService". E.g. in: * app.module.ts line #36 * data.service.spec.ts line #30 * details.component.spec.ts line #35 * home.component.spec.ts line #36 * http-error-handler.service.spec.ts line #26 Coverity-scan: CID-218328 Issue-ID: SO-2211 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I8e6bf72450e3c5fe938f53103bea505f2a2aad51
2020-01-21Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to c9126b7496f720d8295190983551cd5944e88025 - Merge "Add CDS application properties for custom headers for aai calls" - Add CDS application properties for custom headers for aai calls Issue-ID: CCSDK-2020 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ifebfdaef0907ce441e567d1ff1fc105e0be62243
2020-01-21Update git submodulesdhebeha1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 533f2b3e9f9c2d2ca3ad3d9899ffba8a18645e4e - changes done in swagger file For NST,NSI,NSSI selection Change-Id: I87884d35ccbfed982d0192b27da157547f3d5c16 Issue-ID: OPTFRA-676 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
2020-01-21Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to a7658b97a3abcaa4af92eefdf113f154b7f0fc93 - Merge "Replaced annotation with RepositoryRestResource" - Replaced annotation with RepositoryRestResource Use rest calls to update CatalogDB Issue-ID: SO-2603 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I86d01259c007ed9f9fe53aeca53d126cbe066b1a
2020-01-21Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to d84677a58ba4ea589a14852b32ee47e15bb0164e - Merge "updated bbinput setup to handle new and old" - updated bbinput setup to handle new and old updated bbinput setup to handle new and old service Issue-ID: SO-2602 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I57500ddaed7f3ea3fdc455800139a8d8ebc8f435
2020-01-21Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to b6fc1fc1f2e4242a83a52581b7d6d05c7a7cd201 - Merge "Encryption and decryption of OpenStack Passwords removed" - Encryption and decryption of OpenStack Passwords removed Description from Jira ticket: Current way of passing OpenStack password to SO is to encrypt it with a symmetric key that can be find in both OOM repo and source code. This means that the key is already compromised and this additional encryption does not introduce any additional security layer. Additionally this creates a fake security feeling for people who are not very familiar with the cryptography as they may think that their password is safe because it has been encrypted. Instead of using some custom-made method of passing this password please just use a secret and pass it via environment variable unencrypted and just never store it in a config file Issue-ID: SO-2535 Change-Id: Iaad50d7d22fe0fc1e3f7e8c5c5cd3a788d777574 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-01-21Update git submodulesatulpurohit1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to aa83a2da4f911c3ac89318b8e9e8403b072942e1 - CSIT Fix for SDC-2585 Issue-ID: SDC-2722 Co-authored-by: nikhil.soni@vodafone.com Signed-off-by: atulpurohit <atul.purohit1@vodafone.com> Change-Id: I4f9854a74231ffcce7d8bad9ed7d8dec4c408d63
2020-01-21Update git submodulesmaopeng zhang1-0/+0
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master' to eb6b7be86d0dcd756832adcc46954e0c20c8a08e - Merge "Fix textenv cov error" - Fix textenv cov error Change-Id: I2bc6d4cec4875e4599e922b49528aa33f73c5540 Issue-ID: VFC-1595 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-01-21Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to bfaf1a3759f77753b3171993804b6592a6de6895 - Merge "[COMMON] Improve mariadb-init job script" - [COMMON] Improve mariadb-init job script Replace two sets of commands with a simple loop. Issue-ID: OOM-2248 Change-Id: I83a748cdad256e7206310d45a987530b4acc621b Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-01-21Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to e50e1b827a497d304db800fd3c5a1e18de1afdce - Merge "Update SO-VNFM-Adapter override.yaml for ETSI" - Update SO-VNFM-Adapter override.yaml for ETSI Change-Id: I6b99ccf9bd50d2ec50693df9d4122417b22bcf7a Issue-ID: SO-2575 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-01-20Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 40483cec64275e908c498309503cb17fbbd81c7a - First update sonar This is still pointing to old oparent, so only making the minor change. Note, I could not test this locally because the JUnits fail. Once Ali's review is merged I will make the final cleanup. Issue-ID: POLICY-2321 Change-Id: Idcd7633fc2fdbeaede8b24aab5dcd5437632da2f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-01-20Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 98611159fca5232391c770df340c96dce0f474b0 - Merge "[COMMON] Use deployment for postgresql" - [COMMON] Use deployment for postgresql Instead of statefulset + inner work in the container, use deployments in order to be more reliable Change-Id: Icf4fe1303ae3489c822558e28bb08b69af2d4970 Issue-ID: OOM-2234 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-01-20Update git submodulesDaniel Rose1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 2db9cc6b2889e527413ac9dd737c59786d036227 - Update git submodules * Update kubernetes/robot from branch 'master' to 80a8b8c11d94af39ed26701dc10f2d3fc9e9a042 - Merge "Add ingress controler support to ROBOT" - Add ingress controler support to ROBOT Issue-ID: OOM-2186 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Id6b6f6d1a5d9ea83f73b914509098f7711a6418a
2020-01-20Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to f37f8430ead96034b492ff8a84fd45df7d35aea0 - Remove local sonar config Removed outdated local Sonar/Jacoco config and instead inherited config from parent pom. Change-Id: Ic6e29df877cdcca60889bef963bb19b610dfc3ad Issue-ID: CCSDK-2029 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-20Update git submodulesSingal, Kapil (ks220y)1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to 5e4d7a384ab7c3eea7768cb3f4ac3be1f41864b9 - Add new committer Kevin Smokowski Issue-ID: LOG-1188 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Iab050551228e98cd80988df5b5547147a1e87f9d
2020-01-20Update git submoduleswaqas.ikram1-0/+0
* Update docs/submodules/so.git from branch 'master' to 3ec71c0b73eda99d3ed3ddcddbb9d5619415b6fd - Updating etsi catalog endpoint param name Change-Id: I445fd4572dc5a876fdeee66ae393a1215fce54d0 Issue-ID: SO-2415 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-01-20Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 59ee11be51545ac5902c8c6789c1a3a44425ef73 - Merge changes from topic "OOM-1853" * changes: Run env setup only once Fix condition for checking if tests are defined - Run env setup only once prep_ubuntu_16_04_for_molecule routine was taken out of run_molecule function so that it's not superfluously run on each molecule invocation Change-Id: I1e4d3f32fbec4fa1e96389d9d65740747bffcef6 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1853 - Fix condition for checking if tests are defined Native shell conditional is used as previously the condition would give warnings on stderr in certain cases, e.g. when role was removed script reported: "find: ‘ansible/roles/<rolename>’: No such file or directory" Change-Id: I63f50bda94e144a17307d927a6be70ae270f28bf Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1853
2020-01-20Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to a3f7fe728cfa4f3b4e0a1f87b3232630a608365a - Merge "Improve offline-installer-review.sh logic to only run relevant tests" - Improve offline-installer-review.sh logic to only run relevant tests Main CI wrapper script refactored so that it runs tests in a more granulated manner, i.e. matching between changed files and relevant tests to run was optimised. Change-Id: I09086099d7d16c52e29da2fe19440bcfd79ad295 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1853
2020-01-20Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to a96b1cca28d388c8c93c2f973a9e52633a25124c - Merge "Remove reference to Appendix in BuildGuide" - Remove reference to Appendix in BuildGuide Appendix was removed in change I8859ba42420d351ce12347cd63bf11f95a4b528d Fixed some wording. Change-Id: I3ad585b67532a4a44bf272d8ebfefec03ec3cc12 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-2158
2020-01-20Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b96cada06214d609d32a38ca89d71cc53169324c - Merge "Move onap UI loader and icons to VID" - Move onap UI loader and icons to VID Issue-ID: VID-748 Change-Id: If79180e55651ad29bd2771a35855209419d1a0f5 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2020-01-20Update git submodulesSébastien Determe1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 33fc823baeda6d4e872614b146ab865823a3ca0f - Merge "Add tests" - Add tests Add tests for Dictonary and DictionaryElements Issue-ID: CLAMP-591 Change-Id: I1a810e0211685aa7d0831399e727c01b36416bab Signed-off-by: xuegao <xg353y@intl.att.com>
2020-01-20Update git submodulesXue Gao1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 75eb352ec0775a497fbfc92ec34e36a4b31e9412 - Merge "Sonar fixes" - Sonar fixes Sonar fixes on Csar service installation Issue-ID: CLAMP-566 Change-Id: I55f8d358efe9dc53471b78c31be363e0af6d0e80 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-01-20Update git submodulessebdet1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 8d74bbf0a71fa5132e5155b6c202ba9fadffa7ad - Add fields on microservice Add fields for DCAE on microservice instance Issue-ID: CLAMP-572 Change-Id: Ia68b45921ba6f6f3a3efd574887475aff22bc3a8 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-01-20Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 06b0edf4736bde914aeefb9c13625cf3a0fbb669 - Downgrade ExtentReport Brings back a function required by LocalExtentReports#createTest: com.aventstack.extentreports.Report.createTest(Test test) Partially reverts d1c296df Issue-ID: VID-647 Change-Id: Ibf4540994ef024d7ac3eac3f2bbc42ca3cb4b75e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-20Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 694656b0fd93183b99a1065dd9dafaf367e14552 - Merge "Add robot config at onap install" - Add robot config at onap install Change onap network cidr to /16 due to robot hardcoded config. Adding onap network id to configuration at installation part. Adding optional connection to demo usecases network at deploy step Update patch scripts for specify network and kubernetes namespace Enable config_drive parameter at openstack instances deploying to get openstack metadata Issue-ID: OOM-1996 Signed-off-by: Denis Kasanic <d.kasanic@partner.samsung.com> Change-Id: I4403e8ca0f385060ac815372ffd91eda60026ddb
2020-01-20Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to dfcca5853eacb0e0d3bdd6370c724503c34194be - Merge "Async MSO error visibility: let open "retry" from Audit-info" - Async MSO error visibility: let open "retry" from Audit-info On the "audit info" modal (available on Instantiation Status page), show a link navigating to read-only RETRY page with more audit info. Issue-ID: VID-749 Change-Id: I070336059859668292af31c187a7672c68962832 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-20Update git submodulesdyh1-0/+0
* Update docs/submodules/modeling/etsicatalog.git from branch 'master' to 7cec085b66fe866444c9d043cbaf958bc5029602 - update document Issue-ID: MODELING-292 Change-Id: I3a6568d84fb6c04dd9bf0ee6bfe26f722ea463ed Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2020-01-20Update git submodulesHuang Cheng1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 00fc75887ca5a8819104567d20c0bd5465e48d3e - Add four functions to support 5G NRM CM Those four functions are designed to support the operations: createMOI getMOIAttributes modifyMOIAttributes and deleteMOI Issue-ID: CCSDK-2002 Change-Id: I631797cd041c5aa60dcc14f6bdacd0c14ea937e1 Signed-off-by: Huang Cheng <duke.huangcheng@huawei.com>
2020-01-19Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 4eec8e17cd8bec3192b7c6f5f225ef03186f8cde - Merge "originalName stored and sent to frontend in a template" - originalName stored and sent to frontend in a template Issue-ID: VID-724 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ie18e16fed62f9a92a4b4d5c72596c36303de1f48 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2020-01-19Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 0e62a316054ed5140210a1cf9b40a7b0fa39fcb8 - feat: add user-guide of F release Change-Id: Iaee1c4b8bbe00ab061c01614f4f2606a00e59e96 Issue-ID: USECASEUI-374 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2020-01-18Update git submodulesyangyan1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to 5e8187168dbd803b95c9bd4cdcf8d987bc1fa19b - Fix the nslcm problem of registering MSB with HTTPS Change-Id: I27bacdca8307b10aa98256c1c0609b3afe5f44bd Issue-ID: VFC-1502 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-01-18Update git submodulesForsyth, James (jf2512)1-0/+0
* Update docs/submodules/aai/sparky-be.git from branch 'master' to 7e4290ea1d72793dede6888ce09f35f54e3a3323 - Upversion to 1.6.1 Issue-ID: AAI-2762 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com> Change-Id: I106ecc3cfd11b39881168685223394647aae25c4
2020-01-17Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fed6c23200eba54f0f1995e56bbaf6a6c1f42396 - Fix scheduler shutdown config function. Optimize application name accessing in Docker Compose. Issue-ID: CCSDK-1917 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I6b055de7ef5a8ac4a0c103499997ed272bd74ac6
2020-01-17Update git submodulesForsyth, James (jf2512)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 105dc16417bca322dc0cccf642a4e9d18b758758 - Release artifacts Issue-ID: AAI-2753 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com> Change-Id: I1fca1894b1cdf82cc52206f926974eb622ac3df4
2020-01-17Update git submodulesForsyth, James (jf2512)1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 6069dc4cd121b382f3b9368b16573a0245dee1e8 - Change aai-release-version to allow override Issue-ID: AAI-2753 Change-Id: I5ca91b92e27412e84ef0104908360f0b2e09993d Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
2020-01-17Update git submodulesdfarrelly1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'master' to d0236cf6f7f77601a3f9e52a44d88579b5c4344b - Add PMSH API docs Issue-ID: DCAEGEN2-1916 Change-Id: I286c432f0e1d621b2d32211ed08a62d3f0082fc1 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2020-01-17Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 832ef0c7a8aea19c5565dcc073118672e92915db - Update git submodules * Update kubernetes/aai from branch 'master' to c8663688eb2755ca5adc4f570c7acf76b6f9a077 - Merge "Remove the usage of uuidv4 since it was causing the deployment to change at every "helm deploy" causing AAI ha proxy pod to restart and cause AAI outage." - Remove the usage of uuidv4 since it was causing the deployment to change at every "helm deploy" causing AAI ha proxy pod to restart and cause AAI outage. Issue-ID: OOM-2226 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I03aa47240251fe182ecd841a99a9b99a20c88d65
2020-01-17Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 42efc317925a12c22aa87ec715df61d339bd9347 - Merge "Add readme.md for database shim layer" - Add readme.md for database shim layer Add some documentation related to how the mongo backend is implemented Issue-ID: MULTICLOUD-666 Change-Id: I9dae429b1da004fbaa7ea694e6e58fa2d337a042 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2020-01-17Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/integration.git from branch 'master' to f2ec458f12c470552462a75f26ef7e1704482a72 - Update docker images in integration override Issue-ID: INT-1414 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Iabc25330dd803bedcaa8c321b5ff45619782884e
2020-01-17Update git submodulesrajendrajaiswal1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 84d9d1e7c119335cf1e8195db1fe6b3bfafe2c40 - Update git submodules * Update kubernetes/robot from branch 'master' to ff678657c0fa534840d063131432e1994829f660 - Update DCAE username and password Change-Id: I575be45bbbd2c53a897eac87f303e45cc2fce976 Issue-ID: INT-1375 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2020-01-17Update git submodulesJorge Hernandez1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to ccf6657a069558970e28e2a3012cfca38cc017cc - Merge "Updated API documentation to reflect the addition of version validation feature" - Updated API documentation to reflect the addition of version validation feature Issue-ID: POLICY-2316 Change-Id: I981f7998926931d4bc2cd6a3bb0781071f768fae Signed-off-by: Chenfei Gao <cgao@research.att.com>
2020-01-17Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 6de897959674e08be256a13c26ac746a5d0b4ea9 - Fix installers for a1Adapter and oofpcipoc Fixed typo in pom.xml for a1Adapter and oofpcipoc that was preventing karaf features file from being included in installation bundle. Change-Id: I162356cf3d3f32a79c7c7f7b2218fed35a09ff73 Issue-ID: CCSDK-2027 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-17Update git submoduleswaqas.ikram1-0/+0
* Update docs/submodules/so.git from branch 'master' to b6b577995677cc637fb829abd4cb76434af41775 - Fix for SO-2598 Change-Id: I26a8251bd878d95ae3ede8d27bf9f42a6692e338 Issue-ID: SO-2598 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-01-16Update git submodulesHuang Haibin1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 58b8b2b5fe958b1b21d24b605df49a42b67e94aa - Merge "Add execution script for vIPSec in k8s" - Add execution script for vIPSec in k8s Add execution scripts for each component in vIPSec to make it work for k8s. These scripts are going to be used along with the helm chart named 'vipsec' inside the demo folder. It aims to construct the vIPSec use case to set up a secure tunnel between peers and improve its performance along with hardware acceleration technologies such as SRIOV and QAT. Issue-ID: MULTICLOUD-969 Change-Id: I261272439b264db4d70cf8d5d2958a891c351b61 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2020-01-16Update git submodulesweinstock, alan1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 5115c3814e6153872e1fdb8595e267e9a04e8470 - [VNFRQTS] Update R-90279 in the document Issue-ID: VNFRQTS-792 Signed-off-by: weinstock, alan <aw2574@att.com> Change-Id: Ia924595c03adbe31bf84b9619f1e3841dd01e26e