summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-10-14Update git submodulessu622b1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to 5ce87f43961eab393829efeda2a8004c3ad807f7 - add probe timeout to value.yaml Issue-ID: DMAAP-1328 Change-Id: Ic5430d4029ab9e95edb63aac9f11b1f5b148cbb9 Signed-off-by: su622b <su622b@att.com>
2019-10-14Update git submodulesInstrumental1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'elalto' to 61891d7fe33384ce041191376a9b7a3204c5bd90 - update doc releasenotes per LeFevre Issue-ID: AAF-974 Change-Id: I54bb5162fc5b75bcd47e2d32dbb6d35aad340f2d Signed-off-by: Instrumental <jonathan.gathman@att.com> - Release aaf/authz
2019-10-14Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/appc.git from branch 'elalto' to a43ba49af7296f1b1369a8d53b99ccb91c45fea7 - update release note for unknown issue update relese note Issue-ID: APPC-1710 Change-Id: I810a49a8f72ed9c77869b1c1cdb1435c303bdd15 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-14Update git submodulesItohan1-0/+0
* Update docs/submodules/integration.git from branch 'elalto' to 49fac3d42c2b9ed90b97fbe536a80a0d7871ecee - Fixed Bugs in HPA automtion script Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> Issue-ID: INT-1137 Change-Id: Ib681f797bb9ed631cfe36507425bcbd1fc2b5561 (cherry picked from commit 76ea974699c8de79070ededf2de74132f760b957) - [INT] Adding deployments scripts for ONAP on AKS Patch 2 - updating readme and removing dash character from BUILD parameter Patch 3 - updating image url to amd instead of arm, fixing NFS os disk parameter Issue-ID: INT-1270 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I1d8824b3c098855c9094e27fad8c820e4df42677 - Automate curl installation in sdnc container (vCPE) Curl package will be automatically installed be the healthcheck-k8s.py script. Change-Id: I7fc5579524c7519f6153b02d0de0000dc0138992 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1313 - Fix SSL cert verify for SDNC Issue-ID: INT-1265 Change-Id: I7c36dc479b73a8b663cae4472ed29182d0f6672b Signed-off-by: Brian Freeman <bf1936@att.com> - k8s: Validate controller manager flags requiring specific values This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.3.2 - 1.3.3 and 1.3.6). Issue-ID: SECCOM-235 Change-Id: I9c2921faf40ad9445e983f2b9bd0610e556cfe15 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - (WIP)Fix automation issues due to cli change Fix several changes due to cli change Issue-ID: INT-1289 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: Ib07d9be8ace77270046c8aa02f162a9ad7994370 - Refactor setup script for preparing vCPE tools runtime env Script is now more generic and allows proper setup of vcpe scripts runtime environment on Ubuntu 16.04/18.04 and on Centos/Rhel 7.6. Change-Id: I7b7d944f5a6a7a9dc45921082f908a1f8aa185a1 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-203 - Loosen sdc liveness readiness probe Issue-ID: INT-1290 Change-Id: Iac5a16dae644a61de04bca00f49f14ae98dac995 Signed-off-by: Brian Freeman <bf1936@att.com> - k8s: Resolve Docker response formatting issue Checker collects information on cluster by Docker queries: $ docker ps ARGS... # Casablanca $ docker inspect ARGS... # Dublin Arrays of values are then filtered from those. They include: * opening bracket ('['), * closing bracket (']'), * new line. Additional characters affect check results if last flag (including "]\n") requires specific value. Issue-ID: SECCOM-235 Change-Id: I6838342b7e2ecdc44a47ffe02286266003e0b4d3 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Resolve address conflicts in virtual environments Running Casablanca and Dublin virtual environments at the same time led to networking issues - the same IP had been assigned to cluster nodes. Issue-ID: SECCOM-235 Change-Id: I2a59d023115326f5b132782a32190fd8f7dc1f48 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate controller manager address flag This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.3.7). Issue-ID: SECCOM-235 Change-Id: Id3f4bcb9a506dae3c7c0a884ad6c704dfae2a6d8 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Add controller manager information collection Issue-ID: SECCOM-235 Change-Id: Ieceb6337f935e6a5a6b94248ccf072229116510a Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate scheduler flags Issue-ID: SECCOM-235 Change-Id: I61df142e99a7f1da335471acab88e5a47d72df15 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Add scheduler information collection Issue-ID: SECCOM-235 Change-Id: I7da645737440172d3cf11f33069daa2697f83056 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Extract common validators for DRY code Issue-ID: SECCOM-235 Change-Id: Ic5997b67d0512bea51c3b4a4c71805987fa6f011 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Extract common interface to simplify development Common command and service name extraction is intended to limit execution to small set of allowed processes. This patch also drops unnecessary use of "Kubernetes" name because this whole subproject concerns its clusters. Issue-ID: SECCOM-235 Change-Id: I8babfeb4f24cf3baa4d236ca622c21170ab6205e Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Change default cluster access method choice logic Previous way of choosing it led to impractical calls, e.g. $ ./check -rke # (works fine) $ ./check -ranchercli # "Not supported." $ ./check -ranchercli -rke=false # (works fine) Disabling default cluster access method is no longer necessary. Issue-ID: SECCOM-235 Change-Id: I2b4d5bff10c5470e567351abeac0431bed3b7938 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Declutter checker by dividing it into smaller packages Issue-ID: SECCOM-235 Change-Id: I7d4efd08b8c0258f2f9c33772bf1b1b02cedebfa Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Call correct methods for API server auditing flags validation Issue-ID: SECCOM-235 Change-Id: Ia5d75628b1c5211f378c239f84e9689d45697a04 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server request timeout This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.38). Issue-ID: SECCOM-235 Change-Id: Ic1f175d577c79013ddb49e02b8de69137535c964 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server included authorization mode This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.32). It also fixes wrong documentation comment for similar validator (1.1.19). Issue-ID: SECCOM-235 Change-Id: I00cb8a458871b091b16fe60fc0087b7972aa3b6b Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server crypto ciphers in use This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.30). It also covers its duplicate (1.1.39). Issue-ID: SECCOM-235 Change-Id: I0f3031c080cf225e7c2c03e65dd0bfc780326307 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - Fix hashbang in vCPE Python scripts Change-Id: Id2b7ec151e1a006a5a85b8544e478fd9cf282715 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-220 - Automate vCPE closed loop policy pushing Added a library routine to set up CL policy in an idempotent fashion. Description of CL pushing related manual step was removed from documentation. Change-Id: I1fad5d71481252ce803dd58c6ccbbcfa0a4d246f Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1267 - add terminate and del function to hpy_automation scripts Change-Id: Ie669261bde3723d892706d3d767c08b325afc3e0 Issue-ID: INT-1239 Signed-off-by: yangyan <yangyanyj@chinamobile.com> - fix the typo error of hpy_automation scripts Change-Id: I27b43d63042bdb46f1ff362335a26bf6726674a0 Issue-ID: INT-1239 Signed-off-by: yangyan <yangyanyj@chinamobile.com> - SDNC SSL port, BRG category, DEBUG Issue-ID: INT-1265 Change-Id: I4ea7bf282b7d8aad58645784317dea9edf373cff Signed-off-by: Brian Freeman <bf1936@att.com> - Update INFO.yaml Signed-off-by: Yang Xu <xuyang11@gmail.com> Issue-ID: INT-1269 Change-Id: I9f76cdd3b53f9519017da851a59b8c7000334797 - k8s: Validate API server certificates and keys This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.22, 1.1.25 - 1.1.26 and 1.1.28). Issue-ID: SECCOM-235 Change-Id: Ic61a796653dc868d20fe69c3ed508e7fa8ba52db Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server Certificate Authorities This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.21, 1.1.29 and 1.1.31). Issue-ID: SECCOM-235 Change-Id: Ia2f55f6962885a7aa878c970a406189902cfab10 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server auditing flags This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections regarding master node configuration are satisfied (1.1.16 - 1.1.18). Issue-ID: SECCOM-235 Change-Id: I27b63e37fc3203cf3574b9e1cdc43333041f2a36 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server auditing is enabled This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.15). Issue-ID: SECCOM-235 Change-Id: Ia1d27ed7a9e439bb0abf4bd8941bdd4573a50bd5 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Group tests by flag type Issue-ID: SECCOM-235 Change-Id: I25ebd2930afec6eb259f0a678fffbf7727eb315b Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server not excluded authorization mode This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.19). Issue-ID: SECCOM-235 Change-Id: I00c9600fd0d351afb7141a5fa16f348eab67b12d Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - k8s: Validate API server not excluded admission plugins This patch verifies if CIS Kubernetes Benchmark v1.3.0 section regarding master node configuration is satisfied (1.1.14). Issue-ID: SECCOM-235 Change-Id: I63c2f8a5b94bfd6c9963805aae85595e6b6ad6d7 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> - Fix rev level in license Issue-ID: INT-1266 Change-Id: I822becff87484b79d3e7c744038b55943c1dddcb Signed-off-by: Brian Freeman <bf1936@att.com> - Updates for ssl sdc Issue-ID: INT-1265 Change-Id: I64971740c8ae9aee60a06ca1d0e5ff02ccbc9a88 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-14Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'elalto' to c59ba553ff18627b8aa2a490d09b7527b65e6d6d - Update release notes el alto final Add the last bugs and known problems in. Fix the date. Issue-ID: POLICY-2156 Change-Id: I17489e7b0fb82a9e18dc5eb2325a159ebc1be75b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> (cherry picked from commit 8bc72237df67a68ccf3653f095e434179f701260)
2019-10-14Update release note labelEric Debeau3-32/+59
Remove Dublin reference Update Overview.rst adding El Alto line in Release table Issue-ID: DOC-554 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: I14af0d147dea4a506da948f29b6a508293b3af68 (cherry picked from commit ddbab33a17a86bba7c45cb53064bde2a9fba8287)
2019-10-14Revert "dublin to elalto"Eric Debeau1-1/+1
This reverts commit 79aca75f6075e77f04004ef61a797e456c1989a8. Issue-ID: DOC-554 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: Ic445d0a18d2c994fef39f4ec8d14d1169ece02ea Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2019-10-14Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to beb0e4d07acd64188989273adbefb8ea90bcc65c - Merge "Remove docker-config runtime internet dependency" into elalto - Remove docker-config runtime internet dependency Adding orginally downloaded resources directly to pod volumes Issue-ID: SO-1917 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com> Change-Id: I7edf86e625e50987cea3a3c502eb391672f958f5 (cherry picked from commit 2a63ef35a9c86bfe798771d4bda76dfd6ec07c69)
2019-10-14Update git submodulesseshukm1-0/+0
* Update docs/submodules/so.git from branch 'elalto' to 39b3c5ee2c28c6098e4bbb40dcc88a5f18ec9d83 - Remove license issues Issue-ID: SO-2446 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I330cadbc9635601144c210cab552d905457bcec2
2019-10-14Merge "El Alto release note" into elaltoAndreas Geissler1-19/+12
2019-10-14Merge "dublin to elalto" into elaltoEric Debeau1-1/+1
2019-10-14Merge "fix modeling project release notes" into elaltoEric Debeau1-2/+1
2019-10-14Update git submodulesSeshu Kumar M1-0/+0
* Update docs/submodules/so.git from branch 'elalto' to 5216cd6afd486e14accab30308e7141c63a1c0de - Merge "Release notes updation for release." into elalto - Release notes updation for release. Updated the release notes for Issues, stories and epics. Issue-ID: SO-2328 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com> Change-Id: Icc10ddc00fffdcf8a88a95c21d24cc6ed30b116d - initial commit for the release notes Issue-ID: SO-2260 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I408496eef933396c700b4676736a4cfa78507b4e (cherry picked from commit f5d05f899c17f7c69a6a584d4e0c8c6ed8984630) - Merge "- Increased version to 1.5.1 to get new client" - Merge "mso should not send content type http header to" - Merge "Changed task names in bpmn" - Merge "Fix issue where user cannot create a recipe via" - Merge "Add model info on CHANGEASSIGN req to SDNC" - Merge "Converted tests to use LATEST" - Merge "VNFM Simulator Removed. Moved to CSIT." - Merge "Improved error handling" - Improved error handling Change-Id: Iac436f6a950bf61ac6321ef1d427a7bb14774e30 Issue-ID: SO-2395 Signed-off-by: MichaelMorris <michael.morris@est.tech> - - Increased version to 1.5.1 to get new client - Increased version to 1.5.1 to get new client changes Issue-ID: SO-2402 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I70cf15012547857e10360b1ba2d0cedfeb938e48 - Fix Blocking distribution of K8S Service Restore code removed in https://gerrit.onap.org/r/c/so/+/95685 to prevent SO from failing to handle distribution of k8s service. which contains cloud technology artifact. Change-Id: Ic4182daf3a6cf698b2122e43c65bbb94425588f6 Issue-ID: SO-2357 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> - VNFM Simulator Removed. Moved to CSIT. Change-Id: I6c439615d52751578200ef84aacb20b0263b3846 Issue-ID: SO-1952 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech> - Converted tests to use LATEST Always use LATEST for A&AI based tests rather than a particular version Issue-ID: SO-2398 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7840b46f8d50b74a6e6b98270c4f3febc4d0b993 - Add model info on CHANGEASSIGN req to SDNC Add model info on CHANGEASSIGN req to SDNC Issue-ID: SO-2397 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieaf61e065273581512d797055dd7aef6f2a942d7 - Changed task names in bpmn Changed task names in bpmn to be more understandable Issue-ID: SO-2396 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I270dbb6a40fc32eb61b7c382b3a81c98ce97e71a - Fix issue where user cannot create a recipe via Fix issue where user cannot create a recipe via rest Issue-ID: SO-2394 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia21131a1179cbba2652aae30451a25a90ac00e51 - mso should not send content type http header to Updated getHeaders to not add Content-Type header on GET requests Updated getHttpHeaders boolean to includeContentType Issue-ID: SO-2366 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I476bf02791d699cda2ca4118c8f578c96461097e
2019-10-14Update git submodulesMandar Sawant1-0/+0
* Update docs/submodules/dmaap/datarouter.git from branch 'elalto' to 6009db2b0f3f65851278f98325616c4a81920623 - fixing table formatting issue in El Alto release notes Issue-ID: DMAAP-1327 Change-Id: I302d7f6e8935f99083bf5e741ffece3045cc66a1 Signed-off-by: Mandar Sawant <ms5838@att.com>
2019-10-13Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc.git from branch 'elalto' to 79a9ed10ae40065b9288b7b3fa90aa25024bcbb4 - El Alto known issues Change-Id: I293935d6a159691390bd90dd3fc2998821c97773 Issue-ID: SDC-2569 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-10-13fix modeling project release notesyxpoke1-2/+1
Issue-ID: MODELING-228 Signed-off-by: yxpoke <yangxu5@huawei.com> Change-Id: Iffdb88347c47324e55ce008d331a1aaaebd18f8e
2019-10-12Update git submodulesHuabing Zhao1-0/+0
* Update docs/submodules/msb/apigateway.git from branch 'elalto' to 1598edea29f8a4a8a81426ee4f9e8ba2869511ae - Update Release notes and documentation Issue-ID: MSB-379 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: Ic71d1586efa038d818c8e707d97417435fdd178d
2019-10-12Update git submodulesHuabing Zhao1-0/+0
* Update docs/submodules/msb/apigateway.git from branch 'elalto' to 44da338fdd09cd92967930dda6448289d8c1c436 - Update Release notes and documentation Issue-ID: MSB-379 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I5196b509a85ca84a67c7978f6550cf10840c1713 (cherry picked from commit 94adde8990633af0a6b520533176847b6da8b275)
2019-10-12Update git submodulesHuabing Zhao1-0/+0
* Update docs/submodules/msb/apigateway.git from branch 'elalto' to db79ebae502a9861b0d6cb5ee69cfbd88817fc2c - Update Release notes and documentation Issue-ID: MSB-379 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I91cf5e2f607909d6ea84143030b12adfa0150ef1 (cherry picked from commit ece4a2ed55aad0b782f4e77e2cab0b3a3c788136) - Merge "Update El Alto version" - Merge "E release note" - Update El Alto version Issue-ID: MSB-384 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I6465984d6937968ef50bdd593352d13f1776fd8e - E release note Issue-ID: MSB-356 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: Ib4614f9090cd47b373314fdf4d0a16c65c4cab94
2019-10-12Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'elalto' to 3c77dcd080fa98b245e9c035a2dce4ea6bca62b2 - Add known bug of multicloud pike infra_workload API Issue-ID: MULTICLOUD-814 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: Ia3cf0d83c5859139a380b7dba623748d37519645 (cherry picked from commit 0a1d9e2040cab26cda27c4582c4d48c30c164ee6)
2019-10-11Update git submodulessebdet1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to 443a769a008f562ede168e33eb68784f04d9e3c0 - Align on release 4.1.3 Align the charts on the 4.1.3 clamp containers + fix the dcae parameters to https4 + remove old db files Issue-ID: CLAMP-513 Change-Id: I0429d1888f78d1a0f5ed7543cf0f9bb9cd77e652 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-11Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to 9eb25a0b3f35ad47903977cc0bf76d78cc37e97e - Merge "Upgrade drools cl app image" into elalto - Upgrade drools cl app image Issue-ID: POLICY-2156 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Idde12043286d715a1de27d581701a41f7a72739d
2019-10-11Update git submodulesJames MacNider1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to a102969dbecd8dd174231039993171432dab5d3e - Merge "Add Known Issues to release notes" into elalto - Add Known Issues to release notes El Alto High defects that are pushed to Frankfurt. Issue-ID: OOM-2103 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I2570d1e299072e1ac96dbc3fcbe19181cd568bd0
2019-10-11Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to 111168f0a910b81edae297f4d9163a34b6d64f52 - Use SDNC 1.7.4 version Update SDNC helm charts to use version 1.7.4 (final El Alto release) Change-Id: I257ac3b4a5780f612e2bcb84950231ed07a96876 Issue-ID: SDNC-939 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-10-11Update git submodulesShaaban Ebrahim1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'elalto' to b8c996b21f76dce07035c1924b5ce9a643e9b3c0 - Remove Controller API url and use blueprintProcessorApi url instead Issue-ID: CCSDK-1793 Signed-off-by: Shaaban Eltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ic22a886bb7018ec09c557166e3ebd69196713d4c (cherry picked from commit 6c6ec71317d746bd744cd510a5da79956b8d176c)
2019-10-11Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'elalto' to 4055c5242bd0a479750ed9e8ec08612b64dc5cfa - Release 1.7.4 dockers Release SDNC 1.7.4 docker containers Change-Id: Ie8b8f49431700c3321118b3715d3a5e5813218ba Issue-ID: SDNC-939 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-10-11Update git submodulesTschaen, Brendan1-0/+0
* Update docs/submodules/music.git from branch 'elalto' to da5ad5ecc57dd98654c96eb30965e09bbd22dc48 - El Alto Release Notes Change-Id: I6703f52383d9901cb1e08b5ce92fb6e66b454cfa Issue-ID: MUSIC-496 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> - Jackson Faster-xml vulnerability. CVE-2019-14439 Information Disclosure Vulnerability FasterXML Jackson-databind is prone to an information-disclosure vulnerability that occurs due to a polymorphic typing issue. Specifically, this issue occurs when an externally exposed JSON endpoint has default typing enabled and has logback jar in the classpath. An attacker can exploit this issue to obtain sensitive information that may aid in further attacks. Issue-ID: MUSIC-504 Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com> Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com> Change-Id: I2c31986ff2d792d482f84406e96c47dbf652f32f
2019-10-11dublin to elaltoosgn422w1-1/+1
move from dublin to elalto Issue-ID: DOC-554 Change-Id: I017d335916b02c696ab0b7fae2b5b4135e86a37a Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-10-11Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'elalto' to c137b81de9e31777653cbae6b0644e16e37b9ed5 - Release 1.7.4 maven artifacts Release SDNC 1.7.4 maven artifacts Change-Id: I5f7d513d34ecdb3d97fccdbd1d9998b41cd186d3 Issue-ID: SDNC-939 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-10-11Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to 75dac00adaa8cd9e61e69687721fcbc8eb0d5e9a - Merge "Fix deploy on failure of subproject" into elalto - Fix deploy on failure of subproject Issue-ID: OOM-2114 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I8fd18f0e58cc680000a46299c8997e51b1f2dc8e
2019-10-11Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/parent.git from branch 'elalto' to 46addfa1c3f0f17118ec6fbee5b1e2257b30cd3a - Roll version to 0.6.4 Roll version to 0.6.4-SNAPSHOT Change-Id: I8f7f7002b976ba0f9c6e0ab44e2fc8517f948f8a Issue-ID: CCSDK-1827 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-10-11Update git submodulesJames MacNider1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to 5975b5e46ee11ddfafe42d9c8745d973b041ad9d - Merge "Removed space from slave_nfs_node.sh" into elalto - Removed space from slave_nfs_node.sh Issue-ID: OOM-1577 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I8314d029ac9acc3a35488a57a8eecd3d53aa3845
2019-10-11El Alto release noteSofia Wallin1-19/+12
Updated the composite release note file Issue-ID: DOC-556 Change-Id: I6d9aaa22eff4799dfb7a1d8c8fc426b28d0e65cd Signed-off-by: Sofia Wallin <sofia.wallin@est.tech> (cherry picked from commit a271516bc83da69df9ef7ff620b9f5dc0afb3dd2)
2019-10-11Merge "Updating the release note" into elaltoEric Debeau1-12/+10
2019-10-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'elalto' to 5b7dcf61b6c55ce1ccd8ec3f1c668b2216e5935f - Update Release date Issue-ID: MULTICLOUD-858 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: Ic92a9c4f711bd2df10341871277b1a1eaec39246 (cherry picked from commit 94b75aa7dbd1d687e34be06c8a406c931020ccb3) - Release 1.4.2 Which fix a severe bug MULTICLOUD-835 Issue-ID: MULTICLOUD-841 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I19c69e5ebfc1cb8f9b43270e945839980009de13 - Release 1.4.2 Which fix a severe bug MULTICLOUD-835 Issue-ID: MULTICLOUD-841 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: Ib6e69b3ce684dde4f23cb6541548bc95bb146519 - Release 1.4.2 Issue-ID: MULTICLOUD-841 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I98f308c18cf3e294fb82f34f24475c8e6092df08 - Fix restcall bug of decode http response content Issue-ID: MULTICLOUD-835 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: Ib6fa7d2bece2e3160babf1139fd8b73e19a34a9a - Bump version after releasing 1.4.1 Issue-ID: MULTICLOUD-808 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I1de9ee3ab269a6027378b9c661858833af5e22e7 - Release Note for R5 Including additional information under Multicloud plugin for Kubernetes release notes. Issue-ID: MULTICLOUD-814 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I172b8712409a9b9a1cee1779bcff08307f3f94ef - Fix spec error on infra_workload API Issue-ID: MULTICLOUD-748 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I3200fc73dfaa9bea19404312f86f7d835c916f8f - Fix the index to SDC client spec Issue-ID: MULTICLOUD-826 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I559dcc0c8a368dcce436f42f8a65dcb8d7ee387d
2019-10-10Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'elalto' to 8cd67b5568664fabec6f2225fc71e7480af53c8a - Merge "Add logic to use sync vs async SO response" into elalto - Add logic to use sync vs async SO response Add logic to send sync response to SO for vCPE but async for vFW Change-Id: I76e15c6a710459124d74f98804b8b7c035be12a6 Issue-ID: SDNC-939 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-10-10Update git submodulesJoeOLeary1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'elalto' to b03491ed5f17d635cff18d58a6645bd11d61775b - Update PM Mapper documentation * Switch deployment instructions to DCAE Dashboard * Add instructions to resolve potential config issue when using non-recommended deployment mechanism Issue-ID: DCAEGEN2-1826 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech> Change-Id: I5f7119e8d47efcc9e849713a47462109e39e3bd6
2019-10-10Update git submodulesseshukm1-0/+0
* Update docs/submodules/so.git from branch 'elalto' to a61342a8c49fb0f183223500723cf7c339c1f037 - self release take 1 for the 1.5.3 Issue-ID: SO-2320 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I53a56d77b7d963bdaeef3fbbce2eba10ba2f9be6
2019-10-10Update git submodulesseshukm1-0/+0
* Update docs/submodules/so.git from branch 'elalto' to f5d05f899c17f7c69a6a584d4e0c8c6ed8984630 - initial commit for the release notes Issue-ID: SO-2260 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I408496eef933396c700b4676736a4cfa78507b4e
2019-10-10Update git submodulesVijay VK1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'elalto' to 5994ffa33017e5e2e11c6f8d3651299aa95d0ff8 - Rls notes updates for ojsi Change-Id: I2829cc1561f98cec3a5cbfd0f97d593cf7603a47 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1669
2019-10-10Update git submodulesAbdelmuhaimen Seaudi1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'elalto' to a535938be6304c343416ad549c59a74c151c7591 - update vLB CDS CBA Issue-ID: CCSDK-1816 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I1b399aae8abca6a2f5d175560053fa0c7b646896 (cherry picked from commit c4fb5230962566bb8e321d1129cee384f70d84e8)
2019-10-10Update git submoduleswsliwka1-0/+0
* Update docs/submodules/vid.git from branch 'elalto' to 85ad9959316f6b6d27b2ce859acf2273ac65064d - Try to fix failing tests Keystore instantiation is failing on jenkins. Add mocked keystore Issue-ID: VID-653 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: I428db5b14d90c63de6b11ad5d366e839efbf33ed (cherry picked from commit 398e1db85eca9645b65422eb7c9d5f6956244276)
2019-10-10Update git submodulesRamesh Parthasarathy1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to 86fb8fe24ce03d725a67a30f9b255ec37d7aba45 - Corrected SO SDNC Adapter callback URL Corrected SO SDNC Adapter callback URL with sdnc adapter override.yaml file Issue-ID: SO-2401 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: Iae8507445c99223d54becccacaab53a3aa48037a
2019-10-09Update git submodulesseshukm1-0/+0
* Update docs/submodules/so/libs.git from branch 'elalto' to 59b4e783dc383539c0e0193d3a972a71b28d57f5 - release the So/libs 1.5.1 artifacts Issue-ID: SO-2361 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic238f718290aa4957c29efe121c599f551be621a - changed sprint number for build for issue so-2361 earlier Addressed the error in retrieving subnets with SO Libs. Now chaging sprint number for build Issue-ID: SO-2361 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I0fb8ba275229eebe0504176540f9f4b8e4574f9e - Addressed the error in retrieving subnets Addressed the error in retrieving subnets with SO Libs repository openstack SDK project Issue-ID: SO-2361 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: If54a8097ca16a266b075d3e5bfcf09157947087d
2019-10-09Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/appc.git from branch 'elalto' to 547d95ea70a5312bfa9a116b9d290893382ff752 - Remove OJSI-176 and OJSI-177 from release notes Both tickets mentioned in the title are false positives. In OJSI jira they are marked as "Not a bug" thus they shouldn't be considered as "fixed security issues" Issue-ID: OJSI-176 Issue-ID: OJSI-177 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4d3c0939b5df68ed42e334d492a2751143b41e39 - Change to snapshot parent version Change to appc parent version 2.6.3-SNAPSHOT Change-Id: I51e4485098a271ff80de64ea6c20a81df94c7d8f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686 - Increment version to 1.6.5-SNAPSHOT Change-Id: Ic0e49aef6dc78b1a55e8c7c051e716339f3802f6 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686 - APPC R5 release note fix fixed a typo Issue-ID: APPC-1722 Change-Id: Id1bb4cdbc019d2b92f57c2610e279d964948daae Signed-off-by: Taka Cho <takamune.cho@att.com> - APPC R5 release note added APPC R5 release note Issue-ID: APPC-1722 Change-Id: Ic1b19e49fef77e3ed3b995f774cb0f69813fcbe9 Signed-off-by: Taka Cho <takamune.cho@att.com> - Add 1.6.4 release file Change-Id: I41e0c64e25d61396c700ed4b9c275d21fcef446a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1735 - replaced by tosca.datatype.version consolidate to tosca.datatype.version Issue-ID: APPC-736 Change-Id: Ic0bf2c8743d4b299fc135d53323fffbcd6b7c531 Signed-off-by: Taka Cho <takamune.cho@att.com> - Set appc parent 2.6.2 Change-Id: I4d3fe28ac744a62b448816fe14b645f19a3e5209 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1735 - Increment version to 1.6.4-SNAPSHOT Change-Id: I0dfdd848265f21e1584903ea14aa4df6d08a2f94 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686 - Sonar fix- APPC-1715 Fixed multiple sonar issues across this file Issue-ID: APPC-1715 Change-Id: I5a7df4bde164b8ec3c8f91f07646d0630d52fa59 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com> - Sonar Fix: APPC-1716 Fixed sonar issues across this file Issue-ID: APPC-1716 Change-Id: Ic9d8d1c0ff22c9d0cc9831793d1e3550e5f62897 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com> - Sonar fix: APPC-1717 Fixed sonar issues across these files Issue-ID: APPC-1717 Change-Id: I25fc139344e88d389e24b91a7d6796fea6f251c2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-09Updating the release noteSofia Wallin1-12/+10
Updating the doc project release note for the El Alto release Issue-ID: DOC-554 Change-Id: I74168f3d71b44c5237a7d4481c6d9a8c0836c857 Signed-off-by: Sofia Wallin <sofia.wallin@est.tech> (cherry picked from commit 0b65c668f4616b942668861d865ffc2adf1b07dd)
2019-10-09Update git submoduleswsliwka1-0/+0
* Update docs/submodules/vid.git from branch 'elalto' to cd98877b4b9a42086248dd87c5dc16b091cda920 - Updated known issues Issue-ID: VID-659 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: I4739d89173ac190f67090e7dee1921045fe84341
2019-10-09Update git submodulesEric Multanen1-0/+0
* Update docs/submodules/so.git from branch 'elalto' to 3c1f70e434b23e8bda331837c1e4ed8506f0166d - Fix Blocking distribution of K8S Service Restore code removed in https://gerrit.onap.org/r/c/so/+/95685 to prevent SO from failing to handle distribution of k8s service. which contains cloud technology artifact. Change-Id: Ic4182daf3a6cf698b2122e43c65bbb94425588f6 Issue-ID: SO-2357 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> (cherry picked from commit 9c55b74f92bf4d4f017504f917b0bce617a523c8) - Merge "Update catalog db client to specify larger page" - SO Distribution Error on Allotted Resource SO Distribution Error on Allotted Resource - duplicate primary Issue-ID: SO-2351 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Iae7bda27ac4975b5ede657ac485472bbc6e88c56 - Merge "Update logging version to 1.5.1" - Update catalog db client to specify larger page Update catalog db client to specify larger page size Issue-ID: SO-2393 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3f0856e6b278e341f5b1a5867e1d3031a64edab6 - Merge "Revert "basic auth for so-monitoring"" - Merge "bug fix with wrong json handling in ConfigAssignVnf" - Merge "Added null checks for bp to prevent exceptions at bp.getId() calls; fixed omissions in methods control logic; removed unneeded catch blocks" - Revert "basic auth for so-monitoring" This reverts commit 3cc4c5bf37b4ae20a9809c329ad8aa1889aadbdd. Change-Id: I66ae23f1ef82f28c78986d58ce3373b56e950c7b Issue-ID: OJSI-169 Signed-off-by: k.kazak <k.kazak@samsung.com> - Added null checks for bp to prevent exceptions at bp.getId() calls; fixed omissions in methods control logic; removed unneeded catch blocks Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I8347b953381ebb4a112a22fc8c58a9a32f2dbfb7 - Merge "Removed unused private method getProcessInstanceId() to prevent static analyzer warning" - bug fix with wrong json handling in ConfigAssignVnf Change-Id: Ib1a51a69bf421e33e439da6f1cb0abafd760cca2 Issue-ID: SO-2382 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> - Update logging version to 1.5.1 This will solve issue where OOF is not a logging component. Issue-ID: SO-2378 Change-Id: If01e7ffc22d712dfd7f5c5e077384423e89b6574 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> - Merge "Added null check for executions variable to prevent a static analyzer warning" - Merge "Updated VNFM adapter security readme" - Merge "Add null check for the InfraActiveRequests lookup" - Merge "Improve fall out case handling" - Removed unused private method getProcessInstanceId() to prevent static analyzer warning Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Iab8cba14eb519f8c36f4f3ddd3fde2e50ac7147b - Added null check for executions variable to prevent a static analyzer warning Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I6c10240048452c242ab3f513a6e13e81baedbc5f - Update version Version bump to 1.5.3 . Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Issue-ID: SO-2379 Change-Id: I99cc3dbaaa4c058f0a290c71b74896cb92c726a3 - Improve fall out case handling Update Openstack adapter to handle fall out cases with greater stability Issue-ID: SO-2376 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20116cbd3b63bb29c9bf4ed99e92bd5f2b691da5 - Add null check for the InfraActiveRequests lookup Add null check for the InfraActiveRequests lookup move it into a separate method for InfraActiveRequests lookup Issue-ID: SO-2374 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I84ff23b4da12719b589d43135a7604a2d4b24fef - Merge "Added null check for execute() result to remove static analyzer warning" - Merge "revert the code change of mso7941 .logic is" - Merge "Added null check to server.getImage() to prevent crash at getId() call." - Merge "Added null check for vMap to prevent static analyzer warning about potential crash at vMap.entrySet() call" - Added null check for execute() result to remove static analyzer warning Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Ifc8481b659c5b53378611f9e80db087db590ae05 - Updated VNFM adapter security readme Change-Id: I54fd7b942c444f13b75c929dd4abbf8c95b581db Issue-ID: SO-2355 Signed-off-by: MichaelMorris <michael.morris@est.tech> - revert the code change of mso7941 .logic is revert the code change of mso7941 .logic is implemented in mso8129 in WorkflowActionBBTasks based on vnfc and config relationship Issue-ID: SO-2370 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3132950f4a65d3c2662cfbdf6baa93dfe5db0140 - Merge "Set WorkflowException on BPMN WF error" - Unit test cases for SVNFM Simulator Change-Id: Ibc6e4d47007fb14dbcad97b27d47cdd808251c9d Issue-ID: SO-1853 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech> - Set WorkflowException on BPMN WF error WorkflowException needs to be set when execution of a custom workflows fails due to an error from BPMN Issue-ID: SO-2369 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ie5ab66105681588000693fdbb3ca89310aee8a7c - Added null check for vMap to prevent static analyzer warning about potential crash at vMap.entrySet() call Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I6eacb28c6720b7432fd31faabacd9dc52f0abe60 - Added null check to server.getImage() to prevent crash at getId() call. Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I6ecaf66649e9df971003268b7272f677c5394083 - Merge "Added missing headers" - Merge "- Added serviceDeployed variable for" - Merge "Upgrade swagger in mso-catalog-db-adapter" - Merge "sdn post 1908 rollback and resume mso should" - Merge "check for null before setting headers" - Merge "mso should not send content type http header to" - Update Resume Logic and Add Workflow Listeners Updated with the error log messages Changed the code to do string compare for eventName update workflowaction to only persist if not resume Issue-ID: SO-2363 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I139f2427ae0f0253a15cc51003318686568cb514 - check for null before setting headers check for null before setting headers Issue-ID: SO-2356 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I51bd332b13f687df09bc80489cf93baebc84ceb8 - mso should not send content type http header to Updated getHeaders to not add Content-Type header on GET requests Updated getHttpHeaders boolean to includeContentType Issue-ID: SO-2366 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idc7333bfff6b2299c3b192fb1307aae1d0260a5d - Added missing headers Added missing headers to files Issue-ID: SO-2365 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib3f7808d997e324da4ae57f40d4f7ba946721538 - sdn post 1908 rollback and resume mso should Do not remove UnassignFabricConfigurationBB when rolling back to created Do not remove UnassignFabricConfigurationBB when rolling back to created. Added unit test. Enhace error message for unassign and deactivate fabric flows if they fail during rollback Looks like a bad whitespace in pom file Updated rollback failure message for fabric. Added unit test and robot tests. Issue-ID: SO-2364 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I72d570826ade865e9c12ca7571b01cccbe920865 - - Added serviceDeployed variable for - Added serviceDeployed variable for distributions with 2 resources. Issue-ID: SO-2362 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I60a5240ed6b8213a24d3c4044c36b232ba3e9f7a - Merge "Prevent reading twice from ResponseEntity stream, since this caused IOErrors." - Merge "VNFM adapter relationship handling improvements" - Merge "Fix default homing" - Merge "Exception string in checkRelationshipRelatedTo" - Exception string in checkRelationshipRelatedTo Exception string in checkRelationshipRelatedTo not being returned properly. Added a new exception - UnassignNetworkException. Added a new unit test to test the exception case as per review comment. Updated UnassignNetworkBBTest.java file to fix the formatting errors. Updated unit test , removed setVariable, it wasn't needed to do as it was performed in the actual method call. Updated pom.xmp file to fix the formatting errors. Updated pom.xml file to fix the formatting errors. Issue-ID: SO-2346 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I617dfbcb07d6080598a3ef8138aad5c7008dcee2 - update logging to match onap logging library Updated to use changes added to logging library in ONAP Updated RestClient to set mdc rather than extend filter Updated filter removal to include new spring filter Updated to exclude filter causing failure in catdb Excluded filter causing failures in requestdb Updated requestdbatt to exclude filter Updated check for spring filters to fix failing tests Issue-ID: SO-2353 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idb081a0f5527690f9dc41c7914a2d721f9022aea - VNFM adapter relationship handling improvements Change-Id: I8fd7af559448b9cdd6fab4bedd8ec001f196a200 Issue-ID: SO-2352 Signed-off-by: MichaelMorris <michael.morris@est.tech> - Prevent reading twice from ResponseEntity stream, since this caused IOErrors. Also moving empty response checks to parseJsonToGelAllPnfCorrelationId Issue-ID: SO-2349 Signed-off-by: grabinsk <maciej.grabinski@nokia.com> Change-Id: I316856d56106a1ae715812628695406f4147765d Signed-off-by: grabinsk <maciej.grabinski@nokia.com> - Merge "Async vnf adapter response not getting to bpmn" - Add SO Update Check if SDC activities deployment end point server Up for custom worlflows Make changes to verify if SDC activities deployment end point(mso.asdc.config.activity.endpoint) server up for custom workflows Issue-ID: SO-2348 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I3b90b6d8e95681a685b23dfaa2f65596532e5b0e - Fix default homing Issue-ID: SO-2307 Change-Id: Iee2562c6f38a440006d3a6108ce6f6fd6dbedcf6 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com> - Merge "Build payload APPC parameter from UserParams" - Merge "Remove the declaration of thrown exception 'org.onap.so.apihandlerinfra.infra.rest.exception.NoRecipeException', as it cannot be thrown from method's body." - Merge "getentity csar logging" - Async vnf adapter response not getting to bpmn Async vnf adapter response is not getting to bpmn @OneWay web methods in VnfAdapterNotifyServiceImpl class do not work with the @Async handleCallback() method in CallbackHandlerService. Updating code to call the non-async version of the (overloaded) handleCallback method until we can figure out how to properly do @oneway to @async. Added junits to all methods in VnfAdapterNotifyServiceimpl Issue-ID: SO-2347 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0e8b4a60addfc5e742c77e671377fa152ecce4db - Use the configurationId associated to vnfc if Use the configurationId associated to vnfc if present. removing the autowiring of the Configuration bean class Issue-ID: SO-2343 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I29f8f9e50ed04014f74b7f6dfaa2cdedb2f334d0 - Upgrade swagger in mso-catalog-db-adapter Issue-ID: SO-2305 Change-Id: I25ac20a96cf44a7c8abaa3b78f3b256cb2002d3f Signed-off-by: arindamm <arind.mondal@samsung.com> - Build payload APPC parameter from UserParams If a payload parameter is not specified on VID request for APPC interaction, we will need to build it from UserParams from requestCOntext. Issue-ID: SO-2311 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ie6affe2bad031d80c43c0358a49cb252fb04f5e2 - getentity csar logging - Updated to use the getEntity API for csar logging. - Formatted the logging file to pass the build. Issue-ID: SO-2306 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I98a7aacc6dc69e8e7f787c39fbc0bd6b7a16338a - Remove the declaration of thrown exception 'org.onap.so.apihandlerinfra.infra.rest.exception.NoRecipeException', as it cannot be thrown from method's body. remove the exception Issue-ID: SO-2174 Change-Id: Ied64bf5774e3f9ba5d5e640d1f934eb3259e4173 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-08Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'elalto' to 0bf27f707b28817c5afd79069874fbe86dedf4b5 - Set version 5.0.1 on release notes Issue-ID: AAI-2616 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I1d65a62c44944cce36527674b4be9f9959126860
2019-10-08Update git submodulesrajeevme1-0/+0
* Update docs/submodules/oom.git from branch 'elalto' to a608522c8741ee6549e0ff840c6f724ff809c9a3 - Update git submodules * Update kubernetes/aai from branch 'elalto' to 15f4526ce3bd81e8e6741bef96dfb26671e0f67a - [AAI-2617] Search guard is no longer available Change-Id: I5cc786073ac27d3d36d05f0aa89ac5b7f1aadc02 Signed-off-by: rajeevme<rajeev.mehta@amdocs.com> Change-Id: I6b8ce9867d8b1d8108fcd7002e84f798a5b4e8e2 (cherry picked from commit 360d63a7609c566a6b8043a7de70ae35bd1f258a)