summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-07-08Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 0f32f237134aa2c455f30ad0d3ecb6ddfcea4d21 - Merge "Fix sql injection vulnerability" - Fix sql injection vulnerability Use a variable binding instead of concatenation. Issue-ID: OJSI-174 Signed-off-by: Dominik Orliński <d.orlinski@samsung.com> Change-Id: I0574e882e4d500408b6a6bab8986822669cba5d4
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 853278ae308ea4ab83c6e5cc1c8bfe808b178604 - Merge "Corrected title section in Microservice index" - Corrected title section in Microservice index Change-Id: I67a34bdc3709566f86d428f0f703aa5470724eab Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c7daf1efab55aab027885b0f768a21077c264819 - Merge "Created microservice folder" - Created microservice folder Change-Id: I89fd0da33dbaa1704ba93d2ca7ab2f29c4493935 Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 74b35262d799525a979165e0c46872b756372914 - Merge "Created media folders for ResourceDictionary" - Created media folders for ResourceDictionary Change-Id: I5cef94b48b3ba3cf13bb6090ae4f9c9b0a6bbb9d Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesYang Xu1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 125d00b3b5dfda960f7eb8c5d87bf79455b3df1f - Update pnf and 5g use case doc Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1104 Change-Id: I9fa7e1babd7b7cdbdfbec71600ebed6c81ba450b
2019-07-08Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 660f496429b43a02e0c254ae49ce63163f6f2b27 - k8s: Make convenience targets CI-friendly Previously "clean" target failed if there were no build artifacts. Now their absence is ignored. Issue-ID: SECCOM-235 Change-Id: I47beb2754a893e8b7453611116b4da2e516cca90 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-07-08Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 056ef4c18a177e179ce288247f67cf23dad47c18 - k8s: Add tests for API server validators This patch also adds convenience target to the Makefile and updates documentation on relevant dependencies. Issue-ID: SECCOM-235 Change-Id: I57e00af3cd4c60af3128e3094607cc61bc1e5dbe Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Relax kublet HTTPS connection requirement According to kube-apiserver documentation [1] and CIS guideline 1.1.4 option "--kubelet-https=" might be absent in API server configuration. It has secure configuration (being set to "true") by default. [1] https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/ Issue-ID: SECCOM-235 Change-Id: I604cdcace03f65185aab6a0b34d48cfec94277ab Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Make Rancher CLI provisioner configurable Apparently Linux AMD64 machines are not the only ones used for ONAP development (author meant no harm). Issue-ID: SECCOM-235 Change-Id: Ia78a02fb82dc5752d6b8fd2cef8e6ef583fd3ca6 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-07-08Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to a65cd1ca58eae2348ff50487cc1b5c6d05531fc3 - k8s: Make Rancher CLI provisioner reusable Having Rancher CLI proves itself useful on development machines as well. Issue-ID: SECCOM-235 Change-Id: I0de3109e1236cf6dc9cbc825342593041dcfdf2c Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-07-08Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 7b2c82bc52e7d56c99690fa260ea0b692b0ea59a - k8s: Add Rancher CLI to test environment Issue-ID: SECCOM-235 Change-Id: I46e2f8d61c3a82613b665fb6d9b57431bb2a1868 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-07-08Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to ea8bc1a719a36c89e7eae42080b1835e5ef0c28d - k8s: Add virtual environment for testing This patch adds simplified ONAP deployment environment (Kubernetes cluster managed by Rancher). Its purpose is to provide cluster defaults for inspection without the need to access actual ONAP application deployment. Default node customization scripts were extracted ("tools/get_customization_scripts.sh" run within "tools/imported/" directory) from official documentation [1] and imported here in order not to introduce runtime online dependencies. This environment should probably be migrated in future to more appropriate place like devtool [2] (or at least use the same Vagrant boxes). [1] https://docs.onap.org/en/casablanca/submodules/oom.git/docs/oom_setup_kubernetes_rancher.html [2] https://git.onap.org/integration/devtool Issue-ID: SECCOM-235 Change-Id: I57f9f3caac0e8b391e9ed480f6bebba98e006882 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server address and port flags This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.6 and 1.1.7). Issue-ID: SECCOM-235 Change-Id: I5f215a6642b177e85d7e1c70860ba0c7e558ec4e Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server boolean flags This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.1 - 1.1.5, 1.1.8, 1.1.9, 1.1.20 and 1.1.23). Issue-ID: SECCOM-235 Change-Id: Ib964b5111b616a891c3963ef9695af660810e8ba Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-07-08Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to ff3ebac2a21a4f9d8213ec255656d199cb6f4fe9 - k8s: Add documentation on runtime dependencies Issue-ID: SECCOM-235 Change-Id: I370636220151a5755f467055418f866afe11d5d9 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-07-08Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 5254510864d175c41d78de756b1186b779eecb9f - Merge "Enabling generic parser in onap-all override file" - Enabling generic parser in onap-all override file The modeling generic parser needs to be enabled in general override file onap/overrides/onap-all.yaml Issue-ID: MODELING-175 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com> Change-Id: Ia175145b2c9a3c4ca4da1fe8cbf119b41fc9782a
2019-07-08Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to ab9522a55b6cf8dd2137f635b1accef60de34d20 - Merge "remove unneeded code" - remove unneeded code Change-Id: Ib7c692b2a7fd8bc5f40d6a4acba504948cc7fc1b Issue-ID: SO-729 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-07-08Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 82e8c3800e2ef4d27353b9085b45b963c51b5a9b - Merge "Added null check to prevent call of getVnfResources() method for null vf object" - Added null check to prevent call of getVnfResources() method for null vf object Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I0c2ea5de5ed9ab55ad78f58f3a68241e7cb2d064
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 16097828f299112bf0269e554a1dff37666f59be - Merge "Do not dump a collection of outputs at the end." - Do not dump a collection of outputs at the end. Issue-ID: CCSDK-1404 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I50b5d0823b0ae10b87beaebd056d8f6148fcb6af
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to ac2e1c15bf01666c37f6fd49ea5461d7e3089075 - Merge "Add UT for ResourceResolutionService/Component" - Add UT for ResourceResolutionService/Component Change-Id: I460b3747ffdf5f4cfcb486803097939d1ae1fec0 Issue-ID: CCSDK-1046 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b914816c8feebc9943df497e8c4abf542e72dcda - Merge "Add unit test for resolution repository" - Add unit test for resolution repository Change-Id: If66670cc5397b0bcce340092ec6ff9ec008677bc Issue-ID: CCSDK-1423 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 61672376481804b037a92d77042bac84eca0adf8 - Merge "Enforce resolutionKey or resourceId/resourceType" - Enforce resolutionKey or resourceId/resourceType There are three existing ways to perform the resolution: either we don't store the results at all, whether for resource or template either we store using the resolution key. The combination of blueprintName, blueprintVersion, artifactName and resolutionKey has to be unique. If it is re-used, it is considered as a new attempt for that specific resolution request, and process will only try to resolve resources not marked at SUCCESS in the database. either we store using the resourceId and resourceType. As previous point, the combination of blueprintName, blueprintVersion, artifactName and resolutionKey has to be unique. If it is re-used, it is considered as a new attempt for that specific resolution request, and process will only try to resolve resources not marked at SUCCESS in the database. TBD: add uni tests Issue-ID: CCSDK-1423 Change-Id: I6b7198453cf0002edfa7a0c9ea3179555211b5dc Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 64561f49e029e567c94e89141c8657a33112c06e - Merge "Share RR context within node template" - Share RR context within node template Also, mark resolution as failed for capability when failure. Change-Id: I3c1704b5b99ace7096f1d9e1cd9bb7f5b595db13 Issue-ID: CCSDK-1422 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to efad912becfc6923414ad3edffa7bad85420a8d4 - Merge "Fix swagger definition for blueprint processor" - Fix swagger definition for blueprint processor Change-Id: I69ba541b4b301735a988cf01673827a79daf1f8c Issue-ID: CCSDK-1431 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to d13961fbbf4eeaed3f2f70e6d189979d47f6fdb9 - Merge "Refactor resolution controllers" - Refactor resolution controllers tempalte and resources for get/put API Change-Id: Ia00bdb08f5f52231481edc6de232f850c66874e9 Issue-ID: CCSDK-1423 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 631f0cd80e86de12e1eff60845103e763ddc2e5c - Merge "Enable https for cds-ui" - Enable https for cds-ui Enabling https for cds-ui-server Add dummy private key and cert Change-Id: I9d318ceea3527ebb4f0776e26fb9dbf5d4cb6615 Issue-ID: OJSI-196 Signed-off-by: Xuefeng Xie <henry.xie@est.tech>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c36b242d34269c2e32e87b385856e09f0a118b17 - Merge "Added Search CBA component" - Added Search CBA component Change-Id: Ib0a755222f913d5fcd881059f90f50ac69b23101 Issue-ID: CCSDK-1269 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 09381a1444653580dadcc3774c426823964c0c54 - Merge "Added Side Nav menu for search CBA" - Added Side Nav menu for search CBA Added sub menus for controller Blueprint Change-Id: Ie4d56186655fd62393133c01d36d1d7aecee9b3a Issue-ID: CCSDK-1269 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 2cb5994a00482c956069b28fab14394fbd936537 - Merge "Create CBA Search existing template" - Create CBA Search existing template Template to be shown for option choosed from stepper form 1 Change-Id: I52b5f8c8ed217e455e44862df159831c028ff244 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 7590bc8802d42336be570fde8811f93e30b34da4 - Merge "Template option populate to Select template" - Template option populate to Select template Change-Id: I0d949283906493f1471377619fdc5615a310b690 Issue-Id: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to bec0aaa4db615940e0cb7dac73e3b492199a2c87 - Merge "Search service for Controller Blueprint" - Search service for Controller Blueprint Search service for controller blueprint creation and Search capability Change-Id: I20b7f60aa357af2785c6209003429d83b34c4342 Issue-ID: CCSDK-1269 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesSandeep Shah1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 7bbcdbb841d81217e6a341a6eeaa8c6fda8daf46 - Netconf Notification support for SDNR OOFPCI Feature enhancement to support Netconf notification from RAN simulator. Netconf notification will trigger consumer to update ConfigDB database and publish DMAAP message. This commit relates to Netconf notification indicating neighbor list change and consumer code Issue-ID: CCSDK-1396 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I5773fcc2dab9baefcec3788038add10047fc828e
2019-07-08Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to f83362f93e7a88c34b85048aaf2e1f14c611800f - Merge "Added null check for heatStack to prevent crash at getCanonicalName() call" - Added null check for heatStack to prevent crash at getCanonicalName() call Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Icf49b7db336002ad56769b221ec61101fac04fd5
2019-07-08Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 79b5b02dc56510838deb94c1f54e4f8b88c130b5 - Merge "add junit coverage for VnfmHelper" - add junit coverage for VnfmHelper Change-Id: I0db84333f1c5ffa09ec78f504a101b75343157a3 Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to b5b816769e0fd6f3068c13eb004ad2ca95b9cd9b - Merge "Configurations for SDNR OOFPCI Use case" - Configurations for SDNR OOFPCI Use case Update odlsli POM file to copy template to docker staging, Configure SDNC end point in DG properties file in K8s cluster, Template for RPC message used to invoke DG as response to Netconf notification Issue-ID: CCSDK-1446 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I2ccec01ae5eb4b89986debe5932e49bdc89164e0
2019-07-08Update git submodulesSmokowski, Kevin (ks6305)1-0/+0
* Update docs/submodules/ccsdk/parent.git from branch 'master' to 322f4ffd1216bd01bde2b0f0f4c310811df1c129 - remove glassfish property remove glassfish property, no code should be using it Issue-ID: CCSDK-1444 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ic8aa0a5d8d49d9387424bd50dc32809a05384a8c
2019-07-08Update git submodulesMatej Klotton1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to e1829deb67e1e028ad02c383db86ff654bfcbe06 - Reduce docker image size for SDNC Saves ~250M of disk space Signed-off-by: Matej Klotton <matej.klotton@pantheon.tech> Issue-ID: SDNC-800 Change-Id: I42b4f9c3c5216e7e22753287f74f4261c139e8f9
2019-07-08Update git submodulesMatej Klotton1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to c6f21bed9c8144d5195232d28dfd1d1f9f1373e6 - Reduce CCSDK docker images size onap/ccsdk-odl-fluorine-alpine-image from 768MB to 526MB onap/ccsdk-odlsli-alpine-image from 1.36GB to 666MB Signed-off-by: Matej Klotton <matej.klotton@pantheon.tech> Change-Id: I80dca08539ea91622ccb00edbe675a0b3203a183
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 970d2cbf67a098eaab1924d5daecc258e8ee7869 - Merge "Added template options to create CBA" - Added template options to create CBA Change-Id: I3720e7efdf3100fa50261012387179f9edd87680 Issue-id: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 9d6c76e30e59f969e1a74a3efd9e1abfe9818cd8 - Merge "Remote Python executor Handler class process fails with Arguments list too long" - Remote Python executor Handler class process fails with Arguments list too long Issue-ID: CCSDK-1435 Change-Id: I02b1d8393c2506850cf37df6e3447d195f4fabb5 Signed-off-by: Serge Simard <serge@agilitae.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 45b1ed540e79376ab832a18d7765986ef884ff76 - Merge "Enhance logger to the server" - Enhance logger to the server - Remove autorization from request logs - add request ID if it doesn't exist - log response code Issue-ID: CCSDK-1295 Change-Id: Ia83125bd85ddb1cd89f02cf55220f1aa11049810 Signed-off-by: Rami <rmohamed.ext@orange.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to f6dcf43ffee549b1db9ec2e09e4122b2b84c2364 - Merge "CDS-UI: support gRPC integration with blueprint processor mS - For deploy blueprint functionality" - CDS-UI: support gRPC integration with blueprint processor mS - For deploy blueprint functionality Change-Id: I35395ae315ac063c3bb3f6893956965ecb74e74e Issue-ID: CCSDK-1274 Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 8607db90d88ab2a1bec4f3fc4be22f16d09d1a29 - Merge "Kafka Messaging Controller API." - Kafka Messaging Controller API. Things done- Addressed review comments. Logic to consume events and process it. Added integration testing. Change-Id: If574a363f9fb8581018cc5a7ba106251a9d8caf1 Issue-ID:CCSDK-1356 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca> Signed-off-by: prathameshmo <prathamesh.morde@bell.ca>
2019-07-08Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to bf228082d558a2e1c7a93dd2334dfd105483fc2f - Merge "Remote Python executor unescapes script parameter values" - Remote Python executor unescapes script parameter values Issue-ID: CCSDK-1426 Signed-off-by: Serge Simard <serge@agilitae.com> Change-Id: I919e30b76bb472b4e0aeeb2294f0b3087a655efd
2019-07-08Update git submodulesSeshu Kumar M1-0/+0
* Update docs/submodules/so.git from branch 'master' to c3279392770dc1967a98d8a86bed874e45c203c2 - Merge "Fixed sonar issue in QueryGroups.java" - Fixed sonar issue in QueryGroups.java Fixed sonar issues across this file Issue-ID: SO-2096 Change-Id: Ib2b9fb5d12da2eb1f99562466c5a5d9039b0e50f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-08Update git submodulesGamboa, Gilbert1-0/+0
* Update docs/submodules/so.git from branch 'master' to cc805b184620525115c88c1a52ddfde55c73e15b - mso will support new requeststate values Support new request status - ROLLED_BACK, ROLLED_BACK_TO_ASSIGNED, ROLLED_BACK_TO_CREATED, and ABORTED. Support new request status - ROLLED_BACK, ROLLED_BACK_TO_ASSIGNED, ROLLED_BACK_TO_CREATED, and ABORTED. Added default FAILED request status in case rollback is not needed. Variable rollbackTargetState needs to be returned to WorkflowAction flow Variable rollbackTargetState needs to in to ExecuteBuildingBlock as well. Add new RequestDb migration file to expand infra_active_requests column request_status to 25 bytes to fit new request states. Change-Id: I0da2f8013001a28dcc20f64eb9455e4cfd3dd197 Issue-ID: SO-2093 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-07-08Update git submodulesPlummer, Brittany1-0/+0
* Update docs/submodules/so.git from branch 'master' to 0e2cda138f35ee6a7a8a54c29a6c4edf07d51745 - update bpmn to save extsystemerrorsource Added ext error source to workflow exception Updated all lines that create this exception with source Added unit tests and updated existing ones Change-Id: Id9b3b1e6e24368224214a6370ea2d450ae667bfb Issue-ID: SO-2092 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-07-08Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 0c38532c067a817c7f343a227f954c5460d9fda7 - Merge "Merge integration timing to environment.yaml" - Merge integration timing to environment.yaml Issue-ID: OOM-1959 Change-Id: I835be9a5eccf72e8e6534da1e5090f21d10c7a5a Signed-off-by: Brian Freeman <bf1936@att.com>
2019-07-08Update git submodulesojasdubey1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to da8b24151295d923cc632dfa2d296b3c67f6cce2 - Move import handling to service template Moving the handling of all import formats parsing to ServiceTemplate class to make it generic and reusable Change-Id: I80595c3654a625275549a3bb3afe8ba7c9455aff Issue-ID: SDC-2421 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2019-07-08Update git submodulesliamfallon1-0/+0
* Update docs/submodules/policy/apex-pdp.git from branch 'master' to cad7cff7dc945eefaf27815742461d6db6ab8eac - Add duplicate check, examples for kafka Properties Added checks for dealing with duplication of specification of properties explicitly and in kafkaPropertes Added examples for kafkaProperties Added documentation for kafkaProperties Issue-ID: POLICY-1818 Change-Id: Icbe01d6f1d25d4570dcc85cc3db28588743b9c41 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-07-08Update git submodulesEinat Vinouze1-0/+0
* Update docs/submodules/vid.git from branch 'master' to d7192595536591a764afbdf159f68509b6b20bae - Upgrade to Spring 5.1.6 + simulator fasterxml Issue-ID: VID-512 Change-Id: I9a74e6357671c5eee0a425354dcd07c762c69c83 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-07-08Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 3b72874a95ce734f555334fb0fba987a069664d0 - Add validation of non referenced file in package Add the validation specified in SOL004, that all files in the package should be listed in the Manifest file. Fix Validator related Test class, adapting to the new validation. Create a manifest builder to help the tests. Fix minor typos. Update .gitignore to remove ajcore files. Change-Id: Ib9a99bf3d7905349e0ec8fef8fd960028bb83f8d Issue-ID: SDC-2412 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-07-08Update git submodulesMichal Ptacek1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 37796bfe9db3f947429b325f86450bfc9512ed9a - Merge "Add docker local registry cleaning script" - Add docker local registry cleaning script Since with changing data lists there are unused images left in local registry on build server this commit adds script that handles that. Issue-ID: OOM-1952 Change-Id: Ied7a8b09aacd33ef17f0676cfab333d1df8a1a81 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
2019-07-08Update git submodulesmaopengzhang1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to 93e2fe207d57a020fee332b16675062f25699401 - refactor ns job test code refactor ns job test code Change-Id: I1009730ca9b83b000324edad1921e4015fd1c0ba Issue-ID: VFC-1431 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>