summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-11-06Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 79be5f1bfa8fd06fbff46fcd5e4ac6fe93425483 - Merge "[POMBA] Move Data Router logs PVC to RWO" - [POMBA] Move Data Router logs PVC to RWO Data Router pods writes logs directly in the PVC within generic name files: debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log -rw-r--r-- 1 root root 125 Nov 5 09:56 /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/ total 4 drwxr-xr-x 2 root root 76 Nov 5 09:56 AAI-DR -rw-r--r-- 1 root root 125 Nov 5 09:56 application.log drwxr-xr-x 3 root root 18 Nov 5 09:54 data-router debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/ total 0 drwxrwxrwx 2 root root 6 Nov 5 09:54 logs debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/logs/ total 0 debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/AAI-DR/ total 12 -rw-r--r-- 1 root root 0 Nov 5 09:56 audit.log -rw-r--r-- 1 root root 0 Nov 5 09:56 debug.log -rw-r--r-- 1 root root 7519 Nov 5 09:56 error.log -rw-r--r-- 1 root root 666 Nov 5 09:56 metrics.log Thus if two pods were writing, there would be issue as each one would want to write. Then this PVC must be used by one POD only and RWO is sufficent Change-Id: I0087487fba715b4b0804de51544238f08fed1d3c Issue-ID: LOG-1114 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-06Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to aeb93c696c1a9ccf345706e606cfb2098ab0b8d4 - Merge "[APPC] Move Ansible server PVC to RWO" - [APPC] Move Ansible server PVC to RWO As ansible server is a statefulset with PVC template written in the statefulset, you'll have one PVC per ansible server. Thus ReadWriteMany (RWX) is not necessary and RWO is sufficient. Change-Id: I735891be2a098303ce85e21da7c8dc8b1ea20371 Issue-ID: APPC-1710 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-06Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 9fbac2ec6c8a4e6b958848610efe18011a4763fd - Merge "Remove controller blueprint chart" - Remove controller blueprint chart With the consolidation of designer API within blueprint processor, we no longer need this micro-service. It is getting removed completely from backend code. Change-Id: If0b3191998f37fea53bb6e4ac7a6410b7204d828 Issue-ID: CCSDK-1663 Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com>
2019-11-06Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 06e518055d9758ee3ecc2e40efe13c7a5d982a2a - print user-id in partner name record of audit log Issue-ID: VID-253 Also add more verifications for audit log format Change-Id: I00976a63fd1a795a972c13ad975d6a71248e5c8b Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-06Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc/sdc-tosca.git from branch 'master' to ce0fc8f3514b8058cb3829a93d58ddbbff7a25ec - Move jTosca contents to sdc-tosca Signed-off-by: vasraz <vasyl.razinkov@est.tech> Change-Id: Ia116428df7e25578bf63b5707359a2e16abedf95 Issue-ID: SDC-2457
2019-11-06Update git submodulesdrveerendra1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to f6b2625c5876c5ef1b8ead0b3962362fb2924f95 - Adding viewToscamodels menu Updated package.json file to include material table and material UI react libraries. Added ViewToscalModals folder which contains js file, corresponding test file and its snapshots Issue-ID: CLAMP-544 Change-Id: I6b9328d6270fc32b41a152c91a9fd872f3524beb Signed-off-by: drveerendra <vrajasekharaiah@att.com>
2019-11-06Update git submodulesshentao9991-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 237ed72e04ae121297a0594be069a26db49d0f5b - New committer promotion for Ran Xu Change-Id: Ia18c4fb1853c2d9367dfb89e4b7aa8a00e42e791 Issue-ID: USECASEUI-347 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-11-06Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 9056ae7b51532ef185164aefe2fccaeabed6946c - Fix sonarqube issues introduced by ZipSlip change Fix major and critical sonarqube issues introduced by ZipSlip change id I721f3d44b34fe6d242c9537f5a515ce1bb534c9a Change-Id: I3aa2cd4116936d715baba99a38d43aa40fd62a29 Issue-ID: SDC-1401 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-06Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to b0ea96ed0edd3436e2a9de33ce8340279982d445 - Merge "Mdc.java-return the expression" - Mdc.java-return the expression Issue-ID: OPTFRA-578 Change-Id: Ic64b98d1103626b9dde1c2eb7cc4d61a64ade52b Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Update git submodulesThugutla sailakshmi1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 23c03ae7e51a4f9825cab4f29711c446112c2432 - Mdc.java-return the expression Issue-ID: OPTFRA-578 Change-Id: If9e6f97c9c7a0f0960fc58354b23829d84663c41 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Update git submodulesRuoyu Ying1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to eea1300171509e7f5c6aa5e9e01f88a7afa24d0b - Update Policy config url and pass Update the config retrieval uri and authorization keys Issue-ID: OPTFRA-520 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: I694930fcbf2ac2b17c048d0341571a027552576c
2019-11-05Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 927a79e5b7f9cacd2798504ac158f0a75dc64da8 - Merge "More JUnit additions for PAP-REST" - More JUnit additions for PAP-REST Issue-ID: POLICY-2130 Change-Id: Ia64bdbb377d26ba209b2d3fc51bc95f5769a7729 Signed-off-by: bobbymander <bobby.mander@att.com>
2019-11-05Update git submodulesSmokowski, Kevin (ks6305)1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to aeb8d9bbd663f6d6f248063b2693a34579c84dd1 - remove getServiceName from metric filter remove getServiceName from metric filter should be handled elsewhere Issue-ID: LOG-1185 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I951bb3f9d5135743d85a863501da510360b80d53
2019-11-05Update git submodulesAlexey Sandler1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b84d6332c492206cecf11d54a884c8a299ef1690 - remove comma's properties file with flag FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE Issue-ID: VID-646 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Idbd37bc2800ca8d38dff7e566654f0677f767a2a
2019-11-05Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1e61754c29fc99636de692a0fb9d2ef1a4ba9e61 - Align logging to Onap-ELS 2019.11 Change-Id: I1750493d5c9f2eab8c1395f0fbc9ae66cf74b0a6 Issue-ID: SDC-2639 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2019-11-05Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 204e1efb8192a265e0646de6ceff5faef0cc3c93 - Merge "Fixed Sonar issues for Console Logs" - Fixed Sonar issues for Console Logs Issue-ID: POLICY-2153 Change-Id: Id21a9dd4910ff0c831e49a1539f130ade1779577 Signed-off-by: utkarshJ <uj426b@att.com>
2019-11-05Update git submodulesliamfallon1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to faeab75904391b9e4996b689e3fa781b7556e666 - JUnit/SONAR/Checkstyle in ONAP-REST Cleanup of the dao-impl package in ONAP-REST All enclosing try/catch blocks removed. Issue-ID: POLICY-2131 Change-Id: Iec73fc5a85b891a00ba8c029e9904051c51284c2 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-11-05Update git submodulesSeshu Kumar M1-0/+0
* Update docs/submodules/so.git from branch 'master' to 064927b4aefe833bcb84d8b6fba99960d0d08a52 - Merge "update URI for ElAlto Issue-ID: SO-2484" - update URI for ElAlto Issue-ID: SO-2484 Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: Ib6b9e723252c4bcbb0cb3389b03489921f836b31
2019-11-05Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 1612c8702b6d48c4711bda86c4fa715ea2f1d880 - Merge "vfModule upgrade: don't fallback on mismatching newest model" - vfModule upgrade: don't fallback on mismatching newest model Issue-ID: VID-603 Change-Id: I96a0d4ed3a6717a4f1ee7c285dc71e2d7d695302 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-05Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4a6e592af14fd3941df6e56e5b75c9ac5d5eb01b - Add a new package with Custom Types to Sanity test. Issue-ID: SDC-2616 Change-Id: Id290626724488e58b4840408429c1962a19064a0 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-11-05Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to e967b59012d3aec0a5ad01d1ad508fc1e0a61a5f - Merge "Adding Edit catalog functionality" - Adding Edit catalog functionality Adding Edit and Info catalog-dialogbox Change-Id: I497e71b836424af172ef3ed8a64bcdf96f1a5077 Issue-ID: CCSDK-813 Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>
2019-11-04Update git submodulesprathamesh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 36b10ae0b1551fcd3d16b2545390794116c601fb - Fixed CDS liveness probe failure during high load. -Added Dispatchers.IO so we can utilize CPU resources efficiently. Issue-ID: CCSDK-1874 Signed-off-by: prathamesh <prathamesh_morde@yahoo.ca> Change-Id: I8bb3c078b22663ca6c2420189b0477b8a66a3bd6
2019-11-04Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to 7f4b866604912535b5a3a073583ecbe44967853e - change DG name for ansible ScaleOut is using Generic_AnsibleDG DG Issue-ID: APPC-1770 Change-Id: I89610419e157b7f19b496d7f625a2d001b1d2a3f Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-11-04Update git submodulesMerkel, Jeff1-0/+0
* Update docs/submodules/so.git from branch 'master' to a0416e82024eaed4b3f9eff111207521e9c3a796 - - Updated to use getEntity API for ServiceProxy - Updated to use getEntity API for ServiceProxy - Updated configurationCustomization tests for IEntityDetails. - Replaced the getMetadataPropertyValue method. - fixed the formatting so the build job works Issue-ID: SO-2510 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If0f624b1160b095f8faf64fa67797016a14e4cfe
2019-11-04Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 5839289be6a6f3a1441d73bd9e8a8ee4bf1dc1a3 - Check for err when namespace plugin returns Check for err when a namespace GET is called. This will catch any errors related to the cluster GET operations before the subsequent call is made. Issue-ID: MULTICLOUD-666 Change-Id: I47de130f7ae9e6fea627f3a881ea84b2880db886 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-11-04Update git submodulesAmir Skalka1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 5e0e88d7c19479494215af17d23e07b26dd62dbc - Validate audit of request id on incoming requests to MSO ServiceInstanceMsoApiTest to verify incoming requests in audit log as well to headers and outgoing requests in logs. Issue-ID: VID-253 Change-Id: I4d94e6de4e2a844f2e0104df6c45b5070465de1e Signed-off-by: Amir Skalka <amir.skalka@intl.att.com>
2019-11-04Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to edee21ec5dcab14d4aad21894aef6a0366e82074 - Merge "remove internal urls" - remove internal urls Issue-ID: VID-646 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ie76259a41909ae5667053a2ef2ab6f0094dc6b6c
2019-11-04Update git submodulesliamfallon1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 46b5b531eada52e963f9ca196473a6c1bd8cbf37 - Add common Jersey version Add a common version of Jersey for all Policy Framework components. Issue-ID: POLICY-2209 Change-Id: If376b0d1c1cb11c20a176c4ea9a5b674cb8c66da Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 4ec5384dc1fac74d0fde85a4c941fe7aba233069 - Merge "blocker sonar fix" - blocker sonar fix Change-Id: I500447927dc2497c9d630bc3217f03cd5d4f2b98 Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 14951284d76e23ea621add2d7e8bae00b84f8195 - Merge "Adding preload capability using userParams" - Adding preload capability using userParams Change-Id: Id107f2c9c2da643ecb57daaef26dfa2bfd89f8aa Issue-ID: SO-1635 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to fa39380c0cc0df6673857c5f3483b5db9214b8b5 - Merge "update the latest oparent version" - update the latest oparent version Issue-ID: SO-2391 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic6cd539aa5c04fa267ac19a8b1240eafbcdd4825
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to b01d4d9077c4fdbb29702d59581115e2dcb2d90e - Merge "Add patch method" - Add patch method add patch method to requests db client remove null values from junit mock matching Issue-ID: SO-2506 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3d6c0b05943958a9e77557cbf643a90cf5bb556b
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to c7808c6ba90b621a96061337ce6b0811b636fa1a - Merge "- Check if failIfExists exists, if not default it." - - Check if failIfExists exists, if not default it. - Check if failIfExists exists, if not default it. Issue-ID: SO-2507 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0ab965bca0fd6777d711c99d3bc550293e826414
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 9941efb55c1745ff9d8dab9a781cd1cd9050c8f3 - Merge "refactor repeated duplicate check code to RequestHandlerUtils" - refactor repeated duplicate check code to RequestHandlerUtils Moved repeated code used when checking for duplicate requests to a new method in RequestHandlerUtils. Issue-ID: SO-2488 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I523bbb0823f384a458f098c349d8c4b17e782469
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 2c5f88c80cd62d58cdb5954d15320ca5180b3637 - Merge "update so to use most recent update of logging" - update so to use most recent update of logging Updated pom to use 1.5.1-SNAPSHOT for logging-analytics Updated pom while fixing branching issues Updated version for logging-slf4j in pom Updated to use release 1.6.1 of logging library Issue-ID: SO-2493 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I79c543c283eeda0a6eb008535ba4488433fbb0ae
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to d40ef91b5a3ff8cc23ced6acb6279d1880b33725 - Merge "add new query for requestdb" - add new query for requestdb Updated RequestDbClient to call new request mapping to query for IN_PROGRESS volumeGroup and vfModule requests older than two minutes. Issue-ID: SO-2490 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idd4c077a13c15dd6c22ef168d164f2df2aed4cff
2019-11-04Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 787195bb3c9370a1d286ec5a084ebca4d873231a - Merge "- Skip requestId lookup when uri is" - - Skip requestId lookup when uri is - Skip requestId lookup when uri is orchestrationRequests. - Reformatted code to fix the build error. - Updated mockContext in TC to mock up URI path. - Added a test that skips the requestId lookup. - Added verify to ensure the lookup method is not called. - Fixed the formatting to pass the verify build. Issue-ID: SO-2499 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I12a991032a8cd1b3664cc807fde568f89bf779fa
2019-11-04Update git submodulesPlummer, Brittany1-0/+0
* Update docs/submodules/so.git from branch 'master' to 6c90e1cb04a4cb7e08f1036f6b071d5d82d89959 - add timeout to apih for the camunda activity check Added timeout for camunda history lookups Added error strings to be returned on task information lookup Renamed method for getTaskInformation Removed retry for taskInformation and updated logging for errors Added spring logging interceptors to restTemplate Made timeout and retry timeout configurable Issue-ID: SO-2508 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibd5101fc2e0a933a2f8070077c40b02bbbcfea6f
2019-11-04Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 43b1593e3c2a250535bfadcc6829be9873a98259 - fix - when retrieve topology we are using threadPool and the MDC values are not updated This time for vf-modules parallel request. Issue-ID: VID-253 Change-Id: Ib32c29b231e16ccc1b4fbbad022c8d9ad058b74a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-04Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5775dd13964a56a60dfbe8fc72e5977672d5acb8 - Transform custom types for PNFD. Transformation of customized Node Types for PNFD. Issue-ID: SDC-2561 Change-Id: Id3e07edff0e5a8cb134aa12c07878e14c33d1512 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-11-04Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 95dc3ee8072b633982d7bcd18b726350f2f6dc06 - Merge "fix - when retrieve topology we are using threadPool and the MDC values are not updated" - fix - when retrieve topology we are using threadPool and the MDC values are not updated Issue-ID: VID-253 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I275d1768f17764efc1bde36baf53439922b534ab Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-11-04Update git submodulesefiacor1-0/+0
* Update docs/submodules/dmaap/datarouter.git from branch 'master' to 6ac1c84f0aeec17dba6c55c7097a264b1a7b6ba2 - Fixing failing unit tests Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Idacec3a21157e4b8c1f807fd045de47b497e6f6c Issue-ID: DMAAP-1284
2019-11-04Update git submodulesAlexey Sandler1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 88bf11e74e84d6a714095495f49c065847ab24fd - add new flag FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE Issue-ID: VID-646 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: If954d1fb597ecb974b671a05d3f5c5ea5ca9a704
2019-11-04Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to dd22ca7a392b6532f6ed74d2aa985e14035828d1 - a fix to handle onboard ALTER tables Change-Id: I7e721f267e6e5935231d6e38ac490d9335f68f4b Issue-ID: SDC-2640 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2019-11-04Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 46d7ba49211c86e9208d6634461afc6ebac70f8d - Merge "fix SERVER_FQDN MDC for audit log" - fix SERVER_FQDN MDC for audit log Issue-ID: VID-253 Change-Id: I6f4b273d800a6eba735744fbd7bc3e741c1a5e83 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-04Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 129b3904c875018bea237a3f376a0e1c3ab9a4f9 - improve async instantiation log test, to verify all outgoing requests Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7717ddd2cbfaec6430b89f88109de8f12f9e9211
2019-11-03Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 3a6149664092cacfdf76c0ab985a250ec9131439 - send unqiue request ids to MSO in async instantiation Issue-ID: VID-253 Change-Id: I73e7829a2e7e980540e0c253823d030e77b9976b Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-03Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f34e28d521b71be501dc85e75c5efa411c3194f1 - Validate artifacts signature in SOL004 package Change-Id: Ib048f4501fd8a81cdf11fab19f149350011f772e Issue-ID: SDC-2632 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-03Update git submodulesshrek20001-0/+0
* Update docs/submodules/sdc/sdc-docker-base.git from branch 'master' to 5ac4db020d162174b144540aa1ed464ae961d1b8 - Upgrade to Cassandra 3 Creating base dockers suitable for Cassandra 3 Issue-ID: SDC-2594 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I8246f3e0d2e5324d033c51711364a59fcf9e9a95
2019-11-03Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 608be265c8491686f269ed12d5d48654ddb090b5 - Create new non-mano Artifact Type entry for pnf software information Issue-ID: SDC-2615 Change-Id: I4dd879d50b1dec58aceeaf0c265901c62d038071 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>