summaryrefslogtreecommitdiffstats
path: root/docs/submodules
AgeCommit message (Collapse)AuthorFilesLines
2019-12-01Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1bb3b03e1ebb16f3a9937ec5ae7d3b9c4a987c40 - Update package to add non-mano artifact onap_pnf_software_information. Issue-ID: SDC-2641 Change-Id: Ifc51e106a7217158ce8c4aac41898956caa7ecec Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-12-01Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 562b7d5d155c840c1608b0c449c7fe7b6871035e - Increase test coverage Added tests for uncovered default methods. Change-Id: I3bd88ba5d53a8e5614bd72d2781801fcd5f3fe14 Issue-ID: SDC-2669 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-12-01Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 57c8700a4808665d5005de583a15354b9fb0b9f8 - Fix sonar issue with test coverage Added tests to cover the case. Fixed provider load failure: If more than one provider is configured and if the first if failng try to load next one. Change-Id: Idd7edb90e2b9b1cf21ec20e299140d3362bd1138 Issue-ID: SDC-2693 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-12-01Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to d6890fce461c040c2776dfdedd47be282a29f877 - Fix welcome screen close timeout The welcome screen close timeout is triggering even if you close the welcome window. After 4 seconds it forces the user to go to the home screen even if it is already in another screen. The timeout was also the cause for one known problem in the sanity ui test "onapOnboardVNFflow". Adds also a print screen to the ui tests, to check if the resource was really clicked. Removes invalids "throws Exception" declarations that were being handled in the main test method "Vf.changeInstanceNameInVfTest", that was catching also assertions errors. Change-Id: Idff26b1ba5b199482e68cc50532fa20f4f834e34 Issue-ID: SDC-2648 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-12-01Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4082d3936832a2b6e3ba6c025ed5decf97baacbc - Fix Security Hotspots issues Change-Id: Icc45769cff71c8153c0afba6e2363b0399144175 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2671
2019-12-01Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4a9ddb2618b8dde8820c08d934c708216b0ebca9 - Fixing sonar issue Getting rid of nested ifs-fors Change-Id: I71ef686683b7070614c27aabbf6cd058b5d35ffd Issue-ID: SDC-2654 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-12-01Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to d8a9536b717d0ff48f25deee301f033eceb6e100 - Merge "Add filter for serviceInfo by service model id" - Add filter for serviceInfo by service model id Issue-ID: VID-724 Change-Id: Icdb35b4fa95acb0d40f2921f3d3de0a037858e08 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
2019-12-01Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b167cf459a0064310235c3f48918378202e4a41f - Merge changes Ia06b7afe,I31b646b4 * changes: remove FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD remove FLAG_DEFAULT_VNF - remove FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD Issue-ID: VID-721 Change-Id: Ia06b7afe0cc2aa6f906f56802dc537f6fec283d0 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> - remove FLAG_DEFAULT_VNF Issue-ID: VID-721 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I31b646b4dd5a81c4904a77c0386e27137a76a9fd
2019-12-01Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5b1f9a16f823c31d26f9306ea1ee540120f6780e - Add alter_tables.cql to gitignore The alter_tables.cql is being copied during build and should be ignored. Change-Id: I0a0a420e17761247a6575ad8715ccbd20fd5c1e1 Issue-ID: SDC-2640 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-12-01Update git submodulesLiam Fallon1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to c8cccc73f72f97f8cc3e8a70aed7bca2f5c3e384 - Merge "Fix errors in apex-pdp documentation" - Fix errors in apex-pdp documentation In order to buid a Docker image, you now need to invoke the "docker profile when buidling apex, this was missing in the documentation. The variable LOG_DIR was renamed logDir in the logback.xml file but this was not reflected in the documentation. Issue-ID: POLICY-2186 Change-Id: I6019f3e6c4dd369b44c0f1e617a427892a2e6ef8 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-12-01Update git submodulesLiam Fallon1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 58c44ae81489deca05f57812c19f25c3897fe57a - Merge "Unit/SONAR/Checkstyle in ONAP-REST" - Unit/SONAR/Checkstyle in ONAP-REST Util package of ONAP-REST, with JUnit added and SONAR/Checkstyle issues addressed. Coverage increased from 31% to 51% in large PolicyValidation class. Issue-ID: POLICY-2131 Change-Id: Ic88dd0d47bc9c09ed294ea62c37c683297b590c0 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-12-01Update git submodulesilanap1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 70fcb5b99af1febe32f021f03bcf8ac9f32489d5 - Sonar fixes for API to retrieve UI configuration Added configuration file with the menu configuration from catalog-ui. Added to the configuration manager. to chef and to the ui rest APIs. Issue-ID: SDC-2663 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: I032a7666f470e7d4797a555470bf9eb4a43cfcc4
2019-12-01Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 41041fce7009965f5a0da872d5efa4ab1c937f38 - Merge "Typo fix for cds-ui chart." - Typo fix for cds-ui chart. Issue-ID: CCSDK-1953 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id2ce253ab0ecee2c2fccb18589e76160fbf10853
2019-12-01Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f1f5a3581dca423dc9a687153eb0032f8311d6bd - Upgrade Node & npm version Change-Id: Ib41da68543824be671e162eb6c0ba78ded1949cb Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2685
2019-12-01Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 434c95a0731b5135a1067f76dfaac9a30878d6cb - upgrade some 3rd parties dependencies Issue-ID: VID-705 Change-Id: Idd72448ed1b2f033005ff8031856efe06f67cdf4 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-30Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 98831362ddb13e1888bedca4f4e03df8c4e7d9e4 - Upgrade py executor ms GRPC version. Regenerate TLS certs with config file. Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I2b0982c4e230524ad1e58f150da2a05e4474a0fa
2019-11-30Update git submodulesJorge Hernandez1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 9e5b3e8b65dcfc7f8ce5eb7970cc3b547ea09393 - Merge "Add and Modify JUnits for Code Coverage" - Add and Modify JUnits for Code Coverage Modify license Issue-ID: POLICY-2133 Change-Id: I1b58fcc1636a9bf8d45595480bc5e027d93bb277 Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
2019-11-30Update git submoduleshongyuzhao1-0/+0
* Update docs/submodules/modeling/etsicatalog.git from branch 'master' to 06bfcce3f57176e6b428e43e8e411e245a5fa75e - Swagger issue fixes from the Ericsson team:content-type extends the "application / octet-stream" Change-Id: Ib516dadf8430e5b4230ac1d51d936517e9cec8ba Issue-ID: MODELING-288 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
2019-11-29Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to ebdd198e47b2da08a2aa470177a3baa4a2cf1c4c - Optimize spring data JPA UT. Test case based database configuration, so that we can define what repositories and entities can be used for testing. Issue-ID: CCSDK-1735 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I4f8a7eb4ed47fec9ab17eb9552648ebd0de01236
2019-11-29Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 655cdc196cf2355aae018575682ba85ec1bda33e - feat: Completed the interaction logic in the task processing component Change-Id: Ia3b6a4adb00a3c4b1d51ba6e2f63e7713881090e Issue-ID: USECASEUI-352 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-11-29Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to ab3256d731b6c439f16869c3f193483532d57e23 - feat: Completed the initial display of the task processing dialog Change-Id: I2734c934344e43d504df01e72b9a71a3cfa0e275 Issue-ID: USECASEUI-352 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-11-28Update git submodulesOleg Mitsura1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 4947afebcfbee275e2f3a804d0a5648428f69908 - Pass requestID/subreqID to python script. Issue-ID: CCSDK-1860 1. initial commit 2. rebased with return value 3. CDS_CORRELATION_ID Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ia64a0ee9c8eb60e3f39ec00ee17e7ab1b4aa3638
2019-11-28Update git submodulesYoav Schneiderman1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 0b3965e87f9d7c42f3c20b281d541a4a4666de8a - adding testing to multi select service. Issue-ID: VID-722 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Ieb4ddb06a76f3d85b8227574ea519abedad85a09
2019-11-28Update git submodulesliamfallon1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 35f44d97d569ef4da46d17c30cae71e75bcfe0c9 - Unit/SONAR/Checkstyle in ONAP-REST Util package of ONAP-REST, with JUnit added and SONAR/Checkstyle issues addressed. Coverage increased from 18% to 31% in large PolicyValidation class. Issue-ID: POLICY-2131 Change-Id: Ie059db312918021683fe27cc2aaeed86b04046f2 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-11-28Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to c9707d48ef35950b5cbd9a62a57154cd4b1596ca - remove FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE Issue-ID: VID-721 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I80e3f8edbc187acaf13fdcc089ba15da33dc0ec5
2019-11-28Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 1f4acde5c38f72327fb02121db57d2ddb9609e99 - Added ability to filter data based on processing status Change-Id: I39a9cc83651745dda7844ae119429d47aa8a46b4 Issue-ID: USECASEUI-352 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-11-28Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b5c0e4917e6ae42dc798fe9b58d1710c96f36556 - Merge "fix some methods signature to be more TypeScript" - fix some methods signature to be more TypeScript Issue-ID: VID-603 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I50225f014abf0717b779f15f22a2185f1f92650b
2019-11-28Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 174e2b4825d438ebf755045c034f73b8a80390b4 - Merge "BE unit tests for supplementaryFileParams in vf module upgrade" - BE unit tests for supplementaryFileParams in vf module upgrade Issue-ID: VID-603 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ic2da23ab699d5b0d218b3bb1f0c0f7f936b0902e
2019-11-28Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 610ddff2d54cece28af56cc7bbf01ed524ecce9c - Merge "docker-images-collector.sh to use override values.yaml" - docker-images-collector.sh to use override values.yaml Change docker-images-collector.sh script to use file oom/kubernetes/onap/resources/overrides/onap-all.yaml as input instead of oom/kubernetes/onap/values.yaml. Also small enable script running in Windows git bash. Issue-ID: OOM-2222 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: Idf7143ed9880ac510c103f4d3a4d5a45f375d71a
2019-11-28Update git submodulesilanap1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1367b73c1d1d761939f5893c711f87716a7baad0 - Add API to retrieve UI configuration Added configuration file with the menu configuration from catalog-ui. Added to the configuration manager. to chef and to the ui rest APIs. Issue-ID: SDC-2663 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: Ia5e014a273238981241821c0d81b0455bd662b28 Signed-off-by: ilanap <ilanap@amdocs.com>
2019-11-28Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to d366b643176e92a701107e81a2fe8839ec2b6d32 - update supplementaryFileContent at onSubmit of VfModule upgrade Issue-ID: VID-603 Change-Id: I7fac657454de7a6d3674708c956eb099c11ad2ea Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-28Update git submodulesKevin Scaggs1-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to 9056995d4518941f21b2232992a4d8c2f4571c05 - Minor updates to resource Updates made to appropriately root resource as approved. Issue-ID: MODELING-104 Change-Id: I78e457bbb670dd240b70572a597b2e6271a71649 Signed-off-by: Kevin Scaggs <ks0567@att.com> - Minor updates to Nf Updates to appropriately root NetworkFunctionDesc and NetworkFuncInstance as approved earlier. Issue-ID: MODELING-104 Change-Id: I14d368ff7821f5320a1100f5541df8d4ac05ade5 Signed-off-by: Kevin Scaggs <ks0567@att.com> - Updates to Common As part of updates to allotted resource, was reminded that the resource objects were not rooted (this was approved with temporary objects). Decided to make cross model updates to assure resource, service, nf, pnf, vnf, ... are all appropriately rooted as approved. Some were rooted, some were not. Also deleted all the temporary objects from common, which is also helpful from a glossary point of view. Issue-ID: MODELING-104 Change-Id: I891942220b44bce19bab918958691d3605418978 Signed-off-by: Kevin Scaggs <ks0567@att.com> - Minor updates to Vnf Performed minor updates to the Vnf model in the area of allotted resource. Issue-ID: MODELING-104 Change-Id: I52f068d26995a07edddbb9d330413833765e02d2 Signed-off-by: Kevin Scaggs <ks0567@att.com>
2019-11-28Update git submoduleshongyuzhao1-0/+0
* Update docs/submodules/modeling/etsicatalog.git from branch 'master' to 24ea7e1390912ba99304085c249e17dce46b047a - Swagger issue fixes from the Ericsson team Change-Id: Ia7fa9f7b72a234b627f5d3ffda544ddc116cf5ef Issue-ID: MODELING-288 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
2019-11-27Update git submodulesInstrumental1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to d131f7ed38fd65d7f04b7d71368ba03e9000665c - Fixes from Regression Tests Issue-ID: AAF-1058 Change-Id: I7d3ace9cef69a163c2ec0c9a48583fdfa9ca20af Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-27Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to ddc61816d0a201d550e439e49b2814a785541e01 - Merge "filter packages by tag rename filter-by-keyword to search-by-packages" - filter packages by tag rename filter-by-keyword to search-by-packages Issue-ID: CCSDK-1968 Issue-ID: CCSDK-1951 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: I4667f2b9e98ba7e217ba7ab15e5cd8c45bee0c33
2019-11-27Update git submodulesMichal Kabaj1-0/+0
* Update docs/submodules/vid.git from branch 'master' to dca4dd56b599c7ae44f8f256bd8ca8e8e05895f2 - OperationalEnvironment improvements -added new unit test to AaiControllerTest -OperationalEnvironment and List are now immutable -builder improvements -removed redundant test Issue-ID: VID-706 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com> Change-Id: I2cf0d0b124458b9306637614b3d26c85c780ca4d Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-11-27Update git submodulesSteven Wright1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 9b71772ee7fcdcc3771b777dac66946234e55777 - Merge "Add new requirement R-972082" - Add new requirement R-972082 This requirement is to support onboarding PNF software version(s) Issue-ID: VNFRQTS-744 Signed-off-by: JunfengWang <junfeng.a.wang@ericsson.com> Change-Id: I4d8785a761afd72d5e9927db026496405b5694d6
2019-11-27Update git submodulesArundathi Patil1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 55b06b518ca4c4bb671bedf0d8a1d3a4f9c65f6b - Canvas features and Jointjs Integration Added Jointjs dependency to project and integrated editor bar to the designer canvas Issue-ID: CCSDK-1780 Change-Id: I8276469f76851be4f5b6ac765729304c68d04737 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-11-27Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 9b0adea0769b026875ee312d223960c559c700bb - Merge "Create templates for global storage use" - Create templates for global storage use Two helper functions are defined: - common.storageClass: will print the right storage class according to properties set or not: * if no storage class set --> use previous behavior (storage class named `common.fullname-data`. * if a "persistence.storageClassOverride" is set for this specific chart, we use it (if it's "-", we set to default one) * if a "global.persistence.storageClass" has been set (and no storageClassOverride for this chart), we use it (same specificity than storageClassOverride) * if a "persistence.storageClass) has been set (and no storageClassOverride nor global one), we use it (same specificity than storageClassOverride) - common.needPV: will print "True" if we need a PV (no storageClass and storageClassOverride being set). an implementation example with mariadb-galera is provided. Issue-ID: OOM-1500 Change-Id: I20a667e17b00c255c4b828e3c66f9c0df7c8755c Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-27Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to a362d9ba0fd2ece5cd39d4b43ae92ea88486db35 - Merge "[Policy] Use common mariadb galera chart" - [Policy] Use common mariadb galera chart Instead of using "own" galera chart, reuse chart placed in common part of OOM installation. Will ease move to common galera cluster (which is not done by this commit). Change-Id: I2d7c1e5cdc9289cfb55e288b1697373239ef96e3 Issue-ID: POLICY-1467 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-27Update git submodulesDaniel Rose1-0/+0
* Update docs/submodules/oom.git from branch 'master' to d13409e21b17ec8e01d9176f0399c58f14e528bb - Update git submodules * Update kubernetes/robot from branch 'master' to 6e38b492acd3ec44a869055092399b6f18c659b8 - Merge "Add Inventory and Deployment Global property needed for Bulkpm" - Add Inventory and Deployment Global property needed for Bulkpm Change-Id: I9839bc2937446f4062ae922f7d287b1150a1b224 Issue-ID: INT-1375 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-11-27Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 71616cc0a6bee9c604b35754778ec5cae7477635 - Upgrade CDS GRPC implementations. Dependent on : https://gerrit.onap.org/r/c/ccsdk/parent/+/98823 Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I0b5087f7e98490d7066f389af29424aed40a6520
2019-11-27Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to a7589978ffc6f942d74b7c45df61c6f090bfa991 - Merge "feat: Local simulation data and display on the Slicing task management page" - feat: Local simulation data and display on the Slicing task management page Change-Id: I56fb1fbbb63e490980a4d1f4d9d148d825f311f6 Issue-ID: USECASEUI-352 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-11-27Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 60bc28100aca6007ff7818cbe165472801eecf53 - Merge "Quick fix for the expected class type in test" - Quick fix for the expected class type in test Issue-ID: VID-723 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I067241eb531c448b38ad37f75f0ff77457c9f069
2019-11-27Update git submodulesSteven Wright1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 00d182f8f49c1d1c2141ea263652996e9b79d57e - Merge "VNFRQTS - Fixing the jenkins job build" - VNFRQTS - Fixing the jenkins job build Issue-ID: VNFRQTS-760 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: I34aafa9c9be49f8bfdb12654b6f0d1d5fc951747
2019-11-27Update git submodulesJunfengWang1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 26d9088360b11a68e4f340e25cfb2cb02e871ee5 - Update VNF requirement R-146092 add new keyword onap_pnf_sw_information in non-MANO artifact Issue-ID: VNFRQTS-753 Signed-off-by: JunfengWang <junfeng.a.wang@ericsson.com> Change-Id: I2ec0ab2680803db97dc1875f80e80ce24b57f3e5
2019-11-27Update git submodulesAlexey Sandler1-0/+0
* Update docs/submodules/vid.git from branch 'master' to abb5985d156fcf7d7cd0a838ca760651223a7a2c - add sdnc checkbox to vfm upgrade modal Issue-ID: VID-603 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ic297486bc343419415bf3736ebb56944e72bf8b8 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-11-27Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 3c6f676f8f50ac796804900c0ba1e3d9ffc1ff29 - Downloading docker images does not work on Windows Changing build/download/docker_downloader.py to connect docker engine in more default way i.e. taking engine parameters from environment fixes this script. Issue-ID: OOM-2223 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: Iddf69593bb4cf4596e713c8d537a90424c5925ef
2019-11-27Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 7313c143ac5b3954732ec4cb98c0a899a4b99267 - use mergeObjectByPathAction for update VfModule properties upon upgrade Issue-ID: VID-603 Change-Id: Icdec60aa0e0522e5af394184c5f700ed2d493e4e Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-27Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to a140715747d4d42ba7f7cbe1dbb90fdba11aa14e - Merge "add reducer action that can merge any object by path" - add reducer action that can merge any object by path Issue-ID: VID-603 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ib34ed65d2ebb1f1dc1780205e4a60ab8515c8334