aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-05-31fix keypair conflict issue in openstack adapterSmokowski, Steven24-951/+1150
Fix wiremock stubs to return proper data and url Fix copyright header issue on unit test file Fix keypair issue, clean up unit tests and logging Fix issues found in unit testing, update data Fix broken Unit tests that used invalid data Continue Refactor to support keypair failure scenario Update logic for when to auto delete a stuck keypair Change-Id: Ice5256cf0381a3b46d1c442907c0f321a1c0d006 Issue-ID: SO-1897 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-31Remove oof_directives from user_directives BB pathEric Multanen1-5/+13
Remove oof_directives from user_directives in the BB code path (as was done for the groovy code path). Change-Id: I018c3c85cc4a68ab128a2be869567b44fda08e48 Issue-ID: SO-1939 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-05-31New GroupLevel DeleteE2EServiceInstance flowsarada prasad sahoo4-188/+342
Modified the subprocess 'DoDeleteE2EServiceInstance' to support Group level instances. Change-Id: I8dfd154bc6eb9c9f7c7dc932bdce215a3b9fd800 Issue-ID: SO-1393 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-05-31Merge "Improvements in AAIClientHelper"Lukasz Muszkieta1-5/+3
2019-05-31Improvements in AAIClientHelperr.bogacki1-5/+3
Improvements in AAIClientHelper according to the Sonar analysis. Removed unnecessary exception throwing. Fixed imports. Updated java docs. Issue-ID: SO-1958 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I60835304466bb656f09ba16b487907fa529e5eab
2019-05-31Merge "Improvements in RequestClient"Lukasz Muszkieta2-13/+62
2019-05-31bump the SO release versionseshukm1-1/+1
Issue-ID: SO-1929 Change-Id: Idca0ebbe73d0b8d725840167730b354f16753ed6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-05-31update INFO.yamlseshukm1-3/+3
Issue-ID: SO-1944 Change-Id: I221fc3cce7f72373ad35a6ce07c887e928038348 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-05-30Handle operation state null from VNFMMichaelMorris1-0/+4
Issue-ID: SO-1956 Change-Id: I8d2efe3f9d97a38a533b33eabd0be2a42cebef66 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-05-30Merge "Persist native CM workflows in CatalogDB" into dublinSteve Smokowski1-1/+7
2019-05-30Merge "update INFO.yaml" into dublinMarcus Williams1-0/+5
2019-05-30Improvements in RequestClientFactoryr.bogacki1-5/+6
Improvements in RequestClientFactory according to the Sonar analysis. Fixed imports. Removed unnecessary exceptions handling. Replaced depreciated DefaultHttpClient with a new one. Issue-ID: SO-1947 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Id497bfb620775aac67ad4c5f6d57e0fccce4fd34
2019-05-30Fixing infinte loop of flowwaqas.ikram4-13/+27
Change-Id: I80dc144750406d5afcec9b4da717a55a3840e503 Issue-ID: SO-1946 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-05-30Improvements in RequestClientr.bogacki2-13/+62
Improvements in RequestClient according to the Sonar analysis. Removed unnecessary exceptions handling. Added junit tests. Fixed imports. Issue-ID: SO-1945 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Iee22e7dbeb39ca28c437f9a8a804b81945cb9bc5
2019-05-30update INFO.yamlseshukm1-0/+5
Issue-ID: SO-1944 Change-Id: I2d773bed6822eaf440a8f941870fac2fdff1800f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-05-30Get operation state from VNFM failingMichaelMorris2-4/+8
Issue-ID: SO-1943 Change-Id: I8d0fd3e9cd4aea26e94a18a6e610abd34f2e5fe9 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-05-30Merge "Improvements in CamundaClient"Steve Smokowski1-49/+21
2019-05-30Merge "Remove oof_directives from user_directives" into dublinSeshu Kumar M1-5/+7
2019-05-30Remove oof_directives from user_directivesEric Multanen1-5/+7
Oof_directives - when populated with a json string, breaks the parsing of the user_directives. Since it is not needed in the user_directives, remove it. Change-Id: I0e2c3deef8266df52ac73b95209843ac31f986ef Issue-ID: SO-1939 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-05-30Merge "added extra parameters" into dublinSeshu Kumar M1-19/+37
2019-05-30Merge "Fix DeleteE2EServiceInstance flow"Seshu Kumar M5-295/+242
2019-05-30added extra parametersmarios.iakovidis1-19/+37
Issue-ID: SO-1933 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com> Change-Id: I7fdd9ff5373e2f27d225f265ff13b4e14a8b3abc
2019-05-30Fixing ETSI BB execution failurewaqas.ikram1-3/+9
Change-Id: Icbcd43be40c7717a714bc866bf153ac3ea0e427c Issue-ID: SO-1934 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-05-29Renamed accessId to remoteidmarios.iakovidis1-4/+4
Issue-ID: SO-1933 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com> Change-Id: I6b63286f10ebc129b72a36cf41f0bb85b797f9ef
2019-05-29Improvements in CamundaClientrob.bog1-49/+21
Removed code duplicates. Fixed declarations of thrown exceptions. Fixed imports. Issue-ID: SO-1936 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Ic178341b0049307da033408719ff263a00059ba7
2019-05-29JUnit tests for RestfulUtilr.bogacki2-2/+159
Increased junit tests coverage according to Sonar analyses. Added missing tests for RestfulUtil. Issue-ID: SO-1692 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I8744960c0ad3a36ca4c36e23867168bfda5cbd1d
2019-05-29Merge "Fix request body for SDNC req"Seshu Kumar M2-1/+1
2019-05-29Fix UriBuilder import in OofUtilsMarcus G K Williams3-42/+31
Import all changes from Casablanca that were incorrectly removed during merge from Casablanca back into master. Issue-ID: SO-1926 Change-Id: I8355e804586aa80e291f3c72a00bf69ce424316b Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-05-28Merge "Corrected instance names" into dublinMarcus Williams1-4/+4
2019-05-28Merge "Fix retrieval of mso.config.path" into dublinMarcus Williams1-1/+16
2019-05-28Merge "Set response code in UpdateAAIGenericVnf" into dublinMarcus Williams1-0/+2
2019-05-28Fix request body for SDNC reqsubhash kumar singh2-1/+1
Fix request body for SDNC req. Issue-ID: SO-1393 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Change-Id: Ia8112b81fa29f886e282445b3c0dc068d487cadd
2019-05-28Merge "Return empty WorkflowInputParameters" into dublinLukasz Muszkieta2-3/+4
2019-05-28Corrected instance namesmarios.iakovidis1-4/+4
Issue-ID: SO-1931 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com> Change-Id: I4c3700cdc1cc058f3a37a77d087d38b2aadad29d
2019-05-28Merge "Fixed errors in HandlePnf flow" into dublinLukasz Muszkieta1-17/+4
2019-05-28Merge "fixed typos and added SERVICE_INSTANCE_ID" into dublinLukasz Muszkieta2-4/+13
2019-05-28Set response code in UpdateAAIGenericVnfYang Xu1-0/+2
Change-Id: I67fb789d40ea86a82379e76b94c2da1bd552cd31 Issue-ID: SO-1927 Signed-off-by: Yang Xu <yxu@futurewei.com>
2019-05-27Fixed errors in HandlePnf flowmarios.iakovidis1-17/+4
Change-Id: I1cf49f98f26e322b4785cc14f96ee63a5830117e Issue-ID: SO-1930 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
2019-05-27Fix sonar for MapEntryk.kazak5-11/+53
MapEntry bug: make entry private and provide accessors MapEntry codesmell: move comment 'Required by JAXB' into empty constructor MapElements codesmell: move explanatory comment inside empty constructor MapElements codesmell: log error stacktrace MapAdapter codesmell: use entry set instead of key set for iteration JAXBMarshallingTest: add test cases to cover 100% of MapElements & other cases Change-Id: If51f1f86b5ad44b3462424e4fd73cb0eff352124 Issue-ID: SO-1811 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-05-27fixed typos and added SERVICE_INSTANCE_IDmarios.iakovidis2-4/+13
Change-Id: I68174bf2e67280a4bf65d8f26b04793b76896f04 Issue-ID: SO-1913 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
2019-05-26Modify scaleOut-related settingsElena Kuleshov1-3/+3
Corrections for execution of VfModule-ScaleOut Issue-ID: SO-1972 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ia654a223f1e86749d34d78b5918eda38a0a630c7
2019-05-25Use lowercase for table names in beansElena Kuleshov3-3/+3
Uppercase table names cause issues on db queries Issue-ID: SO-1969 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I468cfc6635c68771caf04a1f75d336559877d288
2019-05-25Handle lazy init of activitySpecsElena Kuleshov3-2/+84
Use Transactional setting for activitySpecs retrieval Issue-ID: SO-1957 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Idfe57474bfdec055a12a1e8fd787d31ac9dc7507
2019-05-24Merge "Fix Missing Import in OofHoming.groovy" into dublin1.4.2Marcus Williams1-0/+2
2019-05-24Merge "Typo in bpmn mso-request-id variable name" into dublinMarcus Williams1-2/+2
2019-05-24Typo in bpmn mso-request-id variable nameYang Xu1-2/+2
Change-Id: I50e7f33a3a38e77c84874d75ab33c5f9bb693f8b Issue-ID: SO-1922 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-05-24Fix Missing Import in OofHoming.groovyMarcus G K Williams1-0/+2
Issue-ID: SO-1926 Change-Id: Idee7eb0ab789fd8ac335b8c97b344b6e4f4b7fba Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-05-24Persist native CM workflows in CatalogDBElena Kuleshov1-1/+7
Add native CM workflows to Workflow table to make them available to VID Issue-ID: SO-1942 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ifbf3ed8a513f4704583df8a565dba97344702ede
2019-05-24Merge "Update the version to release" into dublinByung-Woo Jun1-1/+1
2019-05-24Calls to/from VNFM failMichaelMorris8-12/+73
Issue-ID: SO-1909 Change-Id: I2f8a19dfd456316e5436be4e85d8a384d7d5ed6f Signed-off-by: MichaelMorris <michael.morris@est.tech> (cherry picked from commit a7160456335b2ce3710efd00658711d431eac0b4)