summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-25Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 0c9d9098ba21f79fe4e721b38e1e7c311c958964 - Merge "Add functionality to support NSI selection" - Add functionality to support NSI selection Issue-ID: OPTFRA-677 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ibc51e15fce4692a445df400053060d3a6977b4ce
2020-03-25Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 30691263393c3862ed0707220afeb1a9a44d7773 - Merge "fix connection state machine" - fix connection state machine fixed state handlers for netconf nodes Issue-ID: SDNC-1134 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ibd63e84e4cc891a03ef5bd499760804a8cb89e93
2020-03-25Update git submodulesJunfengWang1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 44798b34e5995e10ba080556f45a2600d9c35bb8 - correction of requirement R-972082 Issue-ID: VNFRQTS-864 Signed-off-by: JunfengWang <junfeng.a.wang@ericsson.com> Change-Id: If1a26a18924db460039595e51e3ced28b93d2c19
2020-03-25Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 263c0a0b4f5ffb9df8b149be1c8c703410515090 - Merge "Disable plain HTTP on production interface of HV-VES" - Disable plain HTTP on production interface of HV-VES From security reasons disable of plain http. Change-Id: I1374fc5f0b34f5b938c692e2bbcd2689f4efee88 Issue-ID: DCAEGEN2-2143 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-03-25Merge "Refined release note template"Eric Debeau1-32/+66
2020-03-25Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to e5f9b77e15c14992bfb7771a254b8d0b45c7ea28 - Merge "fix waitforyellow in dbclient" - fix waitforyellow in dbclient fix esclient and setup Issue-ID: SDNC-1133 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I0326e84383602f3401f615bc8342fd091f401e8e
2020-03-25Update git submodulesSrinivasan Ramanathan1-0/+0
* Update docs/submodules/so.git from branch 'master' to e2708cba9e8190fd022a87d962721eeea2b1a2e3 - Fix for MDONS create and delete flow Added service-name update OTN service for Create flow Added new request format for OTN service Delete flow Change-Id: Iea3362c2a57a376f181de813158462390aaf27e3 Issue-ID: SO-2460 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-03-25Update git submodulesaosull011-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to efb32d082a5b8463377ba91752dc25280d4b1cd4 - Add JAVA_OPTS, SERVER_PORT and NBI_URL environment variable Issue-ID: EXTAPI-417 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: Ie8e65f65ea1a23ca27f0965a59a523dda70a4476
2020-03-25Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to d688c4c4e37526e276690b5b51d1044b7e220aff - Reduce cyclomatic complexity Moving CSV data conversion and "expected failure" filtering away from main function made testing these features easier. Utility behaviour remained unchanged. Issue-ID: SECCOM-261 Change-Id: I4cabfc7b352434c84a613c02f44af3c9630be970 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - Add "expected failure" support to non-SSL NodePort scanner This patch makes scanner compatible with its shell predecessor. The same "expected failure" list format is used i.e. # Comment line; will be ignored SERVICE1 NODEPORT1 SERVICE2 NODEPORT2 Single space character is used as a field separator. Issue-ID: SECCOM-261 Change-Id: Ieedd4e98a83ffe242c695133fdf7342e17efa9a2 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - Run port scan Issue-ID: SECCOM-261 Change-Id: I465282a8793191c45d288284a127e80e1fecf513 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - Add IP addresses filtering Each node might be described with 3 types of addresses [1]. Some providers also use node annotations [2] for assigned addresses. This patch filters out all IP addresses from nodes list. External IPs take precedence over internal ones. The first address on the extracted slice will be later used to run the scan on. This behaviour could be later modified to e.g. loop over all extracted IP addresses (if scan fails). [1] https://kubernetes.io/docs/concepts/architecture/nodes/#addresses [2] https://github.com/rancher/rke/blob/master/k8s/node.go#L18 Issue-ID: SECCOM-261 Change-Id: Ifd094447f778da378dfe1aee765f552b6ebd669f Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - Add temporary "make" target for automated testing compatibility Utility "sslendpoints" and related packages make use of idiomatic Go testing commands, i.e. go test [./...]. Thanks to Go Modules [1] nothing else is needed to run internal tests for this tool. Unfortunately it's not the case for all Go-based Integration tools. In order to use a single automated verification script in CI additional "make" target is required. It will provide temporary compatibility layer with utilities setting up test environment on their own with "make test" target. This patch should be reverted upon removal of such cases (currently: after dropping "../k8s/check" tool in favour of Aquasec solution). [1] https://blog.golang.org/using-go-modules (see "Adding a dependency" test execution explanation) Issue-ID: INT-1498 Change-Id: I14c83f7f193c7688590366db988ff02c13c036a4 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - Add NodePorts filtering with development environment basis This patch has not made "sslendpoints" fully compatible with "check_for_nonssl_endpoints.sh" script yet. It sets up basic development environment for Golang-based checkers, though. Tool output will be added to the README after reaching full compatibility with previous (script) version. Development environment brought by this patch is heavily based on: https://github.com/SamsungSLAV/boruta Issue-ID: SECCOM-261 Change-Id: I8f035b63bea13785c40971ede5fdbbc9b6810168 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - Increase verifiability of security checks This patch introduces a series of patches that will provide tools which will succeed current security check scripts. Its two main reasons are: * increasing tools verifiability by providing internal tests, * improving "expected failure" support by suppressing carefully selected set of special cases. Each tool will use following directory structure (generated with "tree -a --charset=ascii" command): . `-- check_module |-- Dockerfile |-- .dockerignore |-- .gitignore |-- go.mod |-- main.go |-- Makefile |-- README |-- README.rst -> README `-- submodule |-- submodule.go `-- submodule_test.go This will allow using Go Modules mechanism within its limitations [1] for "non-go-get-able modules" [2][3][4] - also in case of separating code into several modules used by multiple "check modules", e.g. . |-- common | |-- common.go | |-- common_test.go | `-- go.mod `-- check_module |-- go.mod `-- ... It would require migration from separate Dockerfiles to a single one (multi-stage), though. Provided Makefiles are intended to simplify local development (Docker-less building) and container images preparation. READMEs clarify utility requirements and usage - file without extension is for VCS reference, symlink for proper syntax rendering. [1] https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository [2] https://github.com/golang/go/wiki/Modules#can-i-work-entirely-outside-of-vcs-on-my-local-filesystem [3] https://github.com/golang/go/issues/26645#issuecomment-408572701 [4] https://www.dim13.org/go-get-cgit Issue-ID: SECCOM-261 Change-Id: I48eeeda66bd5570d249e96e101e431e6bab75cb3 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2020-03-25Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to cb10a6cc9f65ef69c3c8a29a9ea3312adfe814e4 - Fix to CSIT failure due to EP type Change-Id: I6a2bcd4b43490898952fa1a5ea171ece015d376c Issue-ID: SDC-2820 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2020-03-25Merge "Add AAF Certification Service to ONAP components and functionalities ↵Sofia Wallin1-0/+1
page"
2020-03-25Update git submodulesxuegao1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to be9a2a5b46a96ef97810a3893512f7e42591c640 - Fix the loop deploy issue Fix deploy UI issue and update the deployment payload. Issue-ID: CLAMP-791 Change-Id: I2e652bc321e27be7c21ae12c66e98880e2eed4b5 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-03-25Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 0379b365e2b538cd6b2d3dd03fc0290b3c88cb89 - Merge "[SO] Use common secret template in so-vfc-adapter" - [SO] Use common secret template in so-vfc-adapter Use common secret template in so-vfc-adapter component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I276e0814775ac68efe9df2f4d1ef5f919d3bef0f
2020-03-25Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to ad568537f37b8f6706356cde95cdcfce210df278 - Merge "[SO] Use common secret template in so-request-db-adapter" - [SO] Use common secret template in so-request-db-adapter Use common secret template in so-request-db-adapter component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I7231ac14d1f19d27c11c980e446a4809fae5dadd
2020-03-25Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to ac2d724170fabbba7fa2eeaed2d3e5cf0a213dfe - Merge "[SO] Use common secret template in so-openstack-adapter" - [SO] Use common secret template in so-openstack-adapter Use common secret template in so-openstack-adapter component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Id01fcc655768bfe965b4d731f99ba3921d90ddd5
2020-03-25Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 1f16295a62f87c0ef4d140d3af341b6f132227a6 - Merge "[SO] Use common secret template in so-monitoring" - [SO] Use common secret template in so-monitoring Use common secret template in so-monitoring component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Iff0ae7e14924d5e4e3484e509a7a4962f623e487
2020-03-25Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 35b3735e2fc46ec509e4c21546b0e5b3cabcece0 - Merge "[SO] Use faster version of common secret template" - [SO] Use faster version of common secret template Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4975939da127f596d4a78cf8e144b8f71e72194e
2020-03-25Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 78897562ad9be5b7743f0eded39459a0a725bddf - Merge "[COMMON] Optimize common secret template" - [COMMON] Optimize common secret template It turned out that our current implementation of common secret template is really heavy which makes onap linitng extremely long. To improve the situation let's introduce some results caching instead of processing templates over and over. For now we cannot simply replace common secret template because in mariadb-init we generate list of secrets on the fly so we will need to revisit this fragment later. Whole series of patches managed to reduce ONAP linting time to 40 mins. Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Id2e743147afa37290df19b73feee67621f13f67c
2020-03-25Update git submodulesxu ran1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to b7d48cb394ab3669a360ccc1672bdc196982abfa - Merge "Service Topology Changes" - Service Topology Changes Issue-ID: USECASEUI-419 Signed-off-by: phani.y <yellela.nagaphanindra@huawei.com> Change-Id: I4f2d8a5a6309de92acd9384d499a285306036ebf
2020-03-25Update git submodulesXue Gao1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to a8b7177d608d84605dd9971f23a7045ba34370b0 - Merge "Improve the policy name" - Improve the policy name Give a better name to the policies so that it's easier to know which modle has been used Issue-ID: CLAMP-792 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I7c6f25eb5075d6e4d114cecd705530a656875cd9
2020-03-25Update git submodulesXue Gao1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 2dcca5a5b563e7640313e93fe617ca89bf6aa6d6 - Merge "Improve the policy model download" - Improve the policy model download Improve the policy model download so that the yaml is now in pretty printing and the policy engine is not triggered if the model is already in the database Issue-ID: CLAMP-784 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ibd1e6bd617cf052ad4c475e4dd9c63eb2b046acd
2020-03-25Update git submodulesXue Gao1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to f152e38d8120333a2572d0b785f4e68aedc92a04 - Merge "Improve metadata support" - Improve metadata support Improve the metadata support for CDS and default values Issue-ID: CLAMP-786 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I8a24e31a93ff1e288ec8f0f6d522b1b15d39a8d2
2020-03-25Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 1de136123f864a62052f7babf18ddb45e870ec54 - Create base Sodium image Create base ODL Sodium docker image Change-Id: Ibfc259529ffeb90d73ea897f9a2ae7a1a79a6b79 Issue-ID: CCSDK-2184 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-25Refined release note templateSofia Wallin1-32/+66
Issue-ID: DOC-575 Signed-off-by: Sofia Wallin <sofia.wallin@est.tech> Change-Id: I2649e6f662865375801b35ae3c00828e606d88ee
2020-03-25Update git submodulesChrisC1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 48bcfb9d4b03ac3e2e6915f7bdf72599c8794d43 - AAF non-root update AAF service dockerfiles to run as user AAF, reusing existing script infra Issue-ID: AAF-1102 Signed-off-by: ChrisC <christophe.closset@intl.att.com>, JulienBe <jb3179x@att.com> Change-Id: I2d9feef65a98d4545e407825533cd1741f891b45
2020-03-25Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 771dcf4ba2bf90a7da49bbec5d1a80c216c76de7 - docs: Change OOM release version and other document Change-Id: Ie25d6f8e4ca5402c02e1f06976dc49103f8f74ea Issue-ID: USECASEUI-397 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2020-03-25Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 4812d3bf317120910b9238d2845c33b4efb62a18 - docs: Update new release version Change-Id: I6826688408905ccca775896c7f8f4cd9acd5aacf Issue-ID: USECASEUI-393 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2020-03-25Add AAF Certification Service to ONAP components and functionalities pageTomasz Wrobel1-0/+1
Issue-ID: AAF-1107 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: If1ffac4402658bfd66ee1dd0733ed3e99eb10cb7
2020-03-25Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8af6e787bd1bde1bfbcfc662643982c1ab4ee8a2 - Merge "Fix wrong underscore configuration" - Fix wrong underscore configuration Underscore configuration should be true Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: PORTAL-806 Change-Id: I88b840e4b8ccd6c635c835ded6e783843aabc10c
2020-03-25Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 201a48f66748e2619b2ee25e490302fd8e921ad9 - Merge "update ves collector version from 1.5.3 to 1.5.4" - update ves collector version from 1.5.3 to 1.5.4 Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I92f2fec827d02c4cb677869a05853eec59dc40fa
2020-03-25Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to a830283ad20eef6d73ff0d4131b501c4e14ae2e1 - Docs release notes 5.0.3 Issue-ID: CLI-255 Change-Id: I8f3e70643e7ff42aa962afbc3bbf16236c9706d1 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2020-03-25Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/vnfsdk/model.git from branch 'master' to 8294fe87be5d3875bb01e909e9e266dce4e3d451 - Release notes 1.5.0 Issue-ID: VNFSDK-561 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: I5645d88df9e6e87b51fc22267db02d4d5b07e139
2020-03-25Update git submodulesBogumil Zebek1-0/+0
* Update docs/submodules/aaf/certservice.git from branch 'master' to 9600d1361dd6e662248fe0704d1436ae56d446a7 - Merge "Add validation for uniqueness of CA names" - Add validation for uniqueness of CA names Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: Icfa9ee0f78d360a4f640904bb9077a10f15497ed Issue-ID: AAF-1107
2020-03-24Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 8defd71ab9be122e70a46841ab3439d58dec8959 - Ignore JUnit that fails intermittently Issue-ID: POLICY-2378 Change-Id: Iaa2e804af63d4ce1232326bd2dcca96083e5f087 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-24Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to 24ac0e5645e65ab05c6887d3394a3b209cb57130 - Use released schema-service:1.6.6 dependency Issue-ID: AAI-2839 Change-Id: If7d06b77727e02ee32c414fb6f1a0711cf97f7ee Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-24Update git submodulesTschaen, Brendan1-0/+0
* Update docs/submodules/music.git from branch 'master' to 2fb68aa6fc8e8d15d65c26505b3bd4a278b778ca - Exclude jax-rs 1, force jax-rs 2 Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I55fc7bf1bbbbdd4fc0b5d62276ba77c9ae81260d
2020-03-24Update git submodulesTschaen, Brendan1-0/+0
* Update docs/submodules/music.git from branch 'master' to 951bc7766db712678c77bdbad11e9f362d4679c6 - Excluding jersey-core 1.13 and jax-rs 1.x Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I8f9679e8137f92e8d5ecc9d0c4b2921217db7a97
2020-03-24Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to a617d3e1dcdcf63c38406e9bdb0e38834befb8d2 - Bump patch 1.6.1 to fix JUnit issue The docker stage job is not succeeded, nor is the sonar job. Logging doesn't produce anything useful, so the best bet is to fix the order of the tests and hope that fixes the problem. Regardless must bump the patch to release it again. Issue-ID: POLICY-2378 Change-Id: I01ff47c8deb124e9fd6ffcb37407dc580ecd6b03 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-24Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to ccdfcf82e4804febff7597cf87395be2a0b98a46 - Merge "Add support for jks cert fomat" - Add support for jks cert fomat Change-Id: I8f977566f07700beab8d843755e92a7614208834 Issue-ID: SDNC-991 Signed-off-by: esobmar <mariusz.sobucki@est.tech> Change-Id: I48423a5cdc5ae153d6ee65124b759737dc39a2c4
2020-03-24Update git submodulesdeen19851-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 742485edaf020f6a673486ce6f0b3235bac1fe71 - Updated VES publishAnyEvent HTTP Headers requirement to VES 7.1.1 Includes a change in HTTP headers required in publishAnyEvent use-case. Authorization header "Required?" property set to "No" to align with publishEventBatch, and VES7.1.1 implementation. Signed-off-by: deen1985 <damian.nowak@nokia.com> Change-Id: Id7fc8bbc0b62044a2cf8524ca2bd8029763283ce Issue-ID: VNFRQTS-863
2020-03-24Update git submodulesTschaen, Brendan1-0/+0
* Update docs/submodules/music.git from branch 'master' to 58b18c11d3c95bb57c98860f9da0f14c849d5ccb - Exclude jsr library Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I7e2b7eae14f8e086697fcdbcab2610544bb4140d
2020-03-24Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7471f8163e385952480f128947a5e3a9af9d42af - Merge "[DMAAP DR] Fix PV,PVC error" - [DMAAP DR] Fix PV,PVC error Change-Id: I12ad57dff925485a48ce512c9e6c3531dc99deec Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-2332
2020-03-24Update git submodulesLasse Kaihlavirta1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to a7e2351ac2700bc62584d8f16057c1efa1f64400 - Improve log texts Issue-ID: SDC-2852 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I7a1ebfc625e297f943794046f37b15cc48d8cacb
2020-03-24Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 2c579cb9d74cbed39f60592b1837bd72b20d35cc - Fix for Operation Button is missing Change-Id: I4da92b9e7055c4b7b375e77aab87122e8a61b520 Issue-ID: SDC-2843 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2020-03-24Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 201ca6fe0775995ff574c0eabbbea65f368a42be - Increase test coverage Change-Id: I08577d28ced96f945d5ecfc3a19fb4f46d44ec02 Issue-ID: SDC-2833 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
2020-03-24Update git submodulesTschaen, Brendan1-0/+0
* Update docs/submodules/music.git from branch 'master' to 4f95dd7c2951fef7d73b598456c2a361b2f56989 - Use v1.19 of jersey-multipath matches the same version used elsewhere and does not pull in jax-rs library Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I7f708f1f5e2d41d15f133c2c2fa1ea6acdb98b90
2020-03-24Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 8f2118fad3bbe7c41b5ec462e390a0aeb089cc04 - Release engine 1.6.0 artifacts Issue-ID: POLICY-2378 Change-Id: I1f4a7adfdd35cf01faa943d33d4d8093c0f3ceb9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-24Update git submodulesChrisC1-0/+0
* Update docs/submodules/aaf/sms.git from branch 'master' to 172045b5db0618f288b577a9fdbb8ece3208d687 - AAF non-root update SMS dockerfiles to run as non-root Issue-ID: AAF-1102 Signed-off-by: ChrisC <christophe.closset@intl.att.com>, JulienBe <jb379x@att.com> Change-Id: Idd982a17fd81a599acb57a1eba331706bd22529e
2020-03-24Update git submodulesPawel1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'master' to 03712a4f1ebfc3ad6467adbac9e47da9bb094d7c - Update swagger files(version) in rst documentation Issue-ID: DCAEGEN2-2114 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Id485609b70a5ccad56659030acf5fa28457c01af
2020-03-24Update git submodulesjhh1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 3d0d6a9a7fc64e42c36c31ff7f371b562ec691f1 - misnaming of pap component Issue-ID: POLICY-2296 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I3addd7de51fa2ca4b1e76e95a9f0e91d1e1ca3e9 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>