Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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>
|
|
* 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
|
|
* 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>
|
|
* 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>
|
|
* 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)
|
|
* 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)
|
|
* 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
|
|
* 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
|
|
* 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>
|
|
* 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>
|
|
* 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
|
|
* 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)
|
|
* 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
|
|
* 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)
|
|
* 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>
|
|
* 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
|
|
* 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
|
|
* 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>
|
|
* 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)
|
|
* 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>
|
|
* 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
|
|
* 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>
|
|
* 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
|
|
* 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>
|
|
* 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
|
|
* 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
|
|
* 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>
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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)
|
|
* 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)
|
|
* 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
|
|
* 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
|
|
* 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>
|
|
* 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
|
|
* 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>
|
|
* 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
|
|
* 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)
|
|
* Update docs/submodules/portal.git from branch 'elalto'
to e66fbf6bd40d21fce75c26fb07bae489db59ca10
- Updated El-Alto Release Notes
Issue-ID: PORTAL-738
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I11566c4dc7ad4086bd16fa435d625a26d255d0b3
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
(cherry picked from commit 9306dd8333497633a0c764998b0da528ead0ffef)
(cherry picked from commit e5c6f92c8b51b5c72064336bddfbb52c8f1b1679)
|
|
* Update docs/submodules/portal.git from branch 'elalto'
to e16f6f96b3207fdc3752f2e1f2234ee8b77f3bed
- Document fixed OJSI tickets
Issue-ID: OJSI-65
Issue-ID: OJSI-92
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5c16b0601ec6a27edd98cc07440f29ac7bed80bd
|
|
* Update docs/submodules/portal.git from branch 'elalto'
to 7995eca6ba48a3129fd0c6f1b20b925e0b306999
- Adjust security release notes according to the template
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Id95d33400e1ef88ec051e280e7c850c9ec5e05ea
- Merge "Portal El-Alto Release Note"
- HealthCheck & Namespace Check
Issue-ID: PORTAL-723
Change-Id: I97ac3c592ae1f7a6142384d70ac6038ccee1d8fb
Signed-off-by: statta <statta@research.att.com>
- Portal El-Alto Release Note
Issue-ID: PORTAL-738
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: I3f4c3fea27d3870412887679023c7de02082505c
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'elalto'
to 1a523242befde55ae9e748037da7c911743b53e4
- correct pidx in self-serve-netbox-ip-assign DG
Issue-ID: CCSDK-1817
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Iadb8ce8b7602c38a73e7aa20d3ecf7d5da95daa3
(cherry picked from commit a634edd152d2fc0c7b237cc5df8cc646da170f9b)
|
|
* Update docs/submodules/dcaegen2.git from branch 'elalto'
to 6b018f15b529911bfe7e46082375e2c87b8da5d8
- El-alto rls notes updates
Change-Id: I07e6e2fcbf8b23c501e954644187a956cc22b161
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1669
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
|
|
* Update docs/submodules/oom.git from branch 'elalto'
to 50ce15ee86a121b14da5357763f2f4b376b7e947
- Create El Alto Branch for OOM
Updated to link to elalto A&AI and ROBOT submodules.
Issue-ID: OOM-2027
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: Id16ef628c49131e9a5ebbd720e745e25b45ee1d4
- Merge "Add El Alto release notes"
- Merge "Change port mapping on DMaaP DR prov"
- Add El Alto release notes
Issue-ID: OOM-2103
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I9a378602c8d73df4df2fef4fcf52b88fa5000eb6
- Merge "Use SO simulutor in cmso-robot"
- Merge "Fix https config for admin portal"
- Merge "Increase liness/readiness timeout and period"
- Increasing Max Heap size to 2GB
Issue-ID: OOM-2059
Signed-off-by: Akansha Dua <akansha.dua@amdocs.com>
Change-Id: I9b8db6ff689c0928ac497b523290e586c0f6f1f8
- Updated docs to ref 5.0.1-ONAP tag
Issue-ID: OOM-1590
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I61b3531545b5a648fcfabb850ee85fa5f0a4a46a
- Change port mapping on DMaaP DR prov
Change-Id: I6467c37800ec96bd1b030f0576ce690d408ff5b6
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: INT-1296
- Use SO simulutor in cmso-robot
Issue-ID: OPTFRA-509
Change-Id: I2549e396311ad9582b898493e6bce311141a3b95
Signed-off-by: Jerry Flood <jflood@att.com>
- New VID certificate valid until: Oct 03, 2020
Issue-ID: VID-650
Change-Id: I5a844993619002eb0792e3ebb62788dc69562309
Signed-off-by: Ittay Stern <ittay.stern@att.com>
- Merge "Updated software versions for El Alto"
- Updated software versions for El Alto
Documentation updates.
Issue-ID: OOM-1590
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I4c87d295b140b4be39317b03527470bdd88ab3e9
- Increase liness/readiness timeout and period
Issue-ID: OOM-2059
Change-Id: I02bbdd5b06e7194434d761bcf1aebbd749c6f1d7
Signed-off-by: Brian Freeman <bf1936@att.com>
- Merge "Improved nginx configuration overrrides"
- Improved nginx configuration overrrides
Nginx ingress controller configuration sample adopted
to the new ingress configuration common templates.
Issue-ID: OOM-1508
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I1e8f069dbcff8ae3c927bad763d1bc2595cc9311
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
- Merge "Update multicloud framework image tags"
- Merge "update OOM configuration for modeling/etsicatalog"
- update OOM configuration for modeling/etsicatalog
Change-Id: Ie6f18487961bc7de723f5dc69e37abfd5006f550
Issue-ID: MODELING-222
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
- Update multicloud framework image tags
tag with 1.4.2 which fixed a severe bug MULTICLOUD-835
Issue-ID: MULTICLOUD-841
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: I478778412c67fd9ba726830cc05d4e02a1e5648d
- Fix https config for admin portal
Fix config of admin portal to expose https instead of http
Change-Id: Ie5d94921fd0fdbe0ea4866385f07fa8859ba59a6
Issue-ID: OJSI-98
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
- Merge "APPC 1.6.4 docker released"
- Merge "change accessMode for oom"
- Merge "Update MSB docker image version for E release"
- Merge "Update docker image version"
- Merge "Update dgbuilder for https"
- Update git submodules
* Update kubernetes/aai from branch 'master'
to d68960684392a6da61805e4161ae032549db6102
- Update to new haproxy certificate
Issue-ID: AAI-2643
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iaca4ed32243b34a6d8daa7b67f094bb0d236acb9
- Update docker image version
Update docker image version to latest version from
docker hub.
Issue-ID: OOM-2117
Change-Id: I4de4fec038c6a305363df95feba171bfba0cd410
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
- Update dgbuilder for https
Update dgbuilder to use latest release (0.6.3) with https support and
update configuration to enable https
Change-Id: Ia04a3cde6b0f18655301e25dcf125ffcdf1ec120
Issue-ID: OJSI-100
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
- APPC 1.6.4 docker released
change value files to refect for
El Alto release
Issue-ID: APPC-1735
Change-Id: Ia882fdbf29a8b5e4321c9942705097e997044e1a
Signed-off-by: Taka Cho <takamune.cho@att.com>
- change accessMode for oom
Change-Id: I156e5d688023d96954a106e6b6e81f7911f91e2b
Issue-ID: VFC-1523
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
- Merge "Update POMBA images to 1.5.1"
- Merge "Update CCSDK/SDNC versions for RC0"
- Update CCSDK/SDNC versions for RC0
Update CCSDK version to RCO (0.6.3) and update SDNC
version to RC0 (1.7.3)
Change-Id: I4af5684ecacd2cf8134a4db51684fb95b488d536
Issue-ID: SDNC-917
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
- Merge "Update multicloud broker and openstack version"
- Merge "Update vfc release version to oom"
- Merge "Add msb environment to oom"
- Disable AAF for PDP-D telemetry API
As AAF cadi libraries and Aether libraries (transitively
brought in by drools kie-ci functionality seem
to interfere with each other, AAF is disabled.
There is no side effects to disable AAF for this API
as it is not an external API (it is used for diagnostics
only).
The nexus value change is cosmetic, not really used.
Issue-ID: POLICY-2109
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I2ccb3b0f08a4d3020e58ca83bd89d2f614a51dca
- Update multicloud-vio to version 1.4.1
Update multicloud-vio to version 1.4.1
Change-Id: I788a58fbb86cba4f2b8b4ddac14812155e6c096e
Issue-ID: MULTICLOUD-736
Signed-off-by: Ethan Lynn <xuanlangjian@gmail.com>
- Merge "Bump OPTF-HAS to 1.3.3"
- Merge "Correct cds-blueprint-processor chart to include ONAP Root CA"
- Update vfc release version to oom
Change-Id: Ib3390afb9c1e154d9cadf9d7dc7707b35d37a8fe
Issue-ID: VFC-1494
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
- Merge "add PV support for artifactbroker"
- Merge "Updated SDK deployment.yaml"
- Bump OPTF-HAS to 1.3.3
Issue-ID: OPTFRA-561
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I132dcb2adaed78a97822c4fae77026eddfb51df9
- Merge "HTTPS calls for sdc"
- HTTPS calls for sdc
Proper configuration for HTTPS in the sdc:
-configured the livenessProbe/readinessProbe ports
-changed mount path for dcea-be components
-updated dcea component images
-updated VID and Portal to talk with the SDC
Change-Id: Ibdece8f095aaa79e326cb9c4510e8227a7856b15
Issue-ID: SDC-2548
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
- Updated SDK deployment.yaml
Issue-ID: PORTAL-727
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Change-Id: Ic9041f4a0263c7ab6d36176708323dd47c89bf7d
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
- Merge "fix pax config mountpath"
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 1d36d59796cf69d8bba1d833a7faa2709bef531c
- Add instantiate VLB CDS to Demo Robot Script
Issue-ID: TEST-194
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Id7efda3b6e8c03a336005b317365e50fa97651f5
- Merge "Update VID values.yaml to version 5.0.3"
- Update legacy PAP released image
Issue-ID: POLICY-1892
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I9fa307bac87fd59156dba7af17a7a8e3c18c4b13
- Merge "Bump up clamp to 4.1.2"
- Merge "Update policy/distribution config & image version"
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 79abf3c8548fcef3ec0db7d722b1c4e9312d95d6
- Merge "update to last release image for testsuite"
- update to last release image for testsuite
Issue-ID: TEST-216
Change-Id: I6caadff3cbb6d167c364d380cd9d2a7ad760f127
Signed-off-by: DR695H <dr695h@att.com>
- fix pax config mountpath
org.ops4j.pax.logging.cfg should mount
on /opt/onap/appc,not mount from /opt/opendaylight
- which caused readonly error
Issue-ID: APPC-1736
Change-Id: I732b26bb4f6fe6ac6f48771468606af106606e51
Signed-off-by: Taka Cho <takamune.cho@att.com>
- Merge "Add processor-db endpoint to application props"
- Add processor-db endpoint to application props
Issue-ID: CCSDK-1720
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I996217abe067cce284cc5c0ea9ce011458260428
- Update policy/distribution config & image version
Updating the config file of distribution chart as per the new code
changes done in El Alto release.
Adding changes for policy-engine as well.
Issue-ID: POLICY-1892
Change-Id: I21d971ff76f06dd1d74884481c81801422a3971c
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
- Bump up clamp to 4.1.2
Bump up the version of clamp to 4.1.2 to take the latest changes
Issue-ID: CLAMP-506
Change-Id: If77b23f5263affd34cce121ab6b6d905195321f0
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
- Update VID values.yaml to version 5.0.3
✔ El-Alto second wave 2.0
Issue-ID: VID-641
Change-Id: Ic35684d4c3198c0a415739f0727808f07afa241c
Signed-off-by: Ittay Stern <ittay.stern@att.com>
- Update MSB docker image version for E release
Issue-ID: MSB-380
Change-Id: I63ebface924066f6ff828025e423fb2ddcd0482d
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
- Update POMBA images to 1.5.1
Issue-ID: LOG-1120
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: Ie4621751739a3bab67f6ad928aa124d8328a4455
- add PV support for artifactbroker
add PV/PVC files
- update deployment files to use PVC and resolve permission issue of data dir
- update values for the init container image
Change-Id: I354043a79915d25bf1e5396b538b98b0dbdb7fe7
Issue-ID: MULTICLOUD-717
Signed-off-by: Liang Ding <liang.ding@intel.com>
- Correct cds-blueprint-processor chart to include ONAP Root CA
Issue-ID: OOM-2026
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Id742c289e1ea0d269105d6b70f21e1ede3db0790
- Update multicloud broker and openstack version
Change-Id: I0054f1b90372ecd60de49e0c9cbd42e0f7a0cb40
Issue-ID: MULTICLOUD-809
Signed-off-by: Bin Yang <bin.yang@windriver.com>
- Add msb environment to oom
Change-Id: I9c1321955c59b6f29c454aced0c00f713f5384ea
Issue-ID: VFC-1467
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/sdc.git from branch 'elalto'
to bf5521000fa40266da3e2484c475fe6d7f9595ea
- Document fixed OJSI tickets in release notes
Issue-ID: OJSI-31
Issue-ID: OJSI-76
Issue-ID: OJSI-77
Issue-ID: OJSI-78
Issue-ID: OJSI-79
Issue-ID: OJSI-80
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ie57bdbfae0b40ff7633ff674d22ac5ad3c5cf866
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'elalto'
to fed81257390acda8f423410a6bd0475f7a39a571
- Worked on defect CCSDK-1793
Changed base url from controller-blueprint to blueprint-processor
Issue-ID: CCSDK-1793
Change-Id: I38f8e8ba482a05d5b385c109fcd4c54f2cd77b48
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'elalto'
to 29996b73ea196bec663c45cc6882238a77ac795f
- Remove quotes in so response
Add 'format=xml' to restapi-call-node to prevent quotes from being
added around values in XML content
Change-Id: Ib7cb602aa25a7f36d4dac60681d04a277d951e9d
Issue-ID: SDNC-927
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'elalto'
to 06e1eeb3f479f9d96ac11b84143a6f8a3f3ca74a
- Merge "Fix inaccuracies in apex-pdp user manual" into elalto
- Fix inaccuracies in apex-pdp user manual
- the docker profile should be sued to build the tarball
- the apex engine should be run using "sudo su"
- the APEX_HOME and APEX_USER environment variables should then be set
- debugging defaults to "debug" level rather than "info" level
Issue-ID: POLICY-2129
Change-Id: I5df5a021dfda3b51ab6ca1f490aec667139825c5
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit 9c7bd6749a5817be3a8067e59a9309ac68eba41d)
|