summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7d875e1af3c528030235782e76748f3abf113821 - Merge "Move CLAMP Storage access to RWO" - Move CLAMP Storage access to RWO Today when deploying CLAMP with OOM, the PersistentVolumeClaim needs the "ReadWriteMany" (or "RWX") capability. According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes), ReadWriteMany stands for "the volume can be mounted as read-write by many nodes". That means that a particular PVC needs to be read and written from many pods. That also means that your code takes that into account and do the work to avoid write at the same place at the same time. An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon and Google storage classes). CLAMP PVC is used only for one ES instance. Thus we don't need RWX. Change-Id: I3a17195bca4f0f01b5cdb0d8e803bb2a8ab2dd38 Issue-ID: CLAMP-488 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-09-02Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/oom.git from branch 'master' to e516c8f904f2d6f67156dafcf4ace4e364c1c4ec - Merge "Move DMaaP Storage access to RWO" - Move DMaaP Storage access to RWO RWO is sufficient for DMaaP PVC. Change-Id: I35339948b3164e83b92d2e81a1c772574ebb9e9a Issue-ID: DMAAP-1285 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-09-02Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/oom.git from branch 'master' to c605be80fdb97546bba70cf0cfd71235d278a2fb - Merge "Update deployment YAML file" - Update deployment YAML file Due to SSL support for CBS Client in SDK new ENVs containing paths to the certs & their passwords were added: - truststore path - truststore password path - keystore path - keystore password path Issue-ID: DCAEGEN2-1552 Signed-off-by: Piotr Wielebski <piotr.wielebski@nokia.com> Change-Id: Ib73048454db45a81d553afbe2d80fbb6253be711
2019-09-02Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8f771366287c0bb8064279c178d474d8feb676f1 - Merge "Move Storage access to RWO" - Move Storage access to RWO Mariadb PVC are created in 1 to 1 mapping with galera replicas thus we don't need RWX. Change-Id: I438855b2d4b2f90932387e056c168b0a995975a5 Issue-ID: OOM-2081 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-09-02Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 55c686c83695aaa131bee70fe7618c93e1d0cb9b - Merge "Add OOM update so-bpmn-infra's Override.yaml file" - Add OOM update so-bpmn-infra's Override.yaml file Remove an additional character 'g' in so-bpmn-infra override.yaml kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml Issue-ID: SO-2041 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I69221c4cd47118730b3831b4c42fe6aabae29c7f
2019-09-02Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to d4d98f9674093637589fe3780d22756f02e92e1b - remove not used feature RoleGenerator Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I0eea2c7305f6faabcb1e54a7f4dd9f51fe37586f
2019-09-02Update git submodulesosgn422w1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 2f045be5f18afd9fdbb8844c19398ed2374dbf5e - use oss version need to use oss version of base image with corresponding config Issue-ID: CLAMP-489 Change-Id: I7577c5e8840d0b769784d2de103e9d087ccbd8d8 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-09-02Merge "Renamed CLAMP to "Control Loop Automation Management Platform""Eric Debeau1-2/+2
2019-09-02Update git submodulesTomasz Golabek1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 51e1e5e941e5fb01cc684e5827b6c36029e30335 - unit tests - catalog-model Additional junit tests for ToscaListValueConverter Change-Id: I41e8b501129ceb0640e54e4173b3cdf13983ccd8 Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-09-02Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b854b38ea408a88632445e47597b5db4533c0d59 - Merge "Add a semicolon at the end of this statement" - Add a semicolon at the end of this statement In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-597 Change-Id: I64c97eaf1877016fe79e6e31caf620f8c99363df Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-02Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to f1d68862af43f2d428042476e876b5073978bbc1 - Merge "Add a semicolon at the end of this statement" - Add a semicolon at the end of this statement In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-597 Change-Id: If02076cca1cde742aae6e499bc29e92a1aa9b2b6 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-02Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 70cd504a400a8b6d96970915500e77dce2b36353 - Merge "Add a semicolon at the end of this statement" - Add a semicolon at the end of this statement In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-597 Change-Id: Icfb0b3ce96d9f0137bdd9445173dd31e27e13305 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-02Update git submodulesm.kowalski31-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 34e04405d887089ddc638607646849af0d9ba932 - Basic authorization for unsecured endpoint Issue-ID: OJSI-90 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com> Change-Id: I3423d316e4853cfd5fa4aee50ad6506937bd6381
2019-09-02Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 4e36a1de996cc5b30454d77c08545cd71f3c671d - improve test to verify also serialization Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Iaff42459fc9bd7d843b21af6d710afc9a194680c - add UT for MsoController.testActivateFabricConfiguration Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Iddecbfef0378a559a34501e15911b350ec0766a0
2019-09-02Update git submodulesMatthieu Geerebaert1-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to 8a2baa3b0c847fcdbe25df7124587fa09256f0b7 - Merge "make aai paths consistent" - make aai paths consistent Change-Id: Ie4e7617294c318dc3dc11666c027faa7a678d4f0 Issue-ID: EXTAPI-293 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-09-02Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to cf745061a8c5bc2e0a9f9d99b2109295f3751198 - Merge "Update SDNC helm charts to use Neon version" - Update SDNC helm charts to use Neon version Update SDNC helm charts to use Neon-based El Alto images Change-Id: If91320bc663992355f665b3f57f77214e96985cd Issue-ID: SDNC-874 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-02Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to eb2cc949f936aae25dfbf84a40a4993affad42e7 - Merge "Use nodePortPrefix variable in CLAMP-mariadb service template" - Use nodePortPrefix variable in CLAMP-mariadb service template Issue-ID: OOM-1272 Change-Id: I5aaaf20a2bf53134ec18943ada701383ec37ab9e Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-09-02Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to f94462392db73b21896c94cde16070dbd650cfbb - Merge "Removing nginx-ingress from helm charts. It is running by default via RKE." - Removing nginx-ingress from helm charts. It is running by default via RKE. Issue-ID: OOM-2050 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I72802282d296c6e1f23f96112a6406ded18aa5ab
2019-09-02Renamed CLAMP to "Control Loop Automation Management Platform"andreasgeissler1-2/+2
Issue-ID: DOC-540 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: I3ae512461d6afe5b94bdb4daf3cb2dddf963f876
2019-09-02Update git submodulesSaryu Shah1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 990f41da6b9cd6689182c582ac7e818e143fda46 - Documentation - added offeredapis.rst in parent Added links for the API including legacy. This will be linked in the master API reference page. Issue-ID: POLICY-1984 Signed-off-by: Saryu Shah <ss3917@att.com> Change-Id: Ibab75f6c2077539ca16845053ded880ff05b8dd4
2019-09-02Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to a98f4ff3ed19a38ed18e34a5a18e3be2c9e63732 - Revert "add some UT for MsoBusinessLogicImpl" This reverts commit b2805ebd910ecf9cc49597a52bd8f6e6b18f1d31 Reason for revert: duplicated tests. These scenarios already covered by another methods in this class. Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I645b770d853dc39947222de5b8332d3e9fd23087
2019-09-02Update git submodulesPiotr Darosz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 05d0a1772ba64089db033e1e4ce55e0549aef81d - catalog-be code coverage increase Added tests for ArtifactExternalServlet Change-Id: Ic20e172e910f9c5e18d3f43f78a10a36c588f16d Issue-ID: SDC-2326 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-09-02Update git submodulesHelenaLydon1-0/+0
* Update docs/submodules/dmaap/datarouter.git from branch 'master' to 79f3b3c261e88c5b83227911d49957a546b1f0b5 - Renaming variables- issues identified by sonarQube Change-Id: I6ee56ee74f29cf196a8624c623b3670f91ef9424 Issue-ID: DMAAP-1195 Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-09-02Update git submodulesTomasz Golabek1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to a07d30c2ceedc220a76a75dc003c8512fcc316ed - unit tests - openecomp-be Additional junit tests for zusammen models Change-Id: I4593d5c5dfd9619f36c69096462ed5de08b189f0 Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-09-02Update git submodulesBartosz Gardziejewski1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to b5682213ccd48671a3c064688d759944421f6b34 - testing common-app-api utils YamlToObjectConverter Issue-ID: SDC-2326 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I10fc2d7a35150e97b90a1c69c4faac949e439db3
2019-09-02Update git submodulesPiotr Darosz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f533d987e5858274c13d35cf28b660a44dcd30c4 - unit tests - openecomp-be Additional junit tests for dao-types Issue-ID: SDC-2326 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com> Change-Id: I195610e66628d5d8546846592c98c726ba81824d
2019-09-02Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 19abe2af19ba49073949f8254aec897afe7bb303 - docs: add copyright info and changelog Change-Id: Ie2c7aa97aaf99c7a274f5ca45366f549223ba028 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-01Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 1b0d4c6a981f35a7fdf6a969aad483c871af4292 - Merge "add some UT for MsoBusinessLogicImpl" - add some UT for MsoBusinessLogicImpl Add UT for: deleteSvcInstance, deleteVnf, deleteVfModule Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I838c69ae4d0209fe8d62ada98e06dcc1817a4d88
2019-09-01Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to e7b02c6027fec763ce1793abb0983ecfcee7f6e1 - Fix "old-csars" test: csarWithVnfWithVfModuleInModel Issue-ID: VID-378 Change-Id: Icde5058772379f2d48477c05c986f4fe8a30f446 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-01Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to ccf611730b91fe10f60633c3aeb604ea993e61b0 - add UT for NCF model Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I4f9eaa8a12770d7afb9b51633e70ff799f670b70 - add getNewestModelVersionByInvariant to controller and service Also add testGetActiveNetworkList UT Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I97c2ae029272aba915d5f9699bccff0eb9d49329 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> - handle non OK response from SDC while getting model Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Idc6e587abb24fbec65ed159db7008e50abee2581
2019-09-01Update git submodulesKevin Scaggs1-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to ccd7fa20d6d02cb2e68c0c5955bb54d95dcb74e3 - Slight update to Vnf Added a relationship between licensekeyinstance and VnfInstance. Issue-ID: MODELING-104 Change-Id: I993845842765261b5e0c0c99d3e269ae6eb63bd8 Signed-off-by: Kevin Scaggs <ks0567@att.com> - Slight update to Party Removed another relationship between partyrole of vendor and license Issue-ID: MODELING-104 Change-Id: I2ac2b3f10775d6e451759d90e2fc1cf0b84f4c64 Signed-off-by: Kevin Scaggs <ks0567@att.com> - Updates to License Further updates to license, including refiements of attributes to LicenseKeyInstance. Issue-ID: MODELING-104 Change-Id: I4e889aa61f605c92318fb2c940f148e352d02d37 Signed-off-by: Kevin Scaggs <ks0567@att.com>
2019-09-01Update git submodulesKevin Scaggs1-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to 9494c90a2c2147e2e8ba624d0396af9c4955e30b - Update to Common Refined ParameterGroup by adding range capability. Issue-ID: MODELING-104 Change-Id: I588c2c8ba95c4b9460998440a3a4f0e88cfac86c Signed-off-by: Kevin Scaggs <ks0567@att.com>
2019-09-01Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc/sdc-distribution-client.git from branch 'master' to a6906f05493e09a0a0787ac5dbd3066407b13827 - fix INFO.yaml Change-Id: If316a1f3d149a76fb33c30172bf1a9508c9122ad Issue-ID: SDC-2448 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-09-01Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc/sdc-distribution-client.git from branch 'master' to 89d3a6c7da5696883243ea3126fc10ad09a991a9 - add Surefire plugin +align repository id Change-Id: Ib0f6cf3156df415353694c4ffb5ec2634beb13a1 Issue-ID: SDC-2326 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-09-01Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc/sdc-distribution-client.git from branch 'master' to c99d2a24675e8503e8ed5af578332535ac19e1a8 - Jacoco fix Change-Id: I8bdb35cc919815f62caab13737b5e7f8ebde2a16 Issue-ID: SDC-2326 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-09-01Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc/sdc-tosca.git from branch 'master' to 11f413efa986f4e9cbabd067479361d41aec5e77 - Jacoco fix Change-Id: I6b9c8a0e86a32a6c063a1db8640b785742526f1c Issue-ID: SDC-2326 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-09-01Update git submodulesArindam Mondal1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to ab8301883f665ad00910224dff47b6722f4028f5 - General sonar fixes +) Removed empty method ++)Removed unused import Issue-ID: SDC-2542 Change-Id: I9081e7c5f2b9329101c231ae18b4075e33219535 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-09-01Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 96908856dea9061161b2c324aa7b0eeb5d6e4fd5 - Fix artifacts references in main TOSCA descriptor During package conversion, artifacts can have their path changed. References for those artifacts inside the main TOSCA descriptor must be updated accordingly. Change-Id: Idcffb0724c20875ff1decebfec7c47605bfe20dc Issue-ID: SDC-2540 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-09-01Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7fa8daf74ae2f4b9c80c253d8a7c97b70ec967bf - Fix if statement in DMaaP-dr-prov service Issue-ID: OOM-2083 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I0318115d85d8507ecba1133d6c8c1a2bc6333b63
2019-08-31Update git submoduleshewei-cmss1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to fbc82d28cf89b6dcdce81f4a7ae0bee0012bae6d - optimize ns instance Issue-ID: VFC-1504 Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com> Change-Id: I240c30cf99458dcf4270aa4d618f14a95a0414d6
2019-08-31Update git submodulesvmuthukrishnan1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 35d8f73bfed6211b4d0e799880f991b001dbe0a6 - Updated jersey from com.sun.jersey to org.glassfish.jersey ODL upgrade Change-Id: I1167ad7cdb429c9c3e2808db820e3fc26e605383 Signed-off-by: vmuthukrishnan <vmuthukrishnan@aarnanetworks.com> Issue-ID: APPC-1630
2019-08-30Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc.git from branch 'master' to a0c771eb01a35f907394582f3febb42d39f25799 - Change parent version to snapshot Changing the parent version to snapshot in order to build with the new version of appc parent which has the Fluorine SR2 ccsdk parent poms. Change-Id: I03d9a0d38b6d97bab17cd887562ae42ed1b19611 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1630
2019-08-30Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 9039e5dacc397fdf94aa19cac1f5531d7661cb03 - Merge "Documentation: Legacy APIs" - Documentation: Legacy APIs Identified the offered apis under platform as legacy Issue-ID: POLICY-1984 Change-Id: Iee46ded3e506a91181b1c18e1618d4509b8f8f90 Signed-off-by: Saryu Shah <ss3917@att.com>
2019-08-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 9b6e42fea407f2d947e62a47088b0b863d171896 - Merge "Reduce number of parameters" - Reduce number of parameters Constructor has 12 parameters, which is greater than 7 authorized Issue-ID: PORTAL-562 Change-Id: Ie2007420ab2b3d3b304e0b8dddd8afa7314a79ff Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-30Update git submodulesr.bogacki1-0/+0
* Update docs/submodules/portal.git from branch 'master' to dff56a7afc1720019d2a17887b1090d4bee33992 - HTTPS calls into SDC Open SDC in a tab with https. Issue-ID: OJSI-97 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I63b3d74d54c990ddb21feb15a413055d0bcbd342
2019-08-30Update git submodulesHelenaLydon1-0/+0
* Update docs/submodules/dmaap/datarouter.git from branch 'master' to cfad2b32bc8badb2e0a6e691920574e2b209c143 - [DR] Remove DR code smells - additional Change-Id: Ibd27fc27530f7762809d5a6bd73a82c7973c74f4 Issue-ID: DMAAP-1195 Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-30Update git submodulesecaiyanlinux1-0/+0
* Update docs/submodules/integration.git from branch 'master' to ec8c60c7c969f9fc2cdc98cdfd5c5f0ea85f5f6f - Integrating DfC to use TLS sidecar container Change-Id: I111bc5596346db70923645dcfe79af3e639c978c Issue-ID: DCAEGEN2-1702 Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
2019-08-30Update git submodulesLukasz Muszkieta1-0/+0
* Update docs/submodules/so.git from branch 'master' to 687cdacb9fd74629e94ebc0914ba8c72bb5015a5 - Merge "sonar fix for ExtractPojosForBB class" - sonar fix for ExtractPojosForBB class Change-Id: I2d568604fa5d2e688b367644de620c8e91508aae Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-08-30Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 6c3592e595b9049760c4e014e0432c108e3818c3 - Merge "Added back MDC.put to generated missing requestID" - Added back MDC.put to generated missing requestID Added back MDC.put to generated missing requestID in logfiles. Issue-ID: SO-2265 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I67e0b01dfeb609e7a5d7e29f976ec3ec6549e96b
2019-08-30Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 6a53a568abadf59dac64fc832741259563c0b572 - Merge "- Make association from the cvnfc to the fabric" - - Make association from the cvnfc to the fabric - Make association from the cvnfc to the fabric config. Issue-ID: SO-2262 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8d9c1e5b738ec36fb3c6d9bae4acfef155b0e058