summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-26update modularity detailsseshukm1-2/+2
Issue-ID: SO-2010 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ie69578e566d6cb3ce8d3c3926bf11939a413b5a4
2019-06-24Process workflow artifacts lastElena Kuleshov2-11/+28
Workflow artifacts need to be processed last, check for existence of VNF resource Issue-ID: SO-2045 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ia46a6ecaef905287ce837c04b389ab2a13d3f24e
2019-06-21update the SO release notesseshukm1-16/+16
Issue-ID: SO-2010 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I7fc46c2dbdfc5ee7e79aca86f8148b9f43743d5c
2019-06-19update SO release notes path for dublinsarada prasad sahoo1-1/+1
update SO release notes path for dublin Change-Id: I2637374b813264a125049b0ab224bb5c84ebda8e Issue-ID: SO-1992 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-06-18VNFM adapter handle getOperation after VNF deleteMichaelMorris3-21/+62
Change-Id: Iaa8d792f5660b1caf16d081779c14799d827a544 Issue-ID: SO-2030 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-06-18Fixing NullPointerException thrown by EtsiVnfDeleteBBwaqas.ikram1-1/+12
Change-Id: I219989c25f05c94d01c7c697425da93997114216 Issue-ID: SO-2029 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-06-13Added known issue for VNFM adater testingMichaelMorris1-2/+4
Change-Id: I257b485429cc91ac9c86682b385cd978b01b5cd2 Issue-ID: SO-1742 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-06-13update SO release notes for dublinsarada prasad sahoo1-186/+184
Change-Id: I57e96451b9d659a6d1f8cac3710b6daa520b9377 Issue-ID: SO-1992 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-06-12Update version to 1.4.44.0.0-ONAP1.4.4subhash kumar singh1-1/+1
Update version to 1.4.4. Issue-ID: SO-2010 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Change-Id: Ice93606ea30d175c64b9511bcc24a294e3bd835e
2019-06-11Merge "Fix handling of NULL WorkflowAction northboundRequest" into dublinMarcus Williams2-146/+147
2019-06-10Fix handling of NULL WorkflowAction northboundRequestMarcus G K Williams2-146/+147
Issue-ID: SO-1995 Change-Id: I16fd6067d4fe31ce66b399e292a7e0706fe05c0c Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-06-10Beans fixes to workflow record creationElena Kuleshov8-165/+84
Changes to enable cascading creates and proper id referencing Issue-ID: SO-1998 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I6c08fc22fbbba1d0d2b8dc04e390cd0b3de64327
2019-06-07Fix Dublin Build- Use Release 1.4.0 OpenStack LibsMarcus G K Williams1-2/+1
Issue-ID: SO-2005 Change-Id: If1483009d57179e01fbe52e07fbf4a3c81ae3ebf Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-06-07Add non-cloudowner nbrequest lookup in workflowActionMarcus G K Williams1-0/+4
Using a cloudOwner different than "CloudOwner" when instantiating a vfmodule using GR_API causes nbrequest lookup in workflowAction to fail. This change adds a final check for northboundRequest that does not use cloudOwner field before failing. This should enable instantiation on multiple cloudRegions without seperate northbound_request_ref_lookup actions for each cloudOwner. Issue-ID: SO-1995 Change-Id: I9d1fe39fb056d03e8473a524c21f41319c13c20f Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-06-06Merge "Changed service orc status to Assigned" into dublin1.4.3Seshu Kumar M1-1/+1
2019-06-06Merge "Added post process to AAI in HandlePNF" into dublinSeshu Kumar M2-18/+86
2019-06-06Merge "update SO release notes" into dublinsubhash kumar singh1-0/+234
2019-06-06update SO release notesseshukm1-0/+234
Issue-ID: SO-1992 Change-Id: I47f9651740ab012e05dc09f9b874cfba6fc83699 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-06-05Changed service orc status to Assignedmarios.iakovidis1-1/+1
Issue-ID: SO-1938 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com> Change-Id: I68d684f837f2dea9decb2e577742ab905f825d04
2019-06-05Added post process to AAI in HandlePNFmarios.iakovidis2-18/+86
Issue-ID: SO-1993 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com> Change-Id: I6abec916438221669817b49997431b6164ee1a76
2019-06-04Handle 201 and 422 status codesElena Kuleshov2-2/+59
SDC activitySpec API returns 201 for success and 422 when already exists Issue-ID: SO-1996 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I75837b75cbd24f4ccfb97a07e91219b3b61453f6
2019-06-05Merge "Fix ConfigAssign/Deploy null return of BlueprintName/Version" into dublinSteve Smokowski7-20/+49
2019-06-04Add SO exclude ConfigurationScaleOutBBBonkur, Venkat (vb8416)1-1/+1
Updated the WorkflowAction.isConfiguration() to exclude ConfigurationScaleOutBB problem- VF module check failure during scale out Issue-ID: SO-1982 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I5caa6f1c5ff21131ea1c42a63b441a39f77a6e62
2019-06-05Fix ConfigAssign/Deploy null return of BlueprintName/Versionsunilb7-20/+49
Fix ConfigAssign/Deploy null return of BlueprintName/Version Issue-ID: SO-1985 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I15b6d38a21320eae6ca58a1e3d515813b9c243fd
2019-06-04Fix northbound_request_ref_lookup SERVICE_TYPE = '*'Marcus G K Williams1-28/+28
Make sure SERVICE_TYPE is not NULL so that GR_API alacarte requests work. Issue-ID: SO-1904 SO-1892 Change-Id: Ib4c617311b17f6d521a3eee0a71a6247d7770d54 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-06-04Merge "Add SO Turn off OpenStack heat stack audit" into dublinSteve Smokowski2-4/+4
2019-06-03Add SO Turn off OpenStack heat stack auditBonkur, Venkat (vb8416)2-4/+4
UPDATE these files so/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml so/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml should have mso: infra: auditInventory: false Issue-ID: SO-1974 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I57bb396604e9eb2787122199cdf8a2d1ce54048a
2019-06-03Fix ConfigAssignVnfBB and ConfigDeployVnfBBAlexis de Talhouët3-18/+27
Change-Id: If5a175ee26e279cf71e38c996a75fa627e5e2c00 Issue-ID: SO-1981 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-06-03Merge "update INFO.yaml" into dublinSteve Smokowski1-10/+5
2019-06-03update INFO.yamlseshukm1-10/+5
Issue-ID: SO-1929 Change-Id: I21b68e16851a23bc4869fa08df86d57f68de1c5a Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-06-03Merge "Modify scaleOut-related settings" into dublinSeshu Kumar M1-3/+3
2019-06-03Merge "Added orchestration status to service" into dublinSeshu Kumar M5-82/+147
2019-06-03Added orchestration status to servicemarios.iakovidis5-82/+147
Issue-ID: SO-1938 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com> Change-Id: I78cc401a746ef4dbca41a869729b9791210038f4
2019-06-02Fixing EtSI BB ClassCastExceptionwaqas.ikram8-46/+343
Change-Id: Ia5a37f80392693f603d6597760ca9725882de169 Issue-ID: SO-1971 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-05-31Merge "Use lowercase for table names in beans" into dublinSteve Smokowski3-3/+3
2019-05-31Merge "Fixing Null Value Exception" into dublinMarcus Williams1-3/+3
2019-05-31Merge "bump the SO release version" into dublinMarcus Williams1-1/+1
2019-05-31Merge "update INFO.yaml" into dublinMarcus Williams1-3/+3
2019-05-31Merge "Remove oof_directives from user_directives BB path" into dublinSteve Smokowski1-5/+13
2019-05-31Fixing Null Value Exceptionwaqas.ikram1-3/+3
Change-Id: I07553affad2297e1fa1e4e67b27bb08c51e4b8c3 Issue-ID: SO-1968 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
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-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-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-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 "Remove oof_directives from user_directives" into dublinSeshu Kumar M1-5/+7