aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-04-14Remove false and useless intersphinx_mappingistanbulCédric Ollivier1-94/+0
Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I573fadb7bf4f7816ee74985a9fdd8cb8da725437 (cherry picked from commit 26bd8cd419a96d0582c24d0e39f86c335fcd8735)
2022-04-14Add bounds to sphinx requirementCédric Ollivier2-10/+7
As ONAP was created before Oct 20 2020 in RTD, we must set bounds to enforce a compatible Sphinx version (see manual). It also fixes all false concrete dependencies. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ie04403c3cdd407823c533aee85f566cf222dd8a5 (cherry picked from commit 94674dd1aa4772f2372569c71c1fe274319843c9)
2022-04-14Set defaultbranch istanbul in .gitreviewCédric Ollivier1-1/+2
Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I789e5c714030d83276acee0e4a8b0b38bf1d2116
2021-11-12Release 1.9.5MichaelMorris1-0/+22
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3773 Change-Id: I27584d86a93dbea9d4423a8a970a125e86539f28
2021-11-12Update version and release notes for 1.9.51.9.5MichaelMorris166-165/+219
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3773 Change-Id: Iaac34bb631bbce377462c0e964868a8fe4cb1e19
2021-11-11Fix stability test issueMichaelMorris3-25/+19
Failures in stability tests are observed on attempts to get distribution status from SDC backend. These errors are caused by timeouts when reading from the DB (5 sec) and also the reads exceeding the tombstone threshold (100,000). The fix implemented in this change is two fold: 1. Stop writing null values in empty columns in DB writes (a tombstone is created for each null column value) 2. Change the query to the DB to remove the unnecessary filtering which greatly increases the time taken for the read. Failures in stability tests are also observed due to failures in parsing YAML files from VSP. The files are parsed using snakeYAML. The class used is not thread safe however it is possible for it to be invoked in multiple threads. This is most likely the cause of the parsing failures The fix implemented here includes changes to ensure an instance of the Yaml class is not used across multiple threads Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3773 Change-Id: I4067ff0032bb67ab114db2f05accce5d7b42d188
2021-10-15Release 1.9.4MichaelMorris1-0/+22
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3744 Change-Id: Icf30f0c6713b8189fce354c6eb95c8b075470ee4
2021-10-14Updated SDC version to 1.9.4-SNAPSHOT1.9.4MichaelMorris166-167/+167
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3744 Change-Id: Ib155c4ead3249bb5a3815abad09ff8833e9c689f
2021-10-14Fix auth failure to dmaap after upgradeMichaelMorris1-0/+8
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3756 Change-Id: I58e6f99156e1e64443cd79c2e08f73987329b88d
2021-10-14Ignoring test cases failing incorrectlyMichaelMorris2-0/+4
Four test cases are failing on Jenkins but the failures are not related to the code changes and are passing when exectued locally. This change is to ignore those test cases until they can be made more robust Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3757 Change-Id: I7d32b349128027fdeae343967cd7e3734ac03167
2021-10-12Revert "Fix critical cross site scripting"vasraz1-4/+3
This reverts commit 7c8f40bc6df4a5a4d5822e48ecbe5ebe6a0d251a. Change-Id: I5719e82cffd36a21f265217265acf7eac060124b Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3755
2021-10-06Update release notes for 1.9.3MichaelMorris3-35/+118
Including fixing mismatches in configuration causing doc build to fail Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3696 Change-Id: Iddb67662f79256b52a14d4338a6a29ce772eec38
2021-09-30Release 1.9.3MichaelMorris1-0/+22
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3694 Change-Id: I704050af301a18f3e87daa2965aac19f5e4f7f1e
2021-09-30Updated SDC version to 1.9.3-SNAPSHOT1.9.3MichaelMorris165-165/+165
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3694 Change-Id: I1d5b0c39580a3a39092441facf77f9d33f9363f2
2021-09-29Fixing distribution to AAI/SO issueMichaelMorris2-2/+77
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3740 Change-Id: Ib39125eac6011c393f6ee643e3997e1bff6f43c3 (cherry picked from commit 5546fc839016788d97e04ed99cee54d6acbce472)
2021-09-23Fix certify VFC with Modelaribeiro1-5/+11
Issue-ID: SDC-3732 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ic0dc8f86101ce303d01c51c7711c1cbad9308a3c
2021-09-22Update Template.jsonJvD_Ericsson1-0/+8
Added Helm Validator to the environment file Issue-ID: SDC-3733 Change-Id: I9ecab3b917e72884bb3fcd5faaaf507021e6222d Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
2021-09-20Error re-importing VSPKrupaNagabhushan19-34/+441
Issue-ID: SDC-3728 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Signed-off-by: André Schmid <andre.schmid@est.tech> Change-Id: I22d6186b8e6922511a7ede584d009cfae041fabd
2021-09-20Release 1.9.2MichaelMorris1-0/+22
Release for bug fixes on 1.9.1 for Istanbul release Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3694 Change-Id: Icc5030ab4fff4046552597dddd9e2762dac06a08
2021-09-20Updated SDC version to 1.9.2-SNAPSHOT1.9.2MichaelMorris165-165/+165
Updated to release bug fixes on 1.9.1 for I release Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3694 Change-Id: Ifda88730a17f2ecabab0ac29128aaa23618bc4f8
2021-09-20Fix update VSP missing VSP version idandre.schmid11-21/+43
Fills the gaps of persisting and loading the VSP version id Change-Id: I4d6c63bd2309777fdfb337cf98c1a0f9daaa434b Issue-ID: SDC-3731 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-17Fix Update VSP when no version id is providedandre.schmid8-1/+91
Issue-ID: SDC-3730 Change-Id: Ic5a5a6ecf3b6775e022be649145e44b0907cbecf Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-16Update release notes for 1.9.1MichaelMorris1-0/+74
Update release notes for I release Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3696 Change-Id: Ifbfba108ece954e65ce502d33e7ab35d3d428620
2021-09-16Update docs for multi model supportMichaelMorris5-54/+1868
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3726 Change-Id: I4ba36318fc8c7de60ccb9c3d01d5aadedc94bded
2021-09-16Design service for a specific modelaribeiro8-29/+137
Integration test for designing a service with a specific model. Issue-ID: SDC-3717 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: If3cbf9a621be4854e1e2f15d565eff15f40924f9
2021-09-15Integration test for importing VFC with modelaribeiro6-8/+55
Issue-ID: SDC-3724 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: If978ab3630eaca9bb84e7f51fb24bf448f0e0587
2021-09-15Increase test coverage (TypesUploadServlet)vasraz7-27/+403
Change-Id: I78abc4872d99d4d4fa37c77a2186421ba5f41724 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3684
2021-09-15Add integration tests for the ETSI 2.5.1 Modelandre.schmid27-252/+763
Adds integration tests for the ETSI SOL001 2.5.1 Model, that Onboards and Import a VSP created for the model, and check the resulting VF. Change-Id: I02e6ae86a544d98298cc3e4b270a84fb794bd204 Issue-ID: SDC-3719 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-14Release 1.9.1MichaelMorris1-0/+22
Release for M4 for Istanbul Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3694 Change-Id: I11d521b38161308355507996f105e1b99dbd3e69
2021-09-13Update SDC version to 1.9.1-SNAPSHOT1.9.1MichaelMorris165-165/+165
Update version for M4 for I release Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3694 Change-Id: Ib7ea2917e57496ebd89a27693de60d4ea1aedc70
2021-09-10ETSI SOL001 v2.5.1 model types not deployed in upgradedavsad5-28/+63
Issue-ID: SDC-3707 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: If1bda517a9295ad380bf4e5e2fc35f15a1ff708e
2021-09-10Fail VF download of csar when VF has operation defined with workflow.davsad1-6/+3
Issue-ID: SDC-3689 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: I207a95e86def05011feaa87847844e6b93b74c5e
2021-09-10Model hierarchy not being considered while filteringdavsad2-15/+26
Issue-ID: SDC-3718 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: I4a984906aca180d470eb7bd71a09bfb0384cecb6
2021-09-10Fix intermittent upgrade failureMichaelMorris1-1/+2
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3722 Change-Id: I56ab3d23aaf53bc02efd58df3bd939a1a2efb12c
2021-09-10Test for GroupBusinessLogic#getNextVfModuleNameCounterstasys101-0/+59
Issue-ID: SDC-3702 Signed-off-by: stasys10 <stasys.jurgaitis@est.tech> Change-Id: I72e9b838dc29edaf13385eaf3c9a6217c3e169bd
2021-09-10Fix create a service with SDC AID modelandre.schmid3-30/+17
Change-Id: Ia5f0fa1304f6eab609862dd76f9b9f3485f468d1 Issue-ID: SDC-3723 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-10Fix model initaribeiro4-5/+7
When upgrading, the model type for "ETSI SOL001 v2.5.1" is being updated and then the request for retrieving all model types with "NORMATIVE" type returns empty Issue-ID: SDC-3720 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ibc71bd05426532416eb2ac09f598e7456777403b
2021-09-09[SDC-BE] Remove hardcoded MR apiKeyMichaelMorris7-32/+47
Issue-ID: SDC-3714 Change-Id: Ie154a225bc1c47d6d3b504f915a697047e1b0440 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2021-09-07Fixing deployment failureMichaelMorris1-4/+4
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3716 Change-Id: I33092244c7ce00a6e1b5c8d02d5056035d488b2a
2021-09-06Fix data type cache issue for model extensionsMichaelMorris3-44/+50
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3713 Change-Id: I56b8de3065848942a4ba8dd8486a7d87e7d8029e
2021-09-06Not possible to set max occurrences to zeroMichaelMorris1-1/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3711 Change-Id: I512abaca1defade0bee259b330eca2fea322eaf7
2021-09-03Fix CSAR generation default imports file conflictandre.schmid5-4/+136
When generating a CSAR for a resource that is associated with a derived model, the default imports for the derived and parent model can conflict in path, therefore causing an issue during the CSAR zip generation which can't stand two entries with the same path. The fix adds a logic to rename a file when conflicting, by adding the model id as the file prefix. Change-Id: Ife7168f1c69f90be9c2cfd8ba75efad316c477f6 Issue-ID: SDC-3710 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-02Move position of Model on create screenaribeiro1-17/+15
Issue-ID: SDC-3712 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I8e2ed84dbedef897588a621a4f627bc75f4a7281
2021-09-02Test for ValidateGenerateVfModuleGroupNamesstasys101-3/+59
Issue-ID: SDC-3702 Signed-off-by: stasys10 <stasys.jurgaitis@est.tech> Change-Id: Ib493ed976a7e92844c6822c2537a194bb48d2316
2021-09-02Fix mismatch in requirement name in sub mappingMichaelMorris3-10/+20
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3701 Change-Id: I0898d8b16c6e5cda035f33024f26644d7c6b1ef5
2021-09-01Update unit test to JUnit5andre.schmid1-357/+357
Updates org.openecomp.sdc.vendorsoftwareproduct.impl. VendorSoftwareProductManagerImplTest to JUnit5. Change-Id: I505f2f198dd776e2b3d10e741998014c1db0275f Issue-ID: SDC-3709 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-09-01Fix setting vendor release for VSP with modelandre.schmid4-15/+21
When a model is selected, the vendor release should not be set based on the compatible_specification_version of the manifest metadata. Change-Id: I7a01941c47a8a7f1d3a7f69bfa0830db3d11fb0c Issue-ID: SDC-3708 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-08-31Fix additional types import file generationandre.schmid22-86/+331
The additional_type_definitions.yaml is missing types entries and header. Also, the solution is not considering the types entries, i.e. 'data_types:', 'policy_types:', etc., when replacing types and generating the new file, which renders the solution broken. This change aims to fix the related problems. Change-Id: I412683b49966c09dd067ecbf8a1d778155b23fa6 Issue-ID: SDC-3703 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-08-30Include custom data types from VSP in csar importsandre.schmid7-67/+152
When a model with custom data types is created, the data types are now being added as part of the default model imports files. When a CSAR is generated from a Service Template that is associated to a derived model, the default imports from the parent model are also included in the package. Change-Id: I027d25d7237989a40085edec7fdd399ac09c4db1 Issue-ID: SDC-3692 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-08-27Improve invalid artifact label error messageKrupaNagabhushan3-2/+11
Issue-ID: SDC-3691 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: I72f0fbec5839ecb343a73a9ca537e2e0a6437363